Skip to content

Commit 74768a9

Browse files
committed
refactor: add direct prometheus dependency
1 parent e10f199 commit 74768a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ require (
1212
github.com/getsops/sops/v3 v3.10.2
1313
github.com/go-git/go-git/v5 v5.16.2
1414
github.com/google/uuid v1.6.0
15+
github.com/prometheus/client_golang v1.22.0
1516
golang.org/x/net v0.41.0
1617
gopkg.in/validator.v2 v2.0.1
1718
gopkg.in/yaml.v3 v3.0.1
@@ -202,7 +203,6 @@ require (
202203
github.com/pkg/errors v0.9.1 // indirect
203204
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
204205
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
205-
github.com/prometheus/client_golang v1.22.0 // indirect
206206
github.com/prometheus/client_model v0.6.2 // indirect
207207
github.com/prometheus/common v0.65.0 // indirect
208208
github.com/prometheus/procfs v0.16.1 // indirect

0 commit comments

Comments
 (0)