-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/prometheus/prometheus from 0.300.1 to 0.301.0
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.300.1 to 0.301.0. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.300.1...v0.301.0) --- updated-dependencies: - dependency-name: github.com/prometheus/prometheus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
ee83da3
commit ed199e9
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
module github.com/prometheus/prom2json | ||
|
||
go 1.22.0 | ||
|
||
toolchain go1.23.0 | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 | ||
github.com/prometheus/client_model v0.6.1 | ||
github.com/prometheus/common v0.61.0 | ||
github.com/prometheus/prometheus v0.300.1 | ||
github.com/prometheus/prometheus v0.301.0 | ||
) | ||
|
||
require ( | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
google.golang.org/protobuf v1.35.2 // indirect | ||
google.golang.org/protobuf v1.36.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters