mirror of
https://github.com/wisplite/tether.git
synced 2026-05-01 06:22:41 -05:00
initial commit
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user