diff --git a/Makefile b/Makefile index 5b0f270..aa52bb9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.33 +VERSION = 0.34 GO_FMT = gofmt -s -w -l . GO_XC = goxc -os="linux" -bc="linux,amd64,arm" -tasks-="rmbin" diff --git a/netshare/netshare.go b/netshare/netshare.go index f5ba206..2eafc96 100644 --- a/netshare/netshare.go +++ b/netshare/netshare.go @@ -5,16 +5,11 @@ import ( "os" "path/filepath" "strconv" - "github.com/dmaj/docker-volume-netshare/netshare/drivers" - log "github.com/Sirupsen/logrus" - "github.com/docker/go-plugins-helpers/volume" - "github.com/spf13/cobra" - "syscall" - "github.com/ContainX/docker-volume-netshare/netshare/drivers" log "github.com/Sirupsen/logrus" "github.com/docker/go-plugins-helpers/volume" "github.com/spf13/cobra" + "syscall" ) const (