We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9cb604 + 05c28f4 commit afc67f5Copy full SHA for afc67f5
go.mod
@@ -1,5 +1,7 @@
1
module github.com/vmware/govmomi
2
3
+go 1.17
4
+
5
replace github.com/davecgh/go-xdr => github.com/rasky/go-xdr v0.0.0-20170217172119-4930550ba2e2
6
7
replace github.com/kr/pretty v0.1.0 => github.com/dougm/pretty v0.0.0-20171025230240-2ee9d7453c02
@@ -9,8 +11,7 @@ require (
9
11
github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892
10
12
github.com/google/uuid v1.2.0
13
github.com/kr/pretty v0.1.0
- github.com/kr/text v0.1.0 // indirect
14
github.com/vmware/vmw-guestinfo v0.0.0-20170707015358-25eff159a728
15
)
16
-go 1.14
17
+require github.com/kr/text v0.1.0 // indirect
0 commit comments