From 176486ff01a2ea8a7ac6c578e6f4c4bbded4b24d Mon Sep 17 00:00:00 2001 From: surdeus Date: Mon, 26 Jun 2023 11:58:47 +0300 Subject: [PATCH] Moving to mojosa-software --- go.mod | 2 +- src/cmd/test/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 870f517..35c4454 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/surdeus/gomtool +module github.com/mojosa-software/gomtool go 1.18 diff --git a/src/cmd/test/main.go b/src/cmd/test/main.go index 93a5698..a42c305 100644 --- a/src/cmd/test/main.go +++ b/src/cmd/test/main.go @@ -1,7 +1,7 @@ package main import( - "github.com/surdeus/gomtool/src/mtool" + "github.com/mojosa-software/gomtool/src/mtool" "strconv" "fmt" )