Skip to content
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

Bump github.com/prometheus/client_golang from 0.9.2 to 1.11.1 #2

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
20 changes: 8 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,29 @@ require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/asottile/dockerfile v2.2.0+incompatible
github.com/buildkite/interpolate v0.0.0-20181028012610-973457fa2b4c
github.com/coreos/clair v1.2.6
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf
github.com/deckarep/golang-set v1.7.1
github.com/fernet/fernet-go v0.0.0-20151007213151-1b2437bc582b
github.com/go-stomp/stomp v2.0.6+incompatible
github.com/golang/protobuf v1.2.0
github.com/google/go-cmp v0.3.0 // indirect
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.1.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v0.0.0-20170330212424-2500245aa611
github.com/grpc-ecosystem/grpc-gateway v1.2.3-0.20170531022852-2a40dd79571b
github.com/guregu/null v3.4.0+incompatible
github.com/hashicorp/golang-lru v0.5.0
github.com/julienschmidt/httprouter v1.2.0
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v0.0.0-20170603225454-8837942c3e09
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/moby/buildkit v0.6.3 // indirect
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_golang v1.11.1
github.com/remind101/migrate v0.0.0-20160423010909-d22d647232c2
github.com/sirupsen/logrus v1.4.1
github.com/sirupsen/logrus v1.6.0
github.com/soheilhy/cmux v0.1.4
github.com/stretchr/testify v1.3.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/tools v0.0.0-20200601175630-2caf76543d99 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
google.golang.org/grpc v1.23.0
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v2 v2.3.0
)
Loading