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 5bbe344 commit a9dedb7Copy full SHA for a9dedb7
go.mod
@@ -1,7 +1,7 @@
1
go 1.19
2
3
require (
4
- github.com/caddyserver/caddy v1.0.5
+ github.com/caddyserver/caddy v1.0.4
5
github.com/coredns/coredns v1.7.0
6
github.com/golang/protobuf v1.5.2
7
github.com/miekg/dns v1.1.43
@@ -39,7 +39,7 @@ require (
39
github.com/pingcap/check v0.0.0-20211026125417-57bd13f7b5f0 // indirect
40
github.com/pingcap/errors v0.11.4 // indirect
41
github.com/pkg/errors v0.9.1 // indirect
42
- github.com/prometheus/client_model v0.6.0 // indirect
+ github.com/prometheus/client_model v0.2.0 // indirect
43
github.com/prometheus/common v0.31.1 // indirect
44
github.com/prometheus/procfs v0.6.0 // indirect
45
github.com/spf13/pflag v1.0.5 // indirect
0 commit comments