blob: 9ff1da7e814c3b9fa83bd342d69b0961f9b4d611 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
)
|