We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9139a69 commit e19eb5aCopy full SHA for e19eb5a
1 file changed
go.mod
@@ -22,6 +22,7 @@ require (
22
github.com/miekg/dns v1.1.62
23
github.com/miekg/pkcs11 v1.1.2
24
github.com/nxadm/tail v1.4.11
25
+ github.com/pelletier/go-toml v1.9.5
26
github.com/prometheus/client_golang v1.22.0
27
github.com/prometheus/client_model v0.6.1
28
github.com/redis/go-redis/extra/redisotel/v9 v9.5.3
@@ -76,7 +77,6 @@ require (
76
77
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
78
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
79
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
- github.com/pelletier/go-toml v1.9.5 // indirect
80
github.com/poy/onpar v1.1.2 // indirect
81
github.com/prometheus/common v0.62.0 // indirect
82
github.com/prometheus/procfs v0.15.1 // indirect
0 commit comments