Skip to content

Commit

Permalink
Remove go patch version from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
arjan-bal committed Nov 12, 2024
1 parent e2b98f9 commit 8338c5d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cmd/protoc-gen-go-grpc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/grpc/cmd/protoc-gen-go-grpc

go 1.22.7
go 1.22

require (
google.golang.org/grpc v1.65.0
Expand Down
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/grpc/examples

go 1.22.7
go 1.22

require (
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78
Expand Down
2 changes: 1 addition & 1 deletion gcp/observability/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/grpc/gcp/observability

go 1.22.7
go 1.22

require (
cloud.google.com/go/logging v1.12.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/grpc

go 1.22.7
go 1.22

require (
github.com/cespare/xxhash/v2 v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion interop/observability/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/grpc/interop/observability

go 1.22.7
go 1.22

require (
google.golang.org/grpc v1.67.1
Expand Down
2 changes: 1 addition & 1 deletion interop/xds/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/grpc/interop/xds

go 1.22.7
go 1.22

replace google.golang.org/grpc => ../..

Expand Down
2 changes: 1 addition & 1 deletion security/advancedtls/examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/grpc/security/advancedtls/examples

go 1.22.7
go 1.22

require (
google.golang.org/grpc v1.67.1
Expand Down
2 changes: 1 addition & 1 deletion security/advancedtls/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/grpc/security/advancedtls

go 1.22.7
go 1.22

require (
github.com/google/go-cmp v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion stats/opencensus/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/grpc/stats/opencensus

go 1.22.7
go 1.22

require (
github.com/google/go-cmp v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion test/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module google.golang.org/grpc/test/tools

go 1.22.7
go 1.22

require (
github.com/client9/misspell v0.3.4
Expand Down

0 comments on commit 8338c5d

Please sign in to comment.