Skip to content

Commit 3b4846d

Browse files
authored
Merge pull request #8 from hcp-uw/networking
Add basic STUN server and chat demo
2 parents e097536 + 141b1b5 commit 3b4846d

File tree

7 files changed

+2414
-1
lines changed

7 files changed

+2414
-1
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ module github.com/hcp-uw/mosaic
22

33
go 1.25.1
44

5+
require github.com/klauspost/reedsolomon v1.12.5
6+
57
require (
68
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
7-
github.com/klauspost/reedsolomon v1.12.5 // indirect
89
golang.org/x/sys v0.37.0 // indirect
910
)

0 commit comments

Comments
 (0)