forked from vmware/govmomi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (21 loc) · 753 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
module github.com/vmware/govmomi
go 1.21
require (
github.com/a8m/tree v0.0.0-20210115125333-10a5fd5b637d
github.com/dougm/pretty v0.0.0-20171025230240-2ee9d7453c02
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/rasky/go-xdr v0.0.0-20170217172119-4930550ba2e2
github.com/stretchr/testify v1.9.0
github.com/vmware/vmw-guestinfo v0.0.0-20170707015358-25eff159a728
github.com/xlab/treeprint v1.2.0
golang.org/x/text v0.16.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)