Files
common/go.mod

8 lines
116 B
Modula-2

module github.com/sonr-io/common
go 1.24.7
replace (
nhooyr.io/websocket => github.com/coder/websocket v1.8.14
)