forked from linode/docker-volume-linode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 978 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
module github.com/linode/docker-volume-linode
go 1.18
require (
github.com/Microsoft/go-winio v0.4.11 // indirect
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-plugins-helpers v0.0.0-20210623094020-7ef169fb8b8e
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/linode/linodego v1.8.1
github.com/sirupsen/logrus v1.1.1
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)
require (
github.com/go-resty/resty/v2 v2.1.1-0.20191201195748-d7b97669fe48 // indirect
github.com/golang/protobuf v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
google.golang.org/appengine v1.4.0 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)