This commit is contained in:
Zack Scholl 2019-04-29 17:12:04 -06:00
parent 1661bbb221
commit cee4c36f8b
3 changed files with 2 additions and 4 deletions

1
go.mod
View File

@ -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

View File

@ -3,7 +3,7 @@ package main
import (
"fmt"
"github.com/schollz/croc/v5/src/cli"
"github.com/schollz/croc/v6/src/cli"
)
func main() {

View File

@ -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"