1
0
Fork 0
mirror of https://github.com/dragonfireclient/hydra-dragonfire.git synced 2024-11-23 03:14:00 -05:00
hydra-dragonfire/go.mod
2022-06-09 00:20:27 +02:00

14 lines
344 B
Modula-2

module github.com/dragonfireclient/hydra-dragonfire
go 1.18
require (
github.com/HimbeerserverDE/srp v0.0.0
github.com/dragonfireclient/mt v0.0.1
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64
)
require (
github.com/beefsack/go-astar v0.0.0-20200827232313-4ecf9e304482
github.com/klauspost/compress v1.15.5 // indirect
)