Skip to content

Commit

Permalink
Merge pull request #28 from gcpug/update-dependencies
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
sinmetal authored Jun 24, 2022
2 parents 4bd19d8 + 0f6cfdf commit ad0e990
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 279 deletions.
21 changes: 10 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@ module github.com/gcpug/hake
go 1.16

require (
cloud.google.com/go v0.100.2
cloud.google.com/go/compute v1.5.0 // indirect
cloud.google.com/go/spanner v1.30.0
cloud.google.com/go v0.102.1
cloud.google.com/go/spanner v1.34.0
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect
github.com/cncf/xds/go v0.0.0-20220121163655-4a2b9fdd466b // indirect
github.com/envoyproxy/go-control-plane v0.10.1 // indirect
github.com/cncf/xds/go v0.0.0-20220520190051-1e77728a1eaa // indirect
github.com/envoyproxy/protoc-gen-validate v0.6.7 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2
github.com/minio/pkg v1.1.20 // indirect
github.com/tenntenn/jsonschema v0.0.5
github.com/tenntenn/jsonschema v0.0.6
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
google.golang.org/genproto v0.0.0-20220304144024-325a89244dc8
golang.org/x/net v0.0.0-20220622184535-263ec571b305 // indirect
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect
golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664 // indirect
google.golang.org/api v0.85.0 // indirect
google.golang.org/genproto v0.0.0-20220623142657-077d458a5694
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit ad0e990

Please sign in to comment.