Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a19a103

Browse files
authoredJun 15, 2023
fix(deps): update module github.com/prometheus/client_golang to v1.16.0
1 parent 96eaa71 commit a19a103

File tree

2 files changed

+71
-3
lines changed

2 files changed

+71
-3
lines changed
 

‎go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ require (
99
github.com/knadh/koanf v1.3.3
1010
github.com/oklog/run v1.1.0
1111
github.com/pkg/errors v0.9.1
12-
github.com/prometheus/client_golang v1.11.0
12+
github.com/prometheus/client_golang v1.16.0
1313
github.com/spf13/cobra v1.2.1
14-
github.com/stretchr/testify v1.7.0
14+
github.com/stretchr/testify v1.8.0
1515
go.uber.org/dig v1.13.0
16-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
16+
golang.org/x/sync v0.2.0
1717
)

0 commit comments

Comments
 (0)
Please sign in to comment.