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