browser8 / go.mod
Alvin3y1's picture
Create go.mod
ed8d245 verified
raw
history blame contribute delete
107 Bytes
module brave-remote
go 1.21
require (
github.com/google/uuid v1.6.0
github.com/pion/webrtc/v3 v3.2.29
)