No commit suggestions generated

This commit is contained in:
2025-10-10 10:17:22 -04:00
commit 3932f0e73e
76 changed files with 13551 additions and 0 deletions

7
go.mod Normal file
View File

@@ -0,0 +1,7 @@
module github.com/sonr-io/common
go 1.24.7
replace (
nhooyr.io/websocket => github.com/coder/websocket v1.8.14
)