File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ When updating the plugin the replace directive in `go.mod` will need updated.
3535Generally it is expected that no tag will exist and the plugin will reside in a branch.
3636``` sh
3737go mod edit -replace github.com/influxdata/telegraf=github.com/danielnelson/telegraf@openvpn-input
38- go mod download
3938go mod tidy
4039```
4140
Original file line number Diff line number Diff line change 44
55require github.com/influxdata/telegraf v1.14.4
66
7- replace github.com/influxdata/telegraf => github.com/danielnelson/telegraf v0.10.2-0.20200612034157-2c26fd56c08d
7+ replace github.com/influxdata/telegraf => github.com/danielnelson/telegraf v0.10.2-0.20200612223309-8f4f095f090e
Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ github.com/couchbase/gomemcached v0.0.0-20180502221210-0da75df14530 h1:F8nmbiuX+
144144github.com/couchbase/gomemcached v0.0.0-20180502221210-0da75df14530 /go.mod h1:srVSlQLB8iXBVXHgnqemxUXqN6FCvClgCMPCsjBDR7c =
145145github.com/couchbase/goutils v0.0.0-20180530154633-e865a1461c8a h1:Y5XsLCEhtEI8qbD9RP3Qlv5FXdTDHxZM9UPUnMRgBp8 =
146146github.com/couchbase/goutils v0.0.0-20180530154633-e865a1461c8a /go.mod h1:BQwMFlJzDjFDG3DJUdU0KORxn88UlsOULuxLExMh3Hs =
147- github.com/danielnelson/telegraf v0.10.2-0.20200612034157-2c26fd56c08d h1:M44svYPU5eL1eMFQXGBovV20tDkCaAq73VWgZrspmx0 =
148- github.com/danielnelson/telegraf v0.10.2-0.20200612034157-2c26fd56c08d /go.mod h1:uBH7kG2XE9upfOWcmHN0pApEgdC8wBJspgkF4CYvuj8 =
147+ github.com/danielnelson/telegraf v0.10.2-0.20200612223309-8f4f095f090e h1:/DJZtTN09p7mdHJSRbReC1I/8cZB4P+u1H/BU3034ms =
148+ github.com/danielnelson/telegraf v0.10.2-0.20200612223309-8f4f095f090e /go.mod h1:uBH7kG2XE9upfOWcmHN0pApEgdC8wBJspgkF4CYvuj8 =
149149github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
150150github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
151151github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
You can’t perform that action at this time.
0 commit comments