Skip to content

Commit e12f9aa

Browse files
committed
chore: update go.mod formatting
1 parent 9a80f00 commit e12f9aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ require (
3434
github.com/felixge/httpsnoop v1.0.4
3535
github.com/go-kit/log v0.2.1
3636
github.com/gogo/status v1.1.1
37+
github.com/grafana/gsm-api-go-client v0.0.0-20250408225536-13991b80a507
3738
github.com/grafana/loki/pkg/push v0.0.0-20241004191050-c2f38e18c6b8
3839
github.com/jpillora/backoff v1.0.0
3940
github.com/mccutchen/go-httpbin/v2 v2.18.3
41+
github.com/patrickmn/go-cache v2.1.0+incompatible
4042
github.com/prometheus-community/pro-bing v0.7.0
4143
github.com/quasilyte/go-ruleguard/dsl v0.3.22
4244
github.com/spf13/afero v1.14.0
@@ -57,14 +59,12 @@ require (
5759
github.com/dennwc/varint v1.0.0 // indirect
5860
github.com/golang/protobuf v1.5.4 // indirect
5961
github.com/google/cel-go v0.25.0 // indirect
60-
github.com/grafana/gsm-api-go-client v0.0.0-20250408225536-13991b80a507 // indirect
6162
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
6263
github.com/kylelemons/godebug v1.1.0 // indirect
6364
github.com/mattn/go-colorable v0.1.14 // indirect
6465
github.com/mattn/go-isatty v0.0.20 // indirect
6566
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6667
github.com/oapi-codegen/runtime v1.1.1 // indirect
67-
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
6868
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
6969
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7070
github.com/prometheus/procfs v0.15.1 // indirect

0 commit comments

Comments
 (0)