-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update prometheus/client_golang to v1.0.0 (#195)
Signed-off-by: beorn7 <[email protected]>
- Loading branch information
1 parent
17f5ca1
commit d9a1ac5
Showing
2 changed files
with
34 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,18 @@ | ||
module github.com/prometheus/common | ||
|
||
require ( | ||
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect | ||
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect | ||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect | ||
github.com/go-kit/kit v0.8.0 | ||
github.com/go-logfmt/logfmt v0.3.0 // indirect | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/gogo/protobuf v1.1.1 // indirect | ||
github.com/golang/protobuf v1.2.0 | ||
github.com/go-logfmt/logfmt v0.4.0 // indirect | ||
github.com/golang/protobuf v1.3.1 | ||
github.com/julienschmidt/httprouter v1.2.0 | ||
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 | ||
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 | ||
github.com/pkg/errors v0.8.0 | ||
github.com/prometheus/client_golang v0.9.1 | ||
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 | ||
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect | ||
github.com/prometheus/client_golang v1.0.0 | ||
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 | ||
github.com/sirupsen/logrus v1.2.0 | ||
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect | ||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect | ||
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 | ||
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 // indirect | ||
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
gopkg.in/yaml.v2 v2.2.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters