Skip to content

build: upgrade go directive in go.mod to 1.17 #2674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/vmware/govmomi

go 1.17

replace github.com/davecgh/go-xdr => github.com/rasky/go-xdr v0.0.0-20170217172119-4930550ba2e2

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

go 1.14
require github.com/kr/text v0.1.0 // indirect