mirror of
https://github.com/wisplite/tether.git
synced 2026-05-01 06:22:41 -05:00
12 lines
271 B
Modula-2
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
|
|
)
|