Tivan is dead, long live Telegraf. Fixes #3

This commit is contained in:
Evan Phoenix
2015-05-22 16:45:14 -07:00
parent 08ce092713
commit 1653330421
58 changed files with 130 additions and 130 deletions

View File

@@ -9,7 +9,7 @@ import (
"strings"
"sync"
"github.com/influxdb/tivan/plugins"
"github.com/influxdb/telegraf/plugins"
)
type Redis struct {

View File

@@ -6,7 +6,7 @@ import (
"net"
"testing"
"github.com/influxdb/tivan/testutil"
"github.com/influxdb/telegraf/testutil"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)