Use github.com/gofrs/uuid 2.1.0 (#6636)

This commit is contained in:
Daniel Nelson
2019-11-07 17:39:19 -08:00
committed by GitHub
parent 6014a26467
commit 6cbaf890d9
7 changed files with 42 additions and 19 deletions

View File

@@ -3,8 +3,8 @@ package kinesis
import (
"testing"
"github.com/gofrs/uuid"
"github.com/influxdata/telegraf/testutil"
uuid "github.com/satori/go.uuid"
"github.com/stretchr/testify/assert"
)