|
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 | | -//replace github.com/apigee/apigee-remote-service-golib/v2 => ../apigee-remote-service-golib |
| 5 | +toolchain go1.24.8 |
| 6 | + |
| 7 | +// replace github.com/apigee/apigee-remote-service-golib/v2 => ../apigee-remote-service-golib |
6 | 8 |
|
7 | 9 | require ( |
8 | | - github.com/apigee/apigee-remote-service-golib/v2 v2.1.2 |
9 | | - github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad |
| 10 | + github.com/apigee/apigee-remote-service-golib/v2 v2.1.3 |
| 11 | + github.com/envoyproxy/go-control-plane v0.12.0 |
10 | 12 | github.com/gogo/googleapis v1.4.1 |
11 | | - github.com/golang/protobuf v1.5.2 |
12 | | - github.com/google/go-cmp v0.5.5 |
| 13 | + github.com/golang/protobuf v1.5.4 |
| 14 | + github.com/google/go-cmp v0.6.0 |
13 | 15 | github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 |
14 | | - github.com/lestrrat-go/jwx v1.1.6 |
15 | | - github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect |
| 16 | + github.com/lestrrat-go/jwx v1.2.30 |
16 | 17 | github.com/pkg/errors v0.9.1 |
17 | 18 | github.com/prometheus/client_golang v1.12.1 |
18 | 19 | github.com/spf13/cobra v1.1.3 |
19 | | - go.uber.org/multierr v1.6.0 // indirect |
20 | 20 | 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 |
| 21 | + golang.org/x/oauth2 v0.27.0 |
| 22 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 |
| 23 | + google.golang.org/grpc v1.65.1 |
| 24 | + google.golang.org/protobuf v1.34.2 |
27 | 25 | gopkg.in/yaml.v3 v3.0.1 |
28 | 26 | ) |
| 27 | + |
| 28 | +require ( |
| 29 | + cloud.google.com/go/compute/metadata v0.3.0 // indirect |
| 30 | + github.com/beorn7/perks v1.0.1 // indirect |
| 31 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 32 | + github.com/cncf/xds/go v0.0.0-20240423153145-555b57ec207b // indirect |
| 33 | + github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect |
| 34 | + github.com/envoyproxy/protoc-gen-validate v1.0.4 // indirect |
| 35 | + github.com/goccy/go-json v0.10.3 // indirect |
| 36 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 37 | + github.com/google/uuid v1.6.0 // indirect |
| 38 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 39 | + github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect |
| 40 | + github.com/lestrrat-go/blackmagic v1.0.2 // indirect |
| 41 | + github.com/lestrrat-go/httpcc v1.0.1 // indirect |
| 42 | + github.com/lestrrat-go/iter v1.0.2 // indirect |
| 43 | + github.com/lestrrat-go/option v1.0.1 // indirect |
| 44 | + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 45 | + github.com/prometheus/client_model v0.5.0 // indirect |
| 46 | + github.com/prometheus/common v0.32.1 // indirect |
| 47 | + github.com/prometheus/procfs v0.7.3 // indirect |
| 48 | + github.com/rogpeppe/go-internal v1.14.1 // indirect |
| 49 | + github.com/spf13/pflag v1.0.5 // indirect |
| 50 | + go.uber.org/atomic v1.7.0 // indirect |
| 51 | + go.uber.org/multierr v1.6.0 // indirect |
| 52 | + golang.org/x/crypto v0.45.0 // indirect |
| 53 | + golang.org/x/net v0.47.0 // indirect |
| 54 | + golang.org/x/sync v0.18.0 // indirect |
| 55 | + golang.org/x/sys v0.38.0 // indirect |
| 56 | + golang.org/x/text v0.31.0 // indirect |
| 57 | +) |
0 commit comments