-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
110 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
module github.com/googleapis/gapic-generator-go | ||
|
||
go 1.22.11 | ||
go 1.22.7 | ||
|
||
require ( | ||
cloud.google.com/go/iam v1.3.0 | ||
cloud.google.com/go/longrunning v0.6.3 | ||
cloud.google.com/go/iam v1.3.1 | ||
cloud.google.com/go/longrunning v0.6.4 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/jhump/protoreflect v1.16.0 | ||
gitlab.com/golang-commonmark/markdown v0.0.0-20211110145824-bf3e522c626a | ||
golang.org/x/text v0.21.0 | ||
google.golang.org/genproto v0.0.0-20241209162323-e6fa225c2576 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 | ||
google.golang.org/protobuf v1.35.2 | ||
google.golang.org/genproto v0.0.0-20250124145028-65684f501c47 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47 | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 | ||
google.golang.org/protobuf v1.36.4 | ||
) | ||
|
||
require ( | ||
github.com/bufbuild/protocompile v0.10.0 // indirect | ||
github.com/bufbuild/protocompile v0.14.1 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
gitlab.com/golang-commonmark/html v0.0.0-20191124015941-a22733972181 // indirect | ||
gitlab.com/golang-commonmark/linkify v0.0.0-20191026162114-a0c2df6c8f82 // indirect | ||
gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3 // indirect | ||
gitlab.com/golang-commonmark/mdurl v0.0.0-20191124015652-932350d1cb84 // indirect | ||
gitlab.com/golang-commonmark/puny v0.0.0-20191124015043-9f83538fa04f // indirect | ||
golang.org/x/net v0.33.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
google.golang.org/grpc v1.67.1 // indirect | ||
gopkg.in/yaml.v2 v2.2.8 // indirect | ||
golang.org/x/net v0.34.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
google.golang.org/grpc v1.70.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,43 @@ | ||
module showcase | ||
|
||
go 1.22 | ||
go 1.22.7 | ||
|
||
require ( | ||
cloud.google.com/go v0.116.0 | ||
cloud.google.com/go/iam v1.3.0 | ||
cloud.google.com/go v0.118.0 | ||
cloud.google.com/go/iam v1.3.1 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/googleapis/gapic-showcase v0.35.5 | ||
github.com/googleapis/gax-go/v2 v2.14.1 | ||
google.golang.org/api v0.218.0 | ||
google.golang.org/genproto v0.0.0-20241209162323-e6fa225c2576 | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f | ||
google.golang.org/grpc v1.69.4 | ||
google.golang.org/protobuf v1.36.3 | ||
google.golang.org/genproto v0.0.0-20250124145028-65684f501c47 | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 | ||
google.golang.org/grpc v1.70.0 | ||
google.golang.org/protobuf v1.36.4 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/auth v0.14.0 // indirect | ||
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect | ||
cloud.google.com/go/compute/metadata v0.6.0 // indirect | ||
cloud.google.com/go/longrunning v0.6.3 // indirect | ||
cloud.google.com/go/longrunning v0.6.4 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/google/s2a-go v0.1.9 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect | ||
go.opentelemetry.io/otel v1.31.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.31.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.31.0 // indirect | ||
go.opentelemetry.io/auto/sdk v1.1.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect | ||
go.opentelemetry.io/otel v1.34.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.34.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.34.0 // indirect | ||
golang.org/x/crypto v0.32.0 // indirect | ||
golang.org/x/net v0.34.0 // indirect | ||
golang.org/x/oauth2 v0.25.0 // indirect | ||
golang.org/x/sync v0.10.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/time v0.9.0 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47 // indirect | ||
) |
Oops, something went wrong.