Skip to content

Commit 0b2fe9b

Browse files
Bump github.com/prometheus/common from 0.37.0 to 0.38.0 (#58)
1 parent 5b44310 commit 0b2fe9b

File tree

2 files changed

+25
-446
lines changed

2 files changed

+25
-446
lines changed

go.mod

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ require (
66
github.com/go-kit/log v0.2.1
77
github.com/google/go-github/v47 v47.1.0
88
github.com/prometheus/client_golang v1.14.0
9-
github.com/prometheus/common v0.37.0
9+
github.com/prometheus/common v0.38.0
1010
github.com/stretchr/testify v1.8.1
11-
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
11+
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
1212
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1313
)
1414

@@ -21,13 +21,14 @@ require (
2121
github.com/go-logfmt/logfmt v0.5.1 // indirect
2222
github.com/golang/protobuf v1.5.2 // indirect
2323
github.com/google/go-querystring v1.1.0 // indirect
24-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
24+
github.com/kr/pretty v0.3.1 // indirect
25+
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
2526
github.com/pmezard/go-difflib v1.0.0 // indirect
2627
github.com/prometheus/client_model v0.3.0 // indirect
2728
github.com/prometheus/procfs v0.8.0 // indirect
2829
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272 // indirect
29-
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
30-
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
30+
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
31+
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
3132
google.golang.org/appengine v1.6.7 // indirect
3233
google.golang.org/protobuf v1.28.1 // indirect
3334
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)