mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
fork urfave/cli
This commit is contained in:
parent
fda0bf7fd4
commit
7b15dcd2dc
3 changed files with 4 additions and 2 deletions
|
@ -13,12 +13,12 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/schollz/cli/v2"
|
||||
"github.com/schollz/croc/v8/src/croc"
|
||||
"github.com/schollz/croc/v8/src/models"
|
||||
"github.com/schollz/croc/v8/src/tcp"
|
||||
"github.com/schollz/croc/v8/src/utils"
|
||||
log "github.com/schollz/logger"
|
||||
"github.com/urfave/cli/v2"
|
||||
)
|
||||
|
||||
// Version specifies the version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue