|
1 | 1 | module github.com/apigee/apigee-remote-service-envoy/v2 |
2 | 2 |
|
3 | | -go 1.16 |
| 3 | +go 1.24.0 |
4 | 4 |
|
5 | 5 | // replace github.com/apigee/apigee-remote-service-golib/v2 => ../apigee-remote-service-golib |
6 | 6 |
|
7 | 7 | require ( |
8 | 8 | github.com/apigee/apigee-remote-service-golib/v2 v2.1.3 |
9 | | - github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad |
| 9 | + github.com/envoyproxy/go-control-plane/envoy v1.36.0 |
10 | 10 | github.com/gogo/googleapis v1.4.1 |
11 | | - github.com/golang/protobuf v1.5.2 |
12 | | - github.com/google/go-cmp v0.5.5 |
| 11 | + github.com/golang/protobuf v1.5.4 |
| 12 | + github.com/google/go-cmp v0.7.0 |
13 | 13 | github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 |
14 | 14 | github.com/lestrrat-go/jwx v1.1.6 |
15 | | - github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect |
16 | 15 | github.com/pkg/errors v0.9.1 |
17 | | - github.com/prometheus/client_golang v1.12.1 |
| 16 | + github.com/prometheus/client_golang v1.21.1 |
18 | 17 | github.com/spf13/cobra v1.1.3 |
19 | | - go.uber.org/multierr v1.6.0 // indirect |
20 | 18 | go.uber.org/zap v1.16.0 |
21 | | - golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c |
22 | | - google.golang.org/appengine v1.6.7 // indirect |
23 | | - google.golang.org/genproto v0.0.0-20210315173758-2651cd453018 |
24 | | - google.golang.org/grpc v1.36.0 |
25 | | - google.golang.org/protobuf v1.26.0 |
26 | | - gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect |
| 19 | + golang.org/x/oauth2 v0.34.0 |
| 20 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 |
| 21 | + google.golang.org/grpc v1.79.3 |
| 22 | + google.golang.org/protobuf v1.36.10 |
27 | 23 | gopkg.in/yaml.v3 v3.0.1 |
28 | 24 | ) |
| 25 | + |
| 26 | +require ( |
| 27 | + cloud.google.com/go/compute/metadata v0.9.0 // indirect |
| 28 | + github.com/beorn7/perks v1.0.1 // indirect |
| 29 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 30 | + github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 // indirect |
| 31 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 32 | + github.com/decred/dcrd/dcrec/secp256k1/v3 v3.0.0 // indirect |
| 33 | + github.com/envoyproxy/protoc-gen-validate v1.3.0 // indirect |
| 34 | + github.com/goccy/go-json v0.10.2 // indirect |
| 35 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 36 | + github.com/google/uuid v1.6.0 // indirect |
| 37 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 38 | + github.com/klauspost/compress v1.18.0 // indirect |
| 39 | + github.com/kr/text v0.2.0 // indirect |
| 40 | + github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect |
| 41 | + github.com/lestrrat-go/httpcc v1.0.0 // indirect |
| 42 | + github.com/lestrrat-go/iter v1.0.1 // indirect |
| 43 | + github.com/lestrrat-go/option v1.0.0 // indirect |
| 44 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 45 | + github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect |
| 46 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
| 47 | + github.com/prometheus/client_model v0.6.2 // indirect |
| 48 | + github.com/prometheus/common v0.63.0 // indirect |
| 49 | + github.com/prometheus/procfs v0.16.0 // indirect |
| 50 | + github.com/rogpeppe/go-internal v1.14.1 // indirect |
| 51 | + github.com/spf13/pflag v1.0.5 // indirect |
| 52 | + github.com/stretchr/testify v1.11.1 // indirect |
| 53 | + go.uber.org/atomic v1.7.0 // indirect |
| 54 | + go.uber.org/multierr v1.6.0 // indirect |
| 55 | + golang.org/x/crypto v0.46.0 // indirect |
| 56 | + golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect |
| 57 | + golang.org/x/net v0.48.0 // indirect |
| 58 | + golang.org/x/sync v0.19.0 // indirect |
| 59 | + golang.org/x/sys v0.39.0 // indirect |
| 60 | + golang.org/x/text v0.32.0 // indirect |
| 61 | + honnef.co/go/tools v0.1.3 // indirect |
| 62 | +) |
0 commit comments