Skip to content

Commit

Permalink
Bump github.com/prometheus/common from 0.37.0 to 0.38.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 9, 2022
1 parent 0987fb7 commit 9aca2b2
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 355 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/gorilla/sessions v1.2.1
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.24.1
github.com/prometheus/common v0.37.0
github.com/prometheus/common v0.38.0
github.com/sirupsen/logrus v1.9.0
github.com/vulcand/oxy v1.4.2
gopkg.in/yaml.v2 v2.4.0
Expand All @@ -29,6 +29,7 @@ require (
github.com/gorilla/websocket v1.5.0 // indirect
github.com/gravitational/trace v1.1.19 // indirect
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mailgun/multibuf v0.1.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
github.com/nxadm/tail v1.4.8 // indirect
Expand Down
359 changes: 12 additions & 347 deletions go.sum

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions vendor/github.com/prometheus/common/expfmt/text_create.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/github.com/prometheus/common/version/info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/prometheus/common/version/info_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 58 additions & 0 deletions vendor/github.com/prometheus/common/version/info_go118.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ github.com/gravitational/trace/internal
# github.com/jonboulle/clockwork v0.3.0
## explicit; go 1.13
github.com/jonboulle/clockwork
# github.com/kr/pretty v0.3.1
## explicit; go 1.12
# github.com/mailgun/multibuf v0.1.2
## explicit; go 1.17
github.com/mailgun/multibuf
Expand Down Expand Up @@ -125,8 +127,8 @@ github.com/prometheus/client_golang/prometheus/internal
# github.com/prometheus/client_model v0.2.0
## explicit; go 1.9
github.com/prometheus/client_model/go
# github.com/prometheus/common v0.37.0
## explicit; go 1.16
# github.com/prometheus/common v0.38.0
## explicit; go 1.17
github.com/prometheus/common/expfmt
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
github.com/prometheus/common/model
Expand Down

0 comments on commit 9aca2b2

Please sign in to comment.