Moving to mojosa-software

This commit is contained in:
Andrey Parhomenko 2023-06-26 11:58:47 +03:00
parent 09da5dcd02
commit 176486ff01
2 changed files with 2 additions and 2 deletions

2
go.mod
View file

@ -1,3 +1,3 @@
module github.com/surdeus/gomtool
module github.com/mojosa-software/gomtool
go 1.18

View file

@ -1,7 +1,7 @@
package main
import(
"github.com/surdeus/gomtool/src/mtool"
"github.com/mojosa-software/gomtool/src/mtool"
"strconv"
"fmt"
)