mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
23 lines
786 B
Modula-2
23 lines
786 B
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.2+incompatible
|
|
github.com/mattn/go-colorable v0.1.1
|
|
github.com/pion/webrtc/v2 v2.0.2
|
|
github.com/pions/webrtc v1.2.1-0.20190404195536-1202dbaa06ad
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/schollz/mnemonicode v1.0.1
|
|
github.com/schollz/pake v1.1.0
|
|
github.com/schollz/progressbar/v2 v2.12.0
|
|
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
|
|
github.com/sirupsen/logrus v1.4.1
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/urfave/cli v1.20.0
|
|
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5
|
|
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect
|
|
gopkg.in/urfave/cli.v1 v1.20.0
|
|
)
|