Skip to content

Commit

Permalink
chore: update all
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwenn committed Feb 12, 2023
1 parent 9fa4454 commit 00a816b
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 373 deletions.
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,42 @@ module go.einride.tech/iam
go 1.18

require (
cloud.google.com/go/iam v0.8.0
cloud.google.com/go/longrunning v0.3.0
cloud.google.com/go/iam v0.10.0
cloud.google.com/go/longrunning v0.4.0
cloud.google.com/go/spanner v1.44.0
github.com/google/cel-go v0.13.0
go.einride.tech/aip v0.60.0
go.einride.tech/spanner-aip v0.49.0
go.einride.tech/spanner-aip v0.49.1
google.golang.org/api v0.109.0
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
gotest.tools/v3 v3.4.0
)

require (
cloud.google.com/go v0.107.0 // indirect
cloud.google.com/go/compute v1.15.1 // indirect
cloud.google.com/go v0.109.0 // indirect
cloud.google.com/go/compute v1.18.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect
github.com/cncf/xds/go v0.0.0-20230105202645-06c439db220b // indirect
github.com/envoyproxy/go-control-plane v0.10.3 // indirect
github.com/cncf/xds/go v0.0.0-20230112175826-46e39c7b9b43 // indirect
github.com/envoyproxy/go-control-plane v0.11.0 // indirect
github.com/envoyproxy/protoc-gen-validate v0.9.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // 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.1 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.2 // indirect
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
github.com/stoewer/go-strcase v1.2.1 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/oauth2 v0.4.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
golang.org/x/net v0.6.0 // indirect
golang.org/x/oauth2 v0.5.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect
)
Loading

0 comments on commit 00a816b

Please sign in to comment.