mirror of
https://github.com/schollz/croc.git
synced 2024-11-27 12:34:19 +03:00
prune
This commit is contained in:
parent
1661bbb221
commit
cee4c36f8b
1
go.mod
1
go.mod
@ -3,6 +3,7 @@ module github.com/schollz/croc/v6
|
||||
require (
|
||||
github.com/BurntSushi/toml v0.3.1
|
||||
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
|
||||
github.com/denisbrodbeck/machineid v1.0.1
|
||||
github.com/dustin/go-humanize v1.0.0
|
||||
github.com/fatih/color v1.7.0 // indirect
|
||||
github.com/gonutz/w32 v1.0.0
|
||||
|
2
main.go
2
main.go
@ -3,7 +3,7 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/schollz/croc/v5/src/cli"
|
||||
"github.com/schollz/croc/v6/src/cli"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -20,9 +20,6 @@ import (
|
||||
"github.com/schollz/croc/v6/src/crypt"
|
||||
"github.com/schollz/croc/v6/src/logger"
|
||||
"github.com/schollz/croc/v6/src/utils"
|
||||
"github.com/schollz/croc/v6/src/webrtc/pkg/session/common"
|
||||
"github.com/schollz/croc/v6/src/webrtc/pkg/session/receiver"
|
||||
"github.com/schollz/croc/v6/src/webrtc/pkg/session/sender"
|
||||
"github.com/schollz/pake"
|
||||
"github.com/schollz/progressbar/v2"
|
||||
"github.com/schollz/spinner"
|
||||
|
Loading…
Reference in New Issue
Block a user