-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update project to use go modules (#49)
* Replace govendor by go modules * Fix tests renaming a method call * Replace references to govendor * Update README removing references to GOPATH
- Loading branch information
Showing
7 changed files
with
364 additions
and
1,761 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
module github.com/newrelic/nri-prometheus | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 // indirect | ||
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 // indirect | ||
github.com/fsnotify/fsnotify v1.4.8-0.20190312181446-1485a34d5d57 // indirect | ||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect | ||
github.com/googleapis/gnostic v0.2.3-0.20181019180348-e2aafd60c944 // indirect | ||
github.com/hashicorp/hcl v1.0.1-0.20190611123218-cf7d376da96d // indirect | ||
github.com/imdario/mergo v0.3.8 // indirect | ||
github.com/kardianos/govendor v1.0.9 // indirect | ||
github.com/newrelic/newrelic-telemetry-sdk-go v0.2.1-0.20200116224429-790ff853d12b | ||
github.com/onsi/ginkgo v1.10.1 // indirect | ||
github.com/onsi/gomega v1.7.0 // indirect | ||
github.com/pelletier/go-toml v1.2.1-0.20181124002727-27c6b39a135b // indirect | ||
github.com/pkg/errors v0.8.1-0.20180311214515-816c9085562c | ||
github.com/prometheus/client_golang v0.9.3 | ||
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 | ||
github.com/prometheus/common v0.4.0 | ||
github.com/sirupsen/logrus v1.3.0 | ||
github.com/spf13/cast v1.3.1-0.20190531093228-c01685bb8421 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/viper v1.4.1-0.20190729163700-33bf76add3b7 | ||
github.com/stretchr/objx v0.1.2-0.20180626195558-9e1dfc121bca // indirect | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975 // indirect | ||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect | ||
k8s.io/api v0.16.10 | ||
k8s.io/apimachinery v0.16.10 | ||
k8s.io/client-go v0.15.12 | ||
k8s.io/utils v0.0.0-20191010214722-8d271d903fe4 // indirect | ||
sigs.k8s.io/yaml v1.1.1-0.20181103002144-5fa4c7f5e38d // indirect | ||
) |
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
Oops, something went wrong.