16 lines
362 B
Modula-2
16 lines
362 B
Modula-2
module git.zb-server.de/ZB-Server/EscapeFromTeacher
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/hajimehoshi/ebiten/v2 v2.9.6
|
|
github.com/nats-io/nats.go v1.48.0
|
|
github.com/redis/go-redis/v9 v9.17.2
|
|
golang.org/x/image v0.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
)
|