diff --git a/plugins/twemproxy/twemproxy_test.go b/plugins/twemproxy/twemproxy_test.go index 887a770e4..d89ccab9e 100644 --- a/plugins/twemproxy/twemproxy_test.go +++ b/plugins/twemproxy/twemproxy_test.go @@ -1,9 +1,9 @@ package twemproxy import ( + "encoding/json" "net" "testing" - "encoding/json" "github.com/influxdb/telegraf/testutil" "github.com/stretchr/testify/assert"