initial commit

This commit is contained in:
2026-02-26 12:38:01 -06:00
commit bdad774b16
5 changed files with 50 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
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
)