1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Update go.mod to point to vendored newrelic module

This commit is contained in:
Chris Cummer 2019-09-20 06:07:10 -07:00
parent a13a284fb4
commit 330035b107
2 changed files with 5 additions and 0 deletions

2
go.mod
View File

@ -2,6 +2,8 @@ module github.com/wtfutil/wtf
go 1.12
replace github.com/yfronto/newrelic => ./vendor/github.com/yfronto/newrelic
require (
cloud.google.com/go v0.45.1 // indirect
code.cloudfoundry.org/bytefmt v0.0.0-20180906201452-2aa6f33b730c

3
vendor/github.com/yfronto/newrelic/go.mod generated vendored Normal file
View File

@ -0,0 +1,3 @@
module github.com/wtfutil/wtf/vendor/github.com/yfronto/newrelic
go 1.12