diff --git a/README.md b/README.md index 66c034b..e15363e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ When updating the plugin the replace directive in `go.mod` will need updated. Generally it is expected that no tag will exist and the plugin will reside in a branch. ```sh go mod edit -replace github.com/influxdata/telegraf=github.com/danielnelson/telegraf@openvpn-input -go mod download go mod tidy ``` diff --git a/go.mod b/go.mod index 7122b68..a8b730c 100644 --- a/go.mod +++ b/go.mod @@ -4,4 +4,4 @@ go 1.13 require github.com/influxdata/telegraf v1.14.4 -replace github.com/influxdata/telegraf => github.com/danielnelson/telegraf v0.10.2-0.20200612034157-2c26fd56c08d +replace github.com/influxdata/telegraf => github.com/danielnelson/telegraf v0.10.2-0.20200612223309-8f4f095f090e diff --git a/go.sum b/go.sum index 62afd6a..e1d5fe7 100644 --- a/go.sum +++ b/go.sum @@ -144,8 +144,8 @@ github.com/couchbase/gomemcached v0.0.0-20180502221210-0da75df14530 h1:F8nmbiuX+ github.com/couchbase/gomemcached v0.0.0-20180502221210-0da75df14530/go.mod h1:srVSlQLB8iXBVXHgnqemxUXqN6FCvClgCMPCsjBDR7c= github.com/couchbase/goutils v0.0.0-20180530154633-e865a1461c8a h1:Y5XsLCEhtEI8qbD9RP3Qlv5FXdTDHxZM9UPUnMRgBp8= github.com/couchbase/goutils v0.0.0-20180530154633-e865a1461c8a/go.mod h1:BQwMFlJzDjFDG3DJUdU0KORxn88UlsOULuxLExMh3Hs= -github.com/danielnelson/telegraf v0.10.2-0.20200612034157-2c26fd56c08d h1:M44svYPU5eL1eMFQXGBovV20tDkCaAq73VWgZrspmx0= -github.com/danielnelson/telegraf v0.10.2-0.20200612034157-2c26fd56c08d/go.mod h1:uBH7kG2XE9upfOWcmHN0pApEgdC8wBJspgkF4CYvuj8= +github.com/danielnelson/telegraf v0.10.2-0.20200612223309-8f4f095f090e h1:/DJZtTN09p7mdHJSRbReC1I/8cZB4P+u1H/BU3034ms= +github.com/danielnelson/telegraf v0.10.2-0.20200612223309-8f4f095f090e/go.mod h1:uBH7kG2XE9upfOWcmHN0pApEgdC8wBJspgkF4CYvuj8= github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=