diff --git a/go.mod b/go.mod index 8e77af3..b6efcb0 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/javamachr/dexregistrar +module github.com/ysoftdevs/dexregistrar go 1.16 diff --git a/main.go b/main.go index e93d040..cee890f 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ limitations under the License. */ package main -import "github.com/javamachr/dexregistrar/cmd" +import "github.com/ysoftdevs/dexregistrar/cmd" func main() { cmd.Execute()