We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a44563b + f388c2f commit 82d3bd9Copy full SHA for 82d3bd9
go.mod
@@ -4,10 +4,8 @@ go 1.16
4
5
require (
6
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
7
- github.com/go-kit/kit v0.11.0
8
- github.com/goccy/go-yaml v1.8.10
9
- github.com/prometheus/client_golang v1.11.1
10
- github.com/prometheus/procfs v0.6.0 // indirect
11
- github.com/urfave/cli/v2 v2.3.0
12
- golang.org/x/crypto v0.6.0 // indirect
+ github.com/go-kit/kit v0.12.0
+ github.com/goccy/go-yaml v1.11.0
+ github.com/prometheus/client_golang v1.16.0
+ github.com/urfave/cli/v2 v2.25.7
13
)
0 commit comments