You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
331 B
17 lines
331 B
3 months ago
|
module git.bitnuke.io/mfaltys/nethack-launcher
|
||
|
|
||
|
go 1.22.1
|
||
|
|
||
|
require (
|
||
|
golang.org/x/crypto v0.26.0
|
||
|
gopkg.in/gcfg.v1 v1.2.3
|
||
|
gopkg.in/redis.v5 v5.2.9
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
||
|
github.com/onsi/gomega v1.34.1 // indirect
|
||
|
golang.org/x/sys v0.23.0 // indirect
|
||
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
||
|
)
|