Moving to mojosa-software
This commit is contained in:
parent
09da5dcd02
commit
176486ff01
2 changed files with 2 additions and 2 deletions
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
|||
module github.com/surdeus/gomtool
|
||||
module github.com/mojosa-software/gomtool
|
||||
|
||||
go 1.18
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package main
|
||||
|
||||
import(
|
||||
"github.com/surdeus/gomtool/src/mtool"
|
||||
"github.com/mojosa-software/gomtool/src/mtool"
|
||||
"strconv"
|
||||
"fmt"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue