diff --git a/Gopkg.lock b/Gopkg.lock index 17ba49821..3cfe7b2cf 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -194,6 +194,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "84ff0992f3a6023a9d4832d6aea43d6aec19878a4b9e991ba8ff8269b589e816" + inputs-digest = "e8e78a7c61547d8f4d967c8deac9334b3151e7c10c4f7909e80758956e9c8204" solver-name = "gps-cdcl" solver-version = 1 diff --git a/ctl/export_test.go b/ctl/export_test.go index 433078374..4f9d9b184 100644 --- a/ctl/export_test.go +++ b/ctl/export_test.go @@ -16,13 +16,13 @@ package ctl import ( "bytes" + "context" "net/http" "strings" "testing" "github.com/pilosa/pilosa" "github.com/pilosa/pilosa/test" - "golang.org/x/net/context" ) func TestExportCommand_Validation(t *testing.T) { diff --git a/ctl/import_test.go b/ctl/import_test.go index 8c4d3793e..dd9eba675 100644 --- a/ctl/import_test.go +++ b/ctl/import_test.go @@ -16,6 +16,7 @@ package ctl import ( "bytes" + "context" "io" "io/ioutil" "net/http" @@ -24,7 +25,6 @@ import ( "github.com/pilosa/pilosa" "github.com/pilosa/pilosa/test" - "golang.org/x/net/context" ) func TestImportCommand_Validation(t *testing.T) { diff --git a/ctl/restore_test.go b/ctl/restore_test.go index 5fd5af1d8..39ac92388 100644 --- a/ctl/restore_test.go +++ b/ctl/restore_test.go @@ -17,13 +17,13 @@ package ctl import ( "bufio" "bytes" + "context" "io" "io/ioutil" "testing" "github.com/pilosa/pilosa" "github.com/pilosa/pilosa/test" - "golang.org/x/net/context" ) func TestRestoreCommand_FileRequired(t *testing.T) {