-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
688 additions
and
227 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
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,21 +1,23 @@ | ||
module github.com/promhippie/prometheus-scw-sd | ||
|
||
go 1.14 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/cespare/reflex v0.2.0 // indirect | ||
github.com/go-chi/chi v4.1.1+incompatible | ||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect | ||
github.com/go-chi/chi v1.5.4 | ||
github.com/go-kit/kit v0.10.0 | ||
github.com/haya14busa/goverage v0.0.0-20180129164344-eec3514a20b5 // indirect | ||
github.com/google/go-cmp v0.5.5 // indirect | ||
github.com/joho/godotenv v1.3.0 | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/ogier/pflag v0.0.1 // indirect | ||
github.com/oklog/run v1.1.0 | ||
github.com/prometheus/client_golang v1.5.1 | ||
github.com/prometheus/common v0.9.1 | ||
github.com/prometheus/prometheus v1.8.2-0.20200326161412-ae041f97cfc6 | ||
github.com/restic/calens v0.2.0 // indirect | ||
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.6 | ||
github.com/urfave/cli/v2 v2.2.0 | ||
gopkg.in/yaml.v2 v2.2.8 | ||
github.com/prometheus/client_golang v1.9.0 | ||
github.com/prometheus/common v0.19.0 | ||
github.com/prometheus/procfs v0.6.0 // indirect | ||
github.com/prometheus/prometheus v1.8.2-0.20210217141258-a6be548dbc17 | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7 | ||
github.com/urfave/cli/v2 v2.3.0 | ||
golang.org/x/mod v0.4.1 // indirect | ||
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect | ||
golang.org/x/sys v0.0.0-20210313202042-bd2e13477e9c // indirect | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) |
Oops, something went wrong.