Skip to content

Commit 764b18e

Browse files
committed
release 0.34 fixes/pull-requests -- last publish on V1 plugin base
1 parent f174938 commit 764b18e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.33
1+
VERSION = 0.34
22
GO_FMT = gofmt -s -w -l .
33
GO_XC = goxc -os="linux" -bc="linux,amd64,arm" -tasks-="rmbin"
44

netshare/netshare.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,11 @@ import (
55
"os"
66
"path/filepath"
77
"strconv"
8-
"github.com/dmaj/docker-volume-netshare/netshare/drivers"
9-
log "github.com/Sirupsen/logrus"
10-
"github.com/docker/go-plugins-helpers/volume"
11-
"github.com/spf13/cobra"
12-
"syscall"
13-
148
"github.com/ContainX/docker-volume-netshare/netshare/drivers"
159
log "github.com/Sirupsen/logrus"
1610
"github.com/docker/go-plugins-helpers/volume"
1711
"github.com/spf13/cobra"
12+
"syscall"
1813
)
1914

2015
const (

0 commit comments

Comments
 (0)