2 Commits

Author SHA1 Message Date
Martin Šalata
c03a889d0f Adjust module names after migrating to ysoftdevs 2021-08-05 15:13:32 +02:00
salatamartin
9c0f59b3a5 Merge pull request #1 from ysoftdevs/feature/unregister
Add delete client command
2021-08-05 15:06:20 +02:00
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/javamachr/dexregistrar
module github.com/ysoftdevs/dexregistrar
go 1.16

View File

@@ -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()