-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
22 lines (19 loc) · 837 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/juanfont/docker-machine-driver-vcd
go 1.19
require (
github.com/docker/machine v0.16.2
github.com/vmware/go-vcloud-director/v2 v2.16.0
)
require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195 // indirect
github.com/docker/docker v20.10.18+incompatible // indirect
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
github.com/peterhellberg/link v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
)