Skip to content

Commit

Permalink
build(deps): bump github.com/prometheus/client_golang
Browse files Browse the repository at this point in the history
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.1.0 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.1.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 15, 2023
1 parent 7988167 commit afda573
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 34 deletions.
33 changes: 21 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,30 @@ require (
github.com/apex/gateway v1.1.1
github.com/aws/aws-lambda-go v1.13.2
github.com/aws/aws-sdk-go v1.16.15
github.com/beorn7/perks v1.0.1
github.com/cubewise-code/go-mime v0.0.0-20190322015324-9c5316ef3e8e
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/golang/protobuf v1.3.2
github.com/hashicorp/hcl v1.0.0
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/xattr v0.4.4
github.com/prometheus/client_golang v1.1.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.9.1
github.com/prometheus/procfs v0.0.8
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/common v0.26.0
github.com/spf13/cobra v1.6.1
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20201101102859-da207088b7d1
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.6.1 // indirect
github.com/tj/assert v0.0.3 // indirect
google.golang.org/protobuf v1.26.0-rc.1 // indirect
)
Loading

0 comments on commit afda573

Please sign in to comment.