Skip to content

Commit

Permalink
release 0.34 fixes/pull-requests -- last publish on V1 plugin base
Browse files Browse the repository at this point in the history
  • Loading branch information
gondor committed May 29, 2017
1 parent f174938 commit 764b18e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
7 changes: 1 addition & 6 deletions netshare/netshare.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 764b18e

Please sign in to comment.