-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathgo.mod
28 lines (24 loc) · 896 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/linode/docker-volume-linode
go 1.23.0
toolchain go1.23.7
require (
github.com/docker/go-plugins-helpers v0.0.0-20211224144127-6eecb7beb651
github.com/linode/go-metadata v0.2.1
github.com/linode/linodego v1.49.0
github.com/sirupsen/logrus v1.9.3
golang.org/x/oauth2 v0.28.0
)
require (
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/docker/go-connections v0.5.0 // indirect
github.com/go-resty/resty/v2 v2.16.5 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
)