15 lines
358 B
Modula-2
15 lines
358 B
Modula-2
module github.com/schollz/croc/v7
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/json-iterator/go v1.1.6
|
|
github.com/pion/webrtc/v2 v2.1.12
|
|
github.com/schollz/logger v1.0.1
|
|
github.com/schollz/pake/v2 v2.0.1
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
|
|
)
|