From c03a889d0f3127313b6346644ba1b1f6d2fb6ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0alata?= Date: Thu, 5 Aug 2021 15:13:32 +0200 Subject: [PATCH] Adjust module names after migrating to ysoftdevs --- go.mod | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()