From 764b18ec6816085deb8edcc5c594e02cdd805cb3 Mon Sep 17 00:00:00 2001 From: Jeremy Unruh Date: Mon, 29 May 2017 13:41:46 -0700 Subject: [PATCH] release 0.34 fixes/pull-requests -- last publish on V1 plugin base --- Makefile | 2 +- netshare/netshare.go | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) 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 (