diff --git a/go.mod b/go.mod index 6b0ba406..87c68824 100644 --- a/go.mod +++ b/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 diff --git a/vendor/github.com/yfronto/newrelic/go.mod b/vendor/github.com/yfronto/newrelic/go.mod new file mode 100644 index 00000000..a9761aad --- /dev/null +++ b/vendor/github.com/yfronto/newrelic/go.mod @@ -0,0 +1,3 @@ +module github.com/wtfutil/wtf/vendor/github.com/yfronto/newrelic + +go 1.12