diff --git a/cmd/spoof-dpi/main.go b/cmd/spoof-dpi/main.go index 6dbe0b6..7b62ea5 100644 --- a/cmd/spoof-dpi/main.go +++ b/cmd/spoof-dpi/main.go @@ -2,7 +2,7 @@ package main import ( "fmt" - "github.com/jerry901/SpoofDPI/hello" + "github.com/itworksnow/SpoofDPI/hello" ) func main() { diff --git a/hello/hello.go b/hello/hello.go index 0c27a41..ebb3e9f 100644 --- a/hello/hello.go +++ b/hello/hello.go @@ -1,6 +1,5 @@ package hello - import ( "fmt" )