Skip to content

Commit afda573

Browse files
build(deps): bump github.com/prometheus/client_golang
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]>
1 parent 7988167 commit afda573

File tree

2 files changed

+102
-34
lines changed

2 files changed

+102
-34
lines changed

go.mod

+21-12
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,30 @@ require (
66
github.com/apex/gateway v1.1.1
77
github.com/aws/aws-lambda-go v1.13.2
88
github.com/aws/aws-sdk-go v1.16.15
9-
github.com/beorn7/perks v1.0.1
10-
github.com/cubewise-code/go-mime v0.0.0-20190322015324-9c5316ef3e8e
119
github.com/dgrijalva/jwt-go v3.2.0+incompatible
12-
github.com/golang/protobuf v1.3.2
1310
github.com/hashicorp/hcl v1.0.0
14-
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
15-
github.com/matttproud/golang_protobuf_extensions v1.0.1
1611
github.com/patrickmn/go-cache v2.1.0+incompatible
1712
github.com/pkg/xattr v0.4.4
18-
github.com/prometheus/client_golang v1.1.0
19-
github.com/prometheus/client_model v0.2.0
20-
github.com/prometheus/common v0.9.1
21-
github.com/prometheus/procfs v0.0.8
13+
github.com/prometheus/client_golang v1.11.1
14+
github.com/prometheus/common v0.26.0
2215
github.com/spf13/cobra v1.6.1
23-
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
24-
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
25-
golang.org/x/sys v0.0.0-20201101102859-da207088b7d1
16+
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
17+
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
18+
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
19+
)
20+
21+
require (
22+
github.com/beorn7/perks v1.0.1 // indirect
23+
github.com/cespare/xxhash/v2 v2.1.1 // indirect
24+
github.com/golang/protobuf v1.4.3 // indirect
25+
github.com/inconshreveable/mousetrap v1.0.1 // indirect
26+
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
27+
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
28+
github.com/pkg/errors v0.9.1 // indirect
29+
github.com/prometheus/client_model v0.2.0 // indirect
30+
github.com/prometheus/procfs v0.6.0 // indirect
31+
github.com/spf13/pflag v1.0.5 // indirect
32+
github.com/stretchr/testify v1.6.1 // indirect
33+
github.com/tj/assert v0.0.3 // indirect
34+
google.golang.org/protobuf v1.26.0-rc.1 // indirect
2635
)

0 commit comments

Comments
 (0)