Skip to content

Commit

Permalink
Cleaned go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmarechal committed Mar 25, 2021
1 parent b146d18 commit 1cd85ee
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 2 deletions.
8 changes: 6 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ require (
github.com/docker/go-units v0.4.0
github.com/go-kit/kit v0.10.0
github.com/golang/protobuf v1.5.1 // indirect
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.15.0
github.com/google/go-querystring v1.1.0 // indirect
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.20.0
github.com/prometheus/exporter-toolkit v0.5.1
github.com/prometheus/promu v0.11.1 // indirect
golang.org/x/net v0.0.0-20210324205630-d1beb07c2056 // indirect
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
Loading

0 comments on commit 1cd85ee

Please sign in to comment.