Skip to content

Commit 924893e

Browse files
committed
go mod tidy
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent db14a68 commit 924893e

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
@@ -4,7 +4,6 @@ go 1.24
44

55
require (
66
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
7-
github.com/davecgh/go-spew v1.1.1
87
github.com/felixge/httpsnoop v1.0.3
98
github.com/go-kit/log v0.2.1
109
github.com/gogo/googleapis v1.1.0
@@ -17,7 +16,6 @@ require (
1716
github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9
1817
github.com/opentracing/opentracing-go v1.1.0
1918
github.com/pkg/errors v0.9.1
20-
github.com/pmezard/go-difflib v1.0.0
2119
github.com/prometheus/client_golang v1.15.1
2220
github.com/prometheus/exporter-toolkit v0.8.2
2321
github.com/rantav/go-grpc-channelz v0.0.4
@@ -39,6 +37,7 @@ require (
3937
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4038
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
4139
github.com/coreos/go-systemd/v22 v22.4.0 // indirect
40+
github.com/davecgh/go-spew v1.1.1 // indirect
4241
github.com/fsnotify/fsnotify v1.6.0 // indirect
4342
github.com/go-chi/chi/v5 v5.0.7 // indirect
4443
github.com/go-logfmt/logfmt v0.5.1 // indirect
@@ -49,6 +48,7 @@ require (
4948
github.com/mattn/go-isatty v0.0.4 // indirect
5049
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
5150
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
51+
github.com/pmezard/go-difflib v1.0.0 // indirect
5252
github.com/prometheus/client_model v0.3.0 // indirect
5353
github.com/prometheus/common v0.42.0 // indirect
5454
github.com/prometheus/procfs v0.9.0 // indirect

0 commit comments

Comments
 (0)