Skip to content

Commit

Permalink
fix cve (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: Christophe Jauffret <[email protected]>
  • Loading branch information
tuxtof and Christophe Jauffret authored Nov 4, 2022
1 parent 2be080a commit ec6a9e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 35 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nutanix-cloud-native/packer-plugin-nutanix

go 1.17
go 1.19

replace (
github.com/hashicorp/consul => github.com/hashicorp/consul v1.10.4
Expand Down Expand Up @@ -94,7 +94,7 @@ require (
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/api v0.56.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand Down
Loading

0 comments on commit ec6a9e4

Please sign in to comment.