File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ module github.com/cortexproject/auth-gateway
3
3
go 1.20
4
4
5
5
require (
6
- github.com/go-kit/log v0.2.1
7
6
github.com/prometheus/client_golang v1.14.0
8
7
github.com/sirupsen/logrus v1.6.0
9
8
github.com/stretchr/testify v1.8.2
@@ -14,7 +13,6 @@ require (
14
13
github.com/beorn7/perks v1.0.1 // indirect
15
14
github.com/cespare/xxhash/v2 v2.1.2 // indirect
16
15
github.com/davecgh/go-spew v1.1.1 // indirect
17
- github.com/go-logfmt/logfmt v0.5.1 // indirect
18
16
github.com/golang/protobuf v1.5.2 // indirect
19
17
github.com/google/go-cmp v0.5.9 // indirect
20
18
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
Original file line number Diff line number Diff line change @@ -65,12 +65,9 @@ github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2
65
65
github.com/go-kit/kit v0.9.0 /go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as =
66
66
github.com/go-kit/log v0.1.0 /go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY =
67
67
github.com/go-kit/log v0.2.0 /go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0 =
68
- github.com/go-kit/log v0.2.1 h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU =
69
- github.com/go-kit/log v0.2.1 /go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0 =
70
68
github.com/go-logfmt/logfmt v0.3.0 /go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE =
71
69
github.com/go-logfmt/logfmt v0.4.0 /go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk =
72
70
github.com/go-logfmt/logfmt v0.5.0 /go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A =
73
- github.com/go-logfmt/logfmt v0.5.1 h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA =
74
71
github.com/go-logfmt/logfmt v0.5.1 /go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs =
75
72
github.com/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
76
73
github.com/gogo/protobuf v1.1.1 /go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ =
You can’t perform that action at this time.
0 commit comments