mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
functionalize encryption
This commit is contained in:
parent
b3319e8f39
commit
65bbee501c
4 changed files with 41 additions and 81 deletions
5
go.mod
5
go.mod
|
@ -6,18 +6,13 @@ require (
|
|||
github.com/denisbrodbeck/machineid v1.0.1
|
||||
github.com/gin-contrib/cors v1.3.0
|
||||
github.com/gin-gonic/gin v1.4.0
|
||||
github.com/gorilla/mux v1.7.3
|
||||
github.com/gorilla/websocket v1.4.1
|
||||
github.com/pion/webrtc/v2 v2.1.12
|
||||
github.com/pions/webrtc v1.2.0
|
||||
github.com/pkg/errors v0.8.1
|
||||
github.com/schollz/croc/v6 v6.2.0
|
||||
github.com/schollz/logger v1.0.1
|
||||
github.com/schollz/pake v1.1.1
|
||||
github.com/schollz/pake/v2 v2.0.1
|
||||
github.com/schollz/peerdiscovery v1.4.1
|
||||
github.com/schollz/progressbar/v2 v2.14.0
|
||||
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
|
||||
github.com/stretchr/testify v1.4.0
|
||||
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue