switch to golang wrapper for enet
This commit is contained in:
parent
4420b4e061
commit
ee3b8d3490
10 changed files with 188 additions and 194 deletions
16
backend/go.mod
Normal file
16
backend/go.mod
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
module love2d_backend
|
||||
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/codecat/go-libs v0.0.0-20210906174629-ffa6674c8e05
|
||||
github.com/mattn/go-sqlite3 v1.14.32
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/codecat/go-enet v0.0.0-20250728072647-ae229138f138
|
||||
github.com/fatih/color v1.19.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
golang.org/x/sys v0.42.0 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue