Skip to content

Commit 8ba820d

Browse files
committed
Added the package.
1 parent 3ab52ba commit 8ba820d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
"github.com/ContainX/docker-volume-netshare/netshare"
4+
"github.com/jakirpatel/docker-volume-netshare/netshare"
55
)
66

77
var VERSION string = ""

netshare/netshare.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"syscall"
99
"context"
1010

11-
"github.com/ContainX/docker-volume-netshare/netshare/drivers"
11+
"github.com/jakirpatel/docker-volume-netshare/drivers"
1212
log "github.com/sirupsen/logrus"
1313
"github.com/docker/go-plugins-helpers/volume"
1414
"github.com/spf13/cobra"

0 commit comments

Comments
 (0)