Skip to content

Commit e19eb5a

Browse files
committed
Fix go.mod
1 parent 9139a69 commit e19eb5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ require (
2222
github.com/miekg/dns v1.1.62
2323
github.com/miekg/pkcs11 v1.1.2
2424
github.com/nxadm/tail v1.4.11
25+
github.com/pelletier/go-toml v1.9.5
2526
github.com/prometheus/client_golang v1.22.0
2627
github.com/prometheus/client_model v0.6.1
2728
github.com/redis/go-redis/extra/redisotel/v9 v9.5.3
@@ -76,7 +77,6 @@ require (
7677
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
7778
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
7879
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
79-
github.com/pelletier/go-toml v1.9.5 // indirect
8080
github.com/poy/onpar v1.1.2 // indirect
8181
github.com/prometheus/common v0.62.0 // indirect
8282
github.com/prometheus/procfs v0.15.1 // indirect

0 commit comments

Comments
 (0)