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 1.7.1 to 1.11.1 #73

Open
wants to merge 1 commit into
base: develop
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
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ require (
github.com/gin-gonic/contrib v0.0.0-20190526021735-7fb7810ed2a0
github.com/gin-gonic/gin v1.6.0
github.com/gobuffalo/packr v1.30.1
github.com/golang/mock v1.4.4
github.com/google/uuid v1.1.0 // indirect
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/guregu/null v3.5.0+incompatible
github.com/jinzhu/gorm v1.9.11-0.20190912141731-0c98e7d712e2
github.com/jpillora/backoff v0.0.0-20170918002102-8eab2debe79d
github.com/jpillora/backoff v1.0.0
github.com/lib/pq v1.8.0
github.com/libp2p/go-libp2p-core v0.6.0
github.com/manyminds/api2go v0.0.0-20171030193247-e7b693844a6f
Expand All @@ -42,7 +41,7 @@ require (
github.com/onsi/gomega v1.10.1
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/client_golang v1.11.1
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/rs/cors v1.6.0 // indirect
Expand All @@ -62,9 +61,8 @@ require (
go.uber.org/multierr v1.5.0
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/text v0.3.3
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
golang.org/x/tools v0.0.0-20200414032229-332987a829c3 // indirect
gopkg.in/gormigrate.v1 v1.6.0
gopkg.in/guregu/null.v2 v2.1.2 // indirect
Expand Down
Loading