Update go.mod

This commit is contained in:
2026-04-04 14:51:51 +00:00
parent 69fd40f065
commit e750187196

4
go.mod
View File

@@ -1,3 +1,7 @@
module go-app
go 1.21
require (
github.com/pion/webrtc/v3 v3.2.24
)