Files
tether/go.mod
T
2026-02-26 12:38:01 -06:00

12 lines
271 B
Modula-2

module github.com/wisplite/tether
go 1.25.6
require (
github.com/gorilla/websocket v1.5.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
golang.org/x/text v0.34.0 // indirect
gorm.io/gorm v1.31.1 // indirect
)