-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 781 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 781 Bytes
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 go.stellar.af/go-vcdusage
go 1.22.1
require (
github.com/destel/rill v0.1.2
github.com/joomcode/errorx v1.1.1
github.com/stellaraf/go-utils v0.1.6
github.com/stretchr/testify v1.8.4
github.com/vmware/go-vcloud-director/v2 v2.24.0
)
require (
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195 // indirect
github.com/caarlos0/env/v9 v9.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/peterhellberg/link v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)