Skip to content

Commit

Permalink
Merge pull request #157 from fastly/dependabot/go_modules/github.com/…
Browse files Browse the repository at this point in the history
…prometheus/client_golang-1.19.0

Bump github.com/prometheus/client_golang from 1.16.0 to 1.19.0
  • Loading branch information
leklund authored Apr 17, 2024
2 parents e0f82fe + 10ffc1e commit e9b6881
Show file tree
Hide file tree
Showing 2 changed files with 1,183 additions and 18 deletions.
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,20 @@ require (
github.com/json-iterator/go v1.1.12
github.com/oklog/run v1.1.0
github.com/peterbourgon/ff/v3 v3.4.0
github.com/prometheus/client_golang v1.16.0
github.com/prometheus/client_golang v1.19.0
golang.org/x/sync v0.4.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.48.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/sys v0.16.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)
Loading

0 comments on commit e9b6881

Please sign in to comment.