This commit is contained in:
Andrey Parhomenko 2024-01-04 17:07:11 +03:00
parent 32f786133a
commit 6890b8ea2e
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
package main
import (
"github.com/di4f/cli/mtool"
"github.com/vultras/cli/mtool"
"strconv"
"fmt"
"os"

2
go.mod
View file

@ -1,3 +1,3 @@
module github.com/di4f/cli
module github.com/vultras/cli
go 1.18