|
1 | 1 | module github.com/hashicorp/consul-dataplane |
2 | 2 |
|
3 | | -go 1.24.5 |
| 3 | +go 1.25.1 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | dario.cat/mergo v1.0.0 |
7 | 7 | github.com/armon/go-metrics v0.4.1 |
8 | 8 | github.com/hashi-derek/grpc-proxy v0.0.0-20231207191910-191266484d75 |
9 | | - github.com/hashicorp/consul-server-connection-manager v0.1.9 |
10 | | - github.com/hashicorp/consul/proto-public v0.6.3 |
| 9 | + github.com/hashicorp/consul-server-connection-manager v0.1.12 |
| 10 | + github.com/hashicorp/consul/proto-public v0.6.4 |
11 | 11 | github.com/hashicorp/go-hclog v1.5.0 |
12 | 12 | github.com/hashicorp/go-multierror v1.1.1 |
13 | 13 | github.com/hashicorp/go-rootcerts v1.0.2 |
14 | 14 | github.com/mitchellh/mapstructure v1.5.0 |
15 | | - github.com/prometheus/client_golang v1.13.0 |
16 | | - github.com/stretchr/testify v1.9.0 |
17 | | - google.golang.org/grpc v1.56.3 |
18 | | - google.golang.org/protobuf v1.33.0 |
| 15 | + github.com/prometheus/client_golang v1.23.2 |
| 16 | + github.com/stretchr/testify v1.11.1 |
| 17 | + google.golang.org/grpc v1.75.0 |
| 18 | + google.golang.org/protobuf v1.36.8 |
19 | 19 | ) |
20 | 20 |
|
21 | 21 | require ( |
22 | 22 | github.com/DataDog/datadog-go v3.2.0+incompatible // indirect |
23 | 23 | github.com/beorn7/perks v1.0.1 // indirect |
24 | 24 | github.com/cenkalti/backoff/v4 v4.1.3 // indirect |
25 | | - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 25 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
26 | 26 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
27 | 27 | github.com/fatih/color v1.16.0 // indirect |
28 | | - github.com/golang/protobuf v1.5.4 // indirect |
29 | | - github.com/google/go-cmp v0.6.0 // indirect |
30 | 28 | github.com/hashicorp/errwrap v1.0.0 // indirect |
31 | 29 | github.com/hashicorp/go-immutable-radix v1.0.0 // indirect |
| 30 | + github.com/hashicorp/go-metrics v0.5.4 // indirect |
32 | 31 | github.com/hashicorp/go-netaddrs v0.1.0 // indirect |
33 | 32 | github.com/hashicorp/golang-lru v0.5.1 // indirect |
34 | 33 | github.com/mattn/go-colorable v0.1.13 // indirect |
35 | 34 | github.com/mattn/go-isatty v0.0.20 // indirect |
36 | | - github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
37 | 35 | github.com/mitchellh/go-homedir v1.1.0 // indirect |
| 36 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
38 | 37 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
39 | | - github.com/prometheus/client_model v0.2.0 // indirect |
40 | | - github.com/prometheus/common v0.37.0 // indirect |
41 | | - github.com/prometheus/procfs v0.8.0 // indirect |
| 38 | + github.com/prometheus/client_model v0.6.2 // indirect |
| 39 | + github.com/prometheus/common v0.66.1 // indirect |
| 40 | + github.com/prometheus/procfs v0.16.1 // indirect |
42 | 41 | github.com/stretchr/objx v0.5.2 // indirect |
43 | | - golang.org/x/net v0.41.0 // indirect |
44 | | - golang.org/x/sys v0.33.0 // indirect |
45 | | - golang.org/x/text v0.26.0 // indirect |
46 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20230526203410-71b5a4ffd15e // indirect |
| 42 | + go.yaml.in/yaml/v2 v2.4.2 // indirect |
| 43 | + golang.org/x/net v0.43.0 // indirect |
| 44 | + golang.org/x/sys v0.35.0 // indirect |
| 45 | + golang.org/x/text v0.28.0 // indirect |
| 46 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect |
47 | 47 | gopkg.in/yaml.v3 v3.0.1 // indirect |
48 | 48 | ) |
0 commit comments