Skip to content

Commit e246148

Browse files
build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.13.0 to 1.15.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.13.0...v1.15.1) --- 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>
1 parent 214bd57 commit e246148

File tree

169 files changed

+6339
-2690
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+6339
-2690
lines changed

go.mod

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,34 @@ require (
1313
github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46
1414
github.com/lib/pq v1.10.1
1515
github.com/mattn/go-sqlite3 v1.14.15
16-
github.com/prometheus/client_golang v1.13.0
17-
github.com/stretchr/testify v1.7.0
16+
github.com/prometheus/client_golang v1.15.1
17+
github.com/stretchr/testify v1.8.0
1818
github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc
1919
github.com/zmap/zlint/v3 v3.1.0
2020
golang.org/x/crypto v0.3.0
2121
)
2222

2323
require (
2424
github.com/beorn7/perks v1.0.1 // indirect
25-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
25+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2626
github.com/davecgh/go-spew v1.1.1 // indirect
2727
github.com/getsentry/sentry-go v0.11.0 // indirect
2828
github.com/go-logr/logr v1.2.0 // indirect
29-
github.com/golang/protobuf v1.5.2 // indirect
29+
github.com/golang/protobuf v1.5.3 // indirect
3030
github.com/kr/text v0.2.0 // indirect
3131
github.com/kylelemons/go-gypsy v1.0.0 // indirect
32-
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
32+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
3333
github.com/pmezard/go-difflib v1.0.0 // indirect
34-
github.com/prometheus/client_model v0.2.0 // indirect
35-
github.com/prometheus/common v0.37.0 // indirect
36-
github.com/prometheus/procfs v0.8.0 // indirect
34+
github.com/prometheus/client_model v0.3.0 // indirect
35+
github.com/prometheus/common v0.42.0 // indirect
36+
github.com/prometheus/procfs v0.9.0 // indirect
37+
github.com/rogpeppe/go-internal v1.10.0 // indirect
3738
github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b // indirect
3839
github.com/ziutek/mymysql v1.5.4 // indirect
3940
golang.org/x/net v0.7.0 // indirect
40-
golang.org/x/sys v0.5.0 // indirect
41+
golang.org/x/sys v0.6.0 // indirect
4142
golang.org/x/text v0.7.0 // indirect
42-
google.golang.org/protobuf v1.28.1 // indirect
43+
google.golang.org/protobuf v1.30.0 // indirect
4344
gopkg.in/yaml.v3 v3.0.1 // indirect
4445
k8s.io/klog/v2 v2.80.1 // indirect
4546
)

go.sum

Lines changed: 26 additions & 32 deletions
Large diffs are not rendered by default.

vendor/github.com/cespare/xxhash/v2/README.md

Lines changed: 17 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/testall.sh

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash.go

Lines changed: 20 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)