Skip to content

Commit ca51f7a

Browse files
committed
fix go.mod
1 parent 5d4c221 commit ca51f7a

File tree

2 files changed

+8
-50
lines changed

2 files changed

+8
-50
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/gcpug/handy-spanner
22

3-
go 1.22
3+
go 1.22.7
4+
5+
toolchain go1.23.4
46

57
require (
68
cloud.google.com/go v0.118.2
@@ -28,10 +30,8 @@ require (
2830
cloud.google.com/go/monitoring v1.24.0 // indirect
2931
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.2 // indirect
3032
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.26.0 // indirect
31-
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
3233
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3334
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
34-
github.com/envoyproxy/go-control-plane v0.13.4 // indirect
3535
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
3636
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
3737
github.com/felixge/httpsnoop v1.0.4 // indirect

0 commit comments

Comments
 (0)