From 330035b107a90972ebc7681f36746fde3c086380 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Fri, 20 Sep 2019 06:07:10 -0700 Subject: [PATCH] Update go.mod to point to vendored newrelic module --- go.mod | 2 ++ vendor/github.com/yfronto/newrelic/go.mod | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 vendor/github.com/yfronto/newrelic/go.mod 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