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.3-0.20190127221311-3c4408c8b829 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
50 changes: 14 additions & 36 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,21 @@ module github.com/justinbarrick/fluxcloud
go 1.12

require (
github.com/Masterminds/semver v1.4.2
github.com/apache/thrift v0.12.0
github.com/aws/aws-sdk-go v1.16.26
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
github.com/davecgh/go-spew v1.1.1
github.com/docker/distribution v0.0.0-20180611183926-749f6afb4572
github.com/docker/go-metrics v0.0.0-20180209012529-399ea8c73916
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
github.com/go-kit/kit v0.8.0
github.com/go-logfmt/logfmt v0.3.0
github.com/go-stack/stack v1.8.0
github.com/golang/protobuf v1.2.0
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.6.2
github.com/Masterminds/semver v1.4.2 // indirect
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.16.26 // indirect
github.com/docker/distribution v0.0.0-20180611183926-749f6afb4572 // indirect
github.com/docker/go-metrics v0.0.0-20180209012529-399ea8c73916 // indirect
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/gorilla/websocket v1.2.0
github.com/hashicorp/golang-lru v0.5.1
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/opencontainers/go-digest v1.0.0-rc1
github.com/pkg/errors v0.8.0
github.com/pkg/term v0.0.0-20180730021639-bffc007b7fd5
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f
github.com/prometheus/common v0.2.0
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1
github.com/ryanuber/go-glob v0.0.0-20160226084822-572520ed46db
github.com/sirupsen/logrus v1.2.0
github.com/spf13/pflag v1.0.1
github.com/stretchr/testify v1.2.2
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/pkg/term v0.0.0-20180730021639-bffc007b7fd5 // indirect
github.com/prometheus/client_golang v1.11.1 // indirect
github.com/ryanuber/go-glob v0.0.0-20160226084822-572520ed46db // indirect
github.com/spf13/pflag v1.0.1 // indirect
github.com/stretchr/testify v1.4.0
github.com/weaveworks/flux v0.0.0-20190411145155-fea56bc3feee
go.opencensus.io v0.20.2
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/sync v0.0.0-20190412183630-56d357773e84
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2
google.golang.org/api v0.3.1
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect
)
Loading