Skip to content

Commit 880ec20

Browse files
build(deps): bump google.golang.org/grpc
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.79.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.48.0...v1.79.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 608d6fa commit 880ec20

2 files changed

Lines changed: 1 addition & 771 deletions

File tree

  • test/providers/tst_manifests/golang/go_mod_test_ignore
Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,3 @@
11
module github.com/GoogleCloudPlatform/microservices-demo/src/checkoutservice
22

3-
go 1.18
4-
5-
require (
6-
cloud.google.com/go/profiler v0.3.0
7-
contrib.go.opencensus.io/exporter/jaeger v0.2.1
8-
contrib.go.opencensus.io/exporter/stackdriver v0.13.12
9-
github.com/golang/protobuf v1.5.2
10-
github.com/google/uuid v1.3.0
11-
github.com/sirupsen/logrus v1.8.1
12-
golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
13-
google.golang.org/grpc v1.48.0
14-
)
15-
16-
require (
17-
cloud.google.com/go v0.100.2 // indirect
18-
cloud.google.com/go/compute v1.6.1 // indirect
19-
cloud.google.com/go/monitoring v1.1.0 // indirect
20-
cloud.google.com/go/trace v1.0.0 // indirect
21-
github.com/aws/aws-sdk-go v1.43.31 // indirect
22-
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
23-
github.com/cespare/xxhash v1.1.0 // indirect
24-
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
25-
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 // indirect
26-
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1 // indirect
27-
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
28-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
29-
github.com/google/go-cmp v0.5.8 // indirect
30-
github.com/google/pprof v0.0.0-20220412212628-83db2b799d1f // indirect
31-
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
32-
github.com/jmespath/go-jmespath v0.4.0 // indirect
33-
github.com/prometheus/prometheus v2.5.0+incompatible // indirect
34-
github.com/uber/jaeger-client-go v2.25.0+incompatible // indirect
35-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
36-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
37-
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // exhortignore
38-
golang.org/x/text v0.3.7 // indirect
39-
google.golang.org/api v0.78.0 // indirect
40-
google.golang.org/appengine v1.6.7 // indirect
41-
google.golang.org/genproto v0.0.0-20220518221133-4f43b3371335 // indirect
42-
google.golang.org/protobuf v1.28.0 // indirect
43-
)
3+
go 1.24.0

0 commit comments

Comments
 (0)