1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

add box for bundling

This commit is contained in:
Zack Scholl 2019-11-12 10:27:22 -08:00
parent 65bbee501c
commit a54ab1118c
4 changed files with 91 additions and 0 deletions

1
go.mod
View file

@ -7,6 +7,7 @@ require (
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