@@ -34,9 +34,11 @@ require (
34
34
github.com/felixge/httpsnoop v1.0.4
35
35
github.com/go-kit/log v0.2.1
36
36
github.com/gogo/status v1.1.1
37
+ github.com/grafana/gsm-api-go-client v0.0.0-20250408225536-13991b80a507
37
38
github.com/grafana/loki/pkg/push v0.0.0-20241004191050-c2f38e18c6b8
38
39
github.com/jpillora/backoff v1.0.0
39
40
github.com/mccutchen/go-httpbin/v2 v2.18.3
41
+ github.com/patrickmn/go-cache v2.1.0+incompatible
40
42
github.com/prometheus-community/pro-bing v0.7.0
41
43
github.com/quasilyte/go-ruleguard/dsl v0.3.22
42
44
github.com/spf13/afero v1.14.0
@@ -57,14 +59,12 @@ require (
57
59
github.com/dennwc/varint v1.0.0 // indirect
58
60
github.com/golang/protobuf v1.5.4 // indirect
59
61
github.com/google/cel-go v0.25.0 // indirect
60
- github.com/grafana/gsm-api-go-client v0.0.0-20250408225536-13991b80a507 // indirect
61
62
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
62
63
github.com/kylelemons/godebug v1.1.0 // indirect
63
64
github.com/mattn/go-colorable v0.1.14 // indirect
64
65
github.com/mattn/go-isatty v0.0.20 // indirect
65
66
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
66
67
github.com/oapi-codegen/runtime v1.1.1 // indirect
67
- github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
68
68
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
69
69
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
70
70
github.com/prometheus/procfs v0.15.1 // indirect
0 commit comments