croc/go.mod

20 lines
531 B
Modula-2

module github.com/schollz/croc/v7
go 1.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/websocket v1.4.1
github.com/json-iterator/go v1.1.6
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/logger v1.0.1
github.com/schollz/pake v1.1.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
)