|
1 | 1 | module github.com/GoogleContainerTools/skaffold/v2/integration/examples/grpc-e2e-tests/cloud-spanner-bootstrap |
2 | 2 |
|
3 | | -go 1.23.0 |
| 3 | +go 1.24.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | cloud.google.com/go/spanner v1.45.0 |
7 | 7 | google.golang.org/api v0.114.0 |
8 | 8 | google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 |
9 | | - google.golang.org/grpc v1.56.3 |
| 9 | + google.golang.org/grpc v1.79.3 |
10 | 10 | ) |
11 | 11 |
|
12 | 12 | require ( |
| 13 | + cel.dev/expr v0.25.1 // indirect |
13 | 14 | cloud.google.com/go v0.110.0 // indirect |
14 | | - cloud.google.com/go/compute/metadata v0.3.0 // indirect |
| 15 | + cloud.google.com/go/compute/metadata v0.9.0 // indirect |
15 | 16 | cloud.google.com/go/iam v0.13.0 // indirect |
16 | 17 | cloud.google.com/go/longrunning v0.4.1 // indirect |
17 | | - github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect |
18 | | - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
19 | | - github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect |
20 | | - github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 // indirect |
21 | | - github.com/envoyproxy/go-control-plane v0.11.1-0.20230524094728-9239064ad72f // indirect |
22 | | - github.com/envoyproxy/protoc-gen-validate v0.10.1 // indirect |
| 18 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 19 | + github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 // indirect |
| 20 | + github.com/envoyproxy/go-control-plane/envoy v1.36.0 // indirect |
| 21 | + github.com/envoyproxy/protoc-gen-validate v1.3.0 // indirect |
| 22 | + github.com/go-jose/go-jose/v4 v4.1.3 // indirect |
23 | 23 | github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect |
24 | | - github.com/golang/protobuf v1.5.3 // indirect |
25 | | - github.com/google/go-cmp v0.5.9 // indirect |
| 24 | + github.com/golang/protobuf v1.5.4 // indirect |
| 25 | + github.com/google/uuid v1.6.0 // indirect |
26 | 26 | github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect |
27 | 27 | github.com/googleapis/gax-go/v2 v2.7.1 // indirect |
| 28 | + github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect |
| 29 | + github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect |
| 30 | + github.com/stretchr/testify v1.11.1 // indirect |
28 | 31 | go.opencensus.io v0.24.0 // indirect |
29 | | - golang.org/x/net v0.33.0 // indirect |
30 | | - golang.org/x/oauth2 v0.27.0 // indirect |
31 | | - golang.org/x/sys v0.28.0 // indirect |
32 | | - golang.org/x/text v0.21.0 // indirect |
| 32 | + golang.org/x/net v0.48.0 // indirect |
| 33 | + golang.org/x/oauth2 v0.34.0 // indirect |
| 34 | + golang.org/x/sync v0.19.0 // indirect |
| 35 | + golang.org/x/sys v0.39.0 // indirect |
| 36 | + golang.org/x/text v0.32.0 // indirect |
33 | 37 | golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect |
34 | 38 | google.golang.org/appengine v1.6.7 // indirect |
35 | | - google.golang.org/protobuf v1.33.0 // indirect |
| 39 | + google.golang.org/protobuf v1.36.10 // indirect |
36 | 40 | ) |
0 commit comments