This commit is contained in:
Andrey Parhomenko 2024-01-04 22:53:45 +03:00
parent 6890b8ea2e
commit 5d79542278
2 changed files with 2 additions and 2 deletions

View file

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

2
go.mod
View file

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