Skip to content

Commit

Permalink
Fix resetting of influx line protocol batches
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg committed Dec 28, 2019
1 parent ef01509 commit 6d8b2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/google/subcommands v1.0.1
github.com/influxdata/line-protocol v0.0.0-20190509173118-5712a8124a9a
github.com/itzg/go-flagsfiller v1.4.1
github.com/itzg/line-protocol-sender v0.1.0
github.com/itzg/line-protocol-sender v0.1.1
github.com/itzg/zapconfigs v0.1.0
go.uber.org/zap v1.13.0
)
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ github.com/itzg/go-flagsfiller v1.4.1 h1:h/t5g+WkvsOR449bz1ngU8UGosKNm4Sr3iMNNgO
github.com/itzg/go-flagsfiller v1.4.1/go.mod h1:mfQgTahSs4OHn8PYev2Wwi1LJXUiYiGuZVCpBLxzbYs=
github.com/itzg/line-protocol-sender v0.1.0 h1:1egfi0GVXn4uTHlvW5uW32Rw9YPUmeMpXxu6nl3kMG4=
github.com/itzg/line-protocol-sender v0.1.0/go.mod h1:Cd948iZ7YibnGcLt5D/11RfKmteh8lQyXpGUbY97WBw=
github.com/itzg/line-protocol-sender v0.1.1/go.mod h1:Cd948iZ7YibnGcLt5D/11RfKmteh8lQyXpGUbY97WBw=
github.com/itzg/zapconfigs v0.1.0 h1:Gokocm8VaTNnZjvIiVA5NEhzZ1v7lEyXY/AbeBmq6YQ=
github.com/itzg/zapconfigs v0.1.0/go.mod h1:y4dArgRUOFbGRkUNJ8XSSw98FGn03wtkvMPy+OSA5Rc=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
Expand Down

0 comments on commit 6d8b2e1

Please sign in to comment.