mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
start implementing UI
This commit is contained in:
parent
55b6eb3802
commit
58910a3f34
5 changed files with 41 additions and 6 deletions
1
go.mod
1
go.mod
|
@ -3,6 +3,7 @@ module github.com/schollz/croc/v5
|
|||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/denisbrodbeck/machineid v1.0.1
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue