mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
28 lines
1 KiB
Modula-2
28 lines
1 KiB
Modula-2
module github.com/schollz/croc/v5
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/denisbrodbeck/machineid v1.0.1
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
github.com/go-redis/redis v6.15.5+incompatible
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/lucas-clemente/quic-go v0.12.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.2
|
|
github.com/mattn/go-isatty v0.0.9 // indirect
|
|
github.com/pion/transport v0.8.7 // indirect
|
|
github.com/pion/webrtc/v2 v2.1.3
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/schollz/mnemonicode v1.0.1
|
|
github.com/schollz/pake v1.1.1
|
|
github.com/schollz/progressbar/v2 v2.13.2
|
|
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/urfave/cli v1.21.0
|
|
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
|
|
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
|
|
golang.org/x/sys v0.0.0-20190904005037-43c01164e931 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|