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:
parent
a13a284fb4
commit
330035b107
2
go.mod
2
go.mod
@ -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
3
vendor/github.com/yfronto/newrelic/go.mod
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
module github.com/wtfutil/wtf/vendor/github.com/yfronto/newrelic
|
||||
|
||||
go 1.12
|
Loading…
x
Reference in New Issue
Block a user