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.1.0 to 1.11.1 #17

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
15 changes: 5 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,16 @@ module polygate
go 1.13

require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
github.com/go-redis/redis v6.15.5+incompatible
github.com/golang/protobuf v1.3.2
github.com/google/pprof v0.0.0-20190930153522-6ce02741cba3 // indirect
github.com/golang/protobuf v1.4.3
github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 // indirect
github.com/onsi/ginkgo v1.10.2 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/prometheus/client_golang v1.1.0
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/client_model v0.2.0
github.com/rs/xid v1.2.1
github.com/sirupsen/logrus v1.4.2
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
github.com/sirupsen/logrus v1.6.0
google.golang.org/grpc v1.24.0
gopkg.in/yaml.v2 v2.2.4
gopkg.in/yaml.v2 v2.3.0
)
Loading