diff --git a/go.mod b/go.mod index fa339e8..3254938 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/yasserjanah/BasicAuthBruteForcer +module github.com/Azt3c/BasicAuthBruteForcer go 1.14 diff --git a/main.go b/main.go index 8dce94c..fea113d 100644 --- a/main.go +++ b/main.go @@ -5,7 +5,7 @@ import ( "os" "flag" "sync" - "github.com/yasserjanah/BasicAuthBruteForcer/scripts" + "github.com/Azt3c/BasicAuthBruteForcer/scripts" "github.com/fatih/color" ) @@ -89,4 +89,4 @@ func main() { wg.Wait() } -} \ No newline at end of file +}