Skip to content

Commit

Permalink
go.mod: bump go version from 1.18 to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Aug 1, 2023
1 parent 5ddc84a commit be58881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
module github.com/hashicorp/packer-plugin-googlecompute

go 1.18
go 1.19

require (
cloud.google.com/go/compute/metadata v0.1.1
github.com/gofrs/uuid v4.0.0+incompatible
github.com/google/go-cmp v0.5.9
github.com/hashicorp/hcl/v2 v2.13.0
github.com/hashicorp/packer-plugin-sdk v0.4.0
github.com/hashicorp/vault/api v1.1.1
Expand Down Expand Up @@ -31,11 +33,9 @@ require (
github.com/dylanmei/iso8601 v0.1.0 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
Expand Down

0 comments on commit be58881

Please # to comment.