Change module path
This commit is contained in:
parent
cf5deedbb2
commit
c997576dce
|
@ -3,8 +3,8 @@ package cmd
|
||||||
import (
|
import (
|
||||||
"io"
|
"io"
|
||||||
"io/fs"
|
"io/fs"
|
||||||
"lon-tool/image"
|
"git.timoxa0.su/timoxa0/lon-tool/image"
|
||||||
"lon-tool/utils"
|
"git.timoxa0.su/timoxa0/lon-tool/utils"
|
||||||
"net"
|
"net"
|
||||||
"os"
|
"os"
|
||||||
"regexp"
|
"regexp"
|
||||||
|
|
|
@ -3,7 +3,7 @@ package cmd
|
||||||
import (
|
import (
|
||||||
"io"
|
"io"
|
||||||
"os"
|
"os"
|
||||||
"lon-tool/image"
|
"git.timoxa0.su/timoxa0/lon-tool/image"
|
||||||
|
|
||||||
"github.com/codingsince1985/checksum"
|
"github.com/codingsince1985/checksum"
|
||||||
"github.com/pterm/pterm"
|
"github.com/pterm/pterm"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"lon-tool/utils"
|
"git.timoxa0.su/timoxa0/lon-tool/utils"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/pterm/pterm"
|
"github.com/pterm/pterm"
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module lon-tool
|
module git.timoxa0.su/timoxa0/lon-tool
|
||||||
|
|
||||||
go 1.22.4
|
go 1.22.4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue