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 #8

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 @@ -6,22 +6,18 @@ require (
github.com/Pallinder/go-randomdata v1.1.0
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/golang/protobuf v1.3.4 // indirect
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.1
github.com/kennygrant/sanitize v1.2.4
github.com/longsleep/go-metrics v0.0.0-20181008184033-900f92a5ad22
github.com/mendsley/gojwk v0.0.0-20141217222730-4d5ec6e58103
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/prometheus/client_golang v1.1.0
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
github.com/prometheus/procfs v0.0.10 // indirect
github.com/prometheus/client_golang v1.11.1
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.4.2
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v0.0.6
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b // indirect
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.3.0
stash.kopano.io/kc/libkcoidc v0.7.2
stash.kopano.io/kc/libkustomer v0.7.0
stash.kopano.io/kgol/ksurveyclient-go v0.6.1
Expand Down
Loading