-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
22 lines (19 loc) · 809 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
module github.com/docker-machine-driver-aliyunecs
go 1.19
require (
github.com/aliyun/alibaba-cloud-sdk-go v1.62.159
github.com/docker/machine v0.13.0
github.com/pkg/errors v0.9.1
)
require (
github.com/docker/docker v1.5.0 // indirect
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/json-iterator/go v1.1.5 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
github.com/stretchr/testify v1.8.3 // indirect
golang.org/x/crypto v0.0.0-20170704135851-51714a8c4ac1 // indirect
golang.org/x/sys v0.0.0-20151029183043-d9157a9621b6 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
)