Skip to content

Commit

Permalink
Bump github.com/prometheus/common from 0.4.1 to 0.20.0
Browse files Browse the repository at this point in the history
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.4.1 to 0.20.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](prometheus/common@v0.4.1...v0.20.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 30, 2021
1 parent 551d2d0 commit 9bfad9c
Show file tree
Hide file tree
Showing 74 changed files with 10,545 additions and 817 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ require (
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.4.2
github.com/mitchellh/go-homedir v1.1.0
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/common v0.4.1
github.com/sirupsen/logrus v1.4.2
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.20.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.3.0 // indirect
github.com/stretchr/testify v1.4.0
//github.com/stretchr/testify v1.4.0
gopkg.in/yaml.v2 v2.3.0
istio.io/api v0.0.0-20180824201241-76349c53b87f
Expand Down
567 changes: 151 additions & 416 deletions go.sum

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions vendor/github.com/json-iterator/go/README.md

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

4 changes: 2 additions & 2 deletions vendor/github.com/json-iterator/go/any_str.go

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

4 changes: 2 additions & 2 deletions vendor/github.com/json-iterator/go/config.go

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

27 changes: 27 additions & 0 deletions vendor/github.com/json-iterator/go/iter.go

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

10 changes: 8 additions & 2 deletions vendor/github.com/json-iterator/go/iter_array.go

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

28 changes: 22 additions & 6 deletions vendor/github.com/json-iterator/go/iter_object.go

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

19 changes: 19 additions & 0 deletions vendor/github.com/json-iterator/go/iter_skip_sloppy.go

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

Loading

0 comments on commit 9bfad9c

Please sign in to comment.