|
1 | 1 | module github.com/contentsquare/chproxy |
2 | 2 |
|
3 | | -go 1.22 |
| 3 | +go 1.23 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/alicebob/miniredis/v2 v2.21.0 |
| 6 | + github.com/alicebob/miniredis/v2 v2.34.0 |
7 | 7 | github.com/coreos/go-systemd/v22 v22.5.0 |
8 | | - github.com/google/go-cmp v0.5.7 |
9 | | - github.com/klauspost/compress v1.15.11 |
| 8 | + github.com/google/go-cmp v0.6.0 |
| 9 | + github.com/klauspost/compress v1.17.11 |
10 | 10 | github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 |
11 | 11 | github.com/pierrec/lz4 v2.4.0+incompatible |
12 | | - github.com/prometheus/client_golang v1.11.1 |
13 | | - github.com/redis/go-redis/v9 v9.0.2 |
14 | | - github.com/stretchr/testify v1.8.1 |
15 | | - golang.org/x/crypto v0.31.0 |
16 | | - golang.org/x/time v0.3.0 |
| 12 | + github.com/prometheus/client_golang v1.20.5 |
| 13 | + github.com/redis/go-redis/v9 v9.7.0 |
| 14 | + github.com/stretchr/testify v1.10.0 |
| 15 | + golang.org/x/crypto v0.32.0 |
| 16 | + golang.org/x/time v0.9.0 |
17 | 17 | gopkg.in/yaml.v2 v2.4.0 |
18 | 18 | ) |
19 | 19 |
|
20 | 20 | require ( |
21 | | - github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect |
| 21 | + github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect |
22 | 22 | github.com/beorn7/perks v1.0.1 // indirect |
23 | | - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 23 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
24 | 24 | github.com/davecgh/go-spew v1.1.1 // indirect |
25 | 25 | github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect |
26 | 26 | github.com/frankban/quicktest v1.7.2 // indirect |
27 | | - github.com/golang/protobuf v1.5.2 // indirect |
28 | | - github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 27 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
29 | 28 | github.com/pmezard/go-difflib v1.0.0 // indirect |
30 | | - github.com/prometheus/client_model v0.2.0 // indirect |
31 | | - github.com/prometheus/common v0.26.0 // indirect |
32 | | - github.com/prometheus/procfs v0.6.0 // indirect |
33 | | - github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect |
| 29 | + github.com/prometheus/client_model v0.6.1 // indirect |
| 30 | + github.com/prometheus/common v0.55.0 // indirect |
| 31 | + github.com/prometheus/procfs v0.15.1 // indirect |
| 32 | + github.com/yuin/gopher-lua v1.1.1 // indirect |
34 | 33 | golang.org/x/net v0.33.0 // indirect |
35 | | - golang.org/x/sys v0.28.0 // indirect |
| 34 | + golang.org/x/sys v0.29.0 // indirect |
36 | 35 | golang.org/x/text v0.21.0 // indirect |
37 | | - golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
38 | | - google.golang.org/protobuf v1.33.0 // indirect |
| 36 | + google.golang.org/protobuf v1.34.2 // indirect |
39 | 37 | gopkg.in/yaml.v3 v3.0.1 // indirect |
40 | 38 | ) |
0 commit comments