We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f174938 commit 764b18eCopy full SHA for 764b18e
Makefile
@@ -1,4 +1,4 @@
1
-VERSION = 0.33
+VERSION = 0.34
2
GO_FMT = gofmt -s -w -l .
3
GO_XC = goxc -os="linux" -bc="linux,amd64,arm" -tasks-="rmbin"
4
netshare/netshare.go
@@ -5,16 +5,11 @@ import (
5
"os"
6
"path/filepath"
7
"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
-
14
"github.com/ContainX/docker-volume-netshare/netshare/drivers"
15
log "github.com/Sirupsen/logrus"
16
"github.com/docker/go-plugins-helpers/volume"
17
"github.com/spf13/cobra"
+ "syscall"
18
)
19
20
const (
0 commit comments