Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.1 to 1.13.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.12.1...v1.13.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
9 lines
198 B
Modula-2
9 lines
198 B
Modula-2
module github.com/prometheus/procfs
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.8
|
|
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
|
|
)
|