-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #386 from simonpasquier/go-modules
*: support for Go modules
- Loading branch information
Showing
39 changed files
with
528 additions
and
308 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
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
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
module github.com/prometheus/blackbox_exporter | ||
|
||
require ( | ||
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 // indirect | ||
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect | ||
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect | ||
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-20160804104726-4c0e84591b9a // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/go-kit/kit v0.0.0-20170917202734-0d313fb5fb3a | ||
github.com/go-logfmt/logfmt v0.3.0 // indirect | ||
github.com/go-stack/stack v1.6.0 // indirect | ||
github.com/gogo/protobuf v1.1.1 // indirect | ||
github.com/golang/protobuf v0.0.0-20170919002109-ae59567b9aab // indirect | ||
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect | ||
github.com/mattn/go-isatty v0.0.4 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/miekg/dns v1.0.1 | ||
github.com/pkg/errors v0.0.0-20170910134614-2b3a18b5f0fb // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v0.9.0 | ||
github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 | ||
github.com/prometheus/common v0.0.0-20180110214958-89604d197083 | ||
github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 // indirect | ||
github.com/sergi/go-diff v1.0.0 // indirect | ||
github.com/stretchr/testify v1.2.2 // indirect | ||
golang.org/x/crypto v0.0.0-20171231215028-0fcca4842a8d // indirect | ||
golang.org/x/net v0.0.0-20171102191033-01c190206fbd | ||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect | ||
golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b // indirect | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.5 | ||
gopkg.in/yaml.v2 v2.2.1 | ||
) |
Oops, something went wrong.