File tree Expand file tree Collapse file tree 6 files changed +0
-369
lines changed
Expand file tree Collapse file tree 6 files changed +0
-369
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ any stability guarantees for external usage.
99* ** config** : Common configuration structures
1010* ** expfmt** : Decoding and encoding for the exposition format
1111* ** model** : Shared data structures
12- * ** promlog** : A logging wrapper around [ go-kit/log] ( https://github.com/go-kit/kit/tree/master/log )
1312* ** promslog** : A logging wrapper around [ log/slog] ( https://pkg.go.dev/log/slog )
1413* ** route** : A routing wrapper around [ httprouter] ( https://github.com/julienschmidt/httprouter ) using ` context.Context `
1514* ** server** : Common servers
Original file line number Diff line number Diff line change 44
55require (
66 github.com/alecthomas/kingpin/v2 v2.4.0
7- github.com/go-kit/log v0.2.1
87 github.com/google/go-cmp v0.6.0
98 github.com/julienschmidt/httprouter v1.3.0
109 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
@@ -22,7 +21,6 @@ require (
2221 github.com/beorn7/perks v1.0.1 // indirect
2322 github.com/cespare/xxhash/v2 v2.3.0 // indirect
2423 github.com/davecgh/go-spew v1.1.1 // indirect
25- github.com/go-logfmt/logfmt v0.5.1 // indirect
2624 github.com/jpillora/backoff v1.0.0 // indirect
2725 github.com/pmezard/go-difflib v1.0.0 // indirect
2826 github.com/prometheus/client_golang v1.20.4 // indirect
Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL
99github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1010github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
1111github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
12- github.com/go-kit/log v0.2.1 h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU =
13- github.com/go-kit/log v0.2.1 /go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0 =
14- github.com/go-logfmt/logfmt v0.5.1 h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA =
15- github.com/go-logfmt/logfmt v0.5.1 /go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs =
1612github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
1713github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
1814github.com/jpillora/backoff v1.0.0 h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA =
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments