Skip to content

Commit

Permalink
Test increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Jun 12, 2020
1 parent f3022a0 commit dc7619a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit dc7619a

Please sign in to comment.