Change module path

This commit is contained in:
timoxa0 2024-06-23 09:39:24 +00:00
parent cf5deedbb2
commit c997576dce
5 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -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"

View file

@ -1,7 +1,7 @@
package cmd
import (
"lon-tool/utils"
"git.timoxa0.su/timoxa0/lon-tool/utils"
"os"
"github.com/pterm/pterm"

2
go.mod
View file

@ -1,4 +1,4 @@
module lon-tool
module git.timoxa0.su/timoxa0/lon-tool
go 1.22.4

View file

@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package main
import "lon-tool/cmd"
import "git.timoxa0.su/timoxa0/lon-tool/cmd"
func main() {
cmd.Execute()