File tree Expand file tree Collapse file tree 2 files changed +8
-50
lines changed Expand file tree Collapse file tree 2 files changed +8
-50
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/gcpug/handy-spanner
2
2
3
- go 1.22
3
+ go 1.22.7
4
+
5
+ toolchain go1.23.4
4
6
5
7
require (
6
8
cloud.google.com/go v0.118.2
@@ -28,10 +30,8 @@ require (
28
30
cloud.google.com/go/monitoring v1.24.0 // indirect
29
31
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.2 // indirect
30
32
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.26.0 // indirect
31
- github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
32
33
github.com/cespare/xxhash/v2 v2.3.0 // indirect
33
34
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
34
- github.com/envoyproxy/go-control-plane v0.13.4 // indirect
35
35
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
36
36
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
37
37
github.com/felixge/httpsnoop v1.0.4 // indirect
You can’t perform that action at this time.
0 commit comments