This commit is contained in:
Andrey Parhomenko 2023-11-09 15:57:13 +03:00
parent bbe64fae52
commit 7a1e2d6a35
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
package main
import (
"github.com/reklesio/mtool"
"github.com/omnipunk/cli"
"strconv"
"fmt"
)

2
go.mod
View file

@ -1,3 +1,3 @@
module github.com/reklesio/mtool
module github.com/omnipunk/cli
go 1.18