Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Bump github.com/prometheus/client_golang (#135)
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.7.1 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.7.1...v1.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 8616142 commit e91deda
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 160 deletions.
25 changes: 13 additions & 12 deletions byos/containers/deploy/ContainersSimulatorV2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ module github.com/Microsoft/OpenHack/containers/simv2
go 1.14

require (
github.com/CloudyKit/jet/v3 v3.0.0 // indirect
github.com/Joker/hpp v1.0.0 // indirect
github.com/brianvoe/gofakeit v3.18.0+incompatible
github.com/dgraph-io/badger v1.6.0 // indirect
github.com/etcd-io/bbolt v1.3.3 // indirect
github.com/gavv/httpexpect v2.0.0+incompatible // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/iris-contrib/blackfriday v2.0.0+incompatible // indirect
github.com/iris-contrib/middleware/prometheus v0.0.0-20200810001613-32cf668f999f
github.com/kataras/iris/v12 v12.1.9-0.20200809192844-da029d6f3722
github.com/prometheus/client_golang v1.7.1
github.com/tsenart/vegeta/v12 v12.8.3
github.com/Joker/hpp v1.0.0 // indirect
github.com/brianvoe/gofakeit v3.18.0+incompatible
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/iris-contrib/middleware/prometheus v0.0.0-20200810001613-32cf668f999f
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kataras/iris/v12 v12.1.9-0.20200809192844-da029d6f3722
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.26.0 // indirect
github.com/prometheus/client_golang v1.11.1
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/tsenart/vegeta/v12 v12.8.3
github.com/yudai/pp v2.0.1+incompatible // indirect
)
Loading

0 comments on commit e91deda

Please sign in to comment.