Skip to content

Commit

Permalink
fix(deps): update module github.com/prometheus/client_golang to v1.15.0
Browse files Browse the repository at this point in the history
See merge request bonsai-oss/exporter/openzfs_exporter!14
  • Loading branch information
fsrv-xyz committed Apr 21, 2023
2 parents 2240ae2 + a7f854a commit 6703d8f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 471 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ go 1.19

require (
github.com/fsrv-xyz/version v0.0.1
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_golang v1.15.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
golang.org/x/sys v0.2.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
golang.org/x/sys v0.6.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)
Loading

0 comments on commit 6703d8f

Please sign in to comment.