Skip to content

Bump github.com/prometheus/common from 0.9.1 to 0.30.0 #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.13

require (
github.com/BobuSumisu/aho-corasick v0.0.0-20190714010706-87defef828b4
github.com/alecthomas/units v0.0.0-20190910110746-680d30ca3117 // indirect
github.com/asergeyev/nradix v0.0.0-20170505151046-3872ab85bb56
github.com/avct/uasurfer v0.0.0-20190821150637-906cc7dc6197
github.com/coinpaprika/ratelimiter v0.2.1
Expand All @@ -20,12 +19,9 @@ require (
github.com/leodido/go-urn v1.1.0 // indirect
github.com/oschwald/geoip2-golang v1.4.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.5.0 // indirect
github.com/prometheus/common v0.9.1
github.com/prometheus/common v0.30.0
github.com/stretchr/testify v1.5.1
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200406155108-e3b113bbe6a4 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)
Loading