Skip to content

Commit

Permalink
Merge pull request #1 from loafoe/dependabot/go_modules/github.com/pr…
Browse files Browse the repository at this point in the history
…ometheus/client_golang-1.20.4

Bump github.com/prometheus/client_golang from 1.14.0 to 1.20.4
  • Loading branch information
loafoe authored Oct 2, 2024
2 parents f250895 + 8178dab commit dd92096
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 486 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ module github.com/loafoe/prometheus-watermeter-exporter

go 1.23

require github.com/prometheus/client_golang v1.14.0
require github.com/prometheus/client_golang v1.20.4

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/matttproud/golang_protobuf_extensions v1.0.1 // 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.0.0-20220909162455-aba9fc2a8ff2 // indirect
google.golang.org/protobuf v1.28.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.55.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
golang.org/x/sys v0.22.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)
Loading

0 comments on commit dd92096

Please sign in to comment.