diff --git a/example/basic/main.go b/example/basic/main.go index 8cf11ae..a1c2e16 100644 --- a/example/basic/main.go +++ b/example/basic/main.go @@ -2,7 +2,8 @@ package main import ( "fmt" - "shipper" + + "github.com/yashishdua/shipper" ) func main() { diff --git a/example/tcpdestination/main.go b/example/tcpdestination/main.go index 1e9fb03..4cf42a2 100644 --- a/example/tcpdestination/main.go +++ b/example/tcpdestination/main.go @@ -2,7 +2,8 @@ package main import ( "fmt" - "shipper" + + "github.com/yashishdua/shipper" ) func main() { diff --git a/go.mod b/go.mod index 19130c2..fe1ad7c 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module shipper +module github.com/yashishdua/shipper go 1.12