We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96eaa71 commit f0dbf40Copy full SHA for f0dbf40
go.mod
@@ -9,9 +9,9 @@ require (
9
github.com/knadh/koanf v1.3.3
10
github.com/oklog/run v1.1.0
11
github.com/pkg/errors v0.9.1
12
- github.com/prometheus/client_golang v1.11.0
+ github.com/prometheus/client_golang v1.19.1
13
github.com/spf13/cobra v1.2.1
14
- github.com/stretchr/testify v1.7.0
+ github.com/stretchr/testify v1.8.2
15
go.uber.org/dig v1.13.0
16
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
+ golang.org/x/sync v0.3.0
17
)
0 commit comments