mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
update go mod
This commit is contained in:
parent
ea5d096c37
commit
8978d97e8c
2 changed files with 100 additions and 90 deletions
29
go.mod
29
go.mod
|
@ -5,19 +5,24 @@ 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/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.0
|
||||
github.com/schollz/progressbar/v2 v2.12.0
|
||||
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.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
|
||||
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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue