Skip to content

Commit f388c2f

Browse files
committed
updated dependencies
1 parent a44563b commit f388c2f

File tree

2 files changed

+440
-57
lines changed

2 files changed

+440
-57
lines changed

go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ go 1.16
44

55
require (
66
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
7+
github.com/go-kit/kit v0.12.0
8+
github.com/goccy/go-yaml v1.11.0
9+
github.com/prometheus/client_golang v1.16.0
10+
github.com/urfave/cli/v2 v2.25.7
1311
)

0 commit comments

Comments
 (0)