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 3ab52ba commit 8ba820dCopy full SHA for 8ba820d
main.go
@@ -1,7 +1,7 @@
1
package main
2
3
import (
4
- "github.com/ContainX/docker-volume-netshare/netshare"
+ "github.com/jakirpatel/docker-volume-netshare/netshare"
5
)
6
7
var VERSION string = ""
netshare/netshare.go
@@ -8,7 +8,7 @@ import (
8
"syscall"
9
"context"
10
11
- "github.com/ContainX/docker-volume-netshare/netshare/drivers"
+ "github.com/jakirpatel/docker-volume-netshare/drivers"
12
log "github.com/sirupsen/logrus"
13
"github.com/docker/go-plugins-helpers/volume"
14
"github.com/spf13/cobra"
0 commit comments