diff --git a/.travis.yml b/.travis.yml index ac6dcf7e..05d6f62b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,9 @@ language: go sudo: required go: - - 1.8.x - 1.9.x - 1.10.x - - 1.x + - 1.11.x - tip go_import_path: github.com/containerd/continuity diff --git a/continuityfs/fuse.go b/continuityfs/fuse.go index 2485b054..5618e1e8 100644 --- a/continuityfs/fuse.go +++ b/continuityfs/fuse.go @@ -19,6 +19,7 @@ package continuityfs import ( + "context" "errors" "fmt" "io" @@ -31,7 +32,6 @@ import ( "github.com/containerd/continuity" "github.com/opencontainers/go-digest" "github.com/sirupsen/logrus" - "golang.org/x/net/context" ) // File represents any file type (non directory) in the filesystem