-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.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
)