Skip to content

Commit afc67f5

Browse files
author
Michael Gasch
authored
Merge pull request #2674 from Juneezee/go1.17
build: upgrade go directive in go.mod to 1.17
2 parents c9cb604 + 05c28f4 commit afc67f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/vmware/govmomi
22

3+
go 1.17
4+
35
replace github.com/davecgh/go-xdr => github.com/rasky/go-xdr v0.0.0-20170217172119-4930550ba2e2
46

57
replace github.com/kr/pretty v0.1.0 => github.com/dougm/pretty v0.0.0-20171025230240-2ee9d7453c02
@@ -9,8 +11,7 @@ require (
911
github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892
1012
github.com/google/uuid v1.2.0
1113
github.com/kr/pretty v0.1.0
12-
github.com/kr/text v0.1.0 // indirect
1314
github.com/vmware/vmw-guestinfo v0.0.0-20170707015358-25eff159a728
1415
)
1516

16-
go 1.14
17+
require github.com/kr/text v0.1.0 // indirect

0 commit comments

Comments
 (0)