Skip to content

Commit

Permalink
Update google golang compute apis
Browse files Browse the repository at this point in the history
  • Loading branch information
panslava committed Jul 8, 2024
1 parent 0f8079e commit 3568812
Show file tree
Hide file tree
Showing 330 changed files with 490,990 additions and 690,015 deletions.
30 changes: 16 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,39 @@ go 1.21
require (
github.com/google/go-cmp v0.6.0
github.com/kr/pretty v0.3.0
golang.org/x/oauth2 v0.18.0
google.golang.org/api v0.170.0
golang.org/x/oauth2 v0.21.0
google.golang.org/api v0.187.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/klog/v2 v2.120.1
)

require (
cloud.google.com/go/compute v1.23.4 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/auth v0.6.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
go.opentelemetry.io/otel v1.24.0 // indirect
go.opentelemetry.io/otel/metric v1.24.0 // indirect
go.opentelemetry.io/otel/trace v1.24.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311132316-a219d84964c2 // indirect
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d // indirect
google.golang.org/grpc v1.64.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)
93 changes: 34 additions & 59 deletions go.sum

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ func TestAlphaFields(t *testing.T) {
}
err = bsMutResource.AccessAlpha(func(x *alpha.BackendService) {
x.Subsetting = &alpha.Subsetting{Policy: "NONE"}
x.ExternalManagedMigrationTestingRate = 10
x.ExternalManagedMigrationTestingPercentage = 10
x.IpAddressSelectionPolicy = "IPV6_ONLY"
})
// error expected not all Alpha RequiredFields are set
Expand Down
8 changes: 0 additions & 8 deletions vendor/OWNERS

This file was deleted.

176 changes: 176 additions & 0 deletions vendor/cloud.google.com/go/auth/CHANGES.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
4 changes: 4 additions & 0 deletions vendor/cloud.google.com/go/auth/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3568812

Please sign in to comment.