This repository was archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move internal/tools in its own module
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
- Loading branch information
1 parent
0d1cd73
commit ddc35f8
Showing
6 changed files
with
689 additions
and
456 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,13 +1,10 @@ | ||
module contrib.go.opencensus.io/exporter/prometheus | ||
|
||
require ( | ||
github.com/golangci/golangci-lint v1.38.0 | ||
github.com/google/go-cmp v0.5.5 | ||
github.com/prometheus/client_golang v1.9.0 | ||
github.com/prometheus/statsd_exporter v0.20.0 | ||
go.opencensus.io v0.23.0 | ||
golang.org/x/sys v0.0.0-20210308170721-88b6017d0656 // indirect | ||
golang.org/x/tools v0.1.0 | ||
) | ||
|
||
go 1.13 |
Oops, something went wrong.