chore: Update dependencies

This commit is contained in:
2022-07-16 12:40:59 +01:00
parent 83d3970baf
commit 6ac0db075b
2 changed files with 14 additions and 26 deletions

4
go.mod
View File

@@ -4,7 +4,7 @@ go 1.15
require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/client_golang v1.12.2
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli/v2 v2.5.1
github.com/urfave/cli/v2 v2.11.0
)