Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Move internal/tools in its own module
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu committed Mar 9, 2021
1 parent 0d1cd73 commit ddc35f8
Show file tree
Hide file tree
Showing 6 changed files with 689 additions and 456 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -45,6 +45,6 @@ lint:

.PHONY: install-tools
install-tools:
go install golang.org/x/tools/cmd/cover
go install github.com/golangci/golangci-lint/cmd/golangci-lint
cd internal/tools && go install golang.org/x/tools/cmd/cover
cd internal/tools && go install github.com/golangci/golangci-lint/cmd/golangci-lint

3 changes: 0 additions & 3 deletions go.mod
@@ -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

0 comments on commit ddc35f8

Please sign in to comment.