Files
alchemyst/go.mod

10 lines
226 B
Modula-2
Raw Normal View History

2019-10-17 19:57:20 +03:00
module lab.zaar.be/thefish/alchemyst-go
go 1.12
require (
2019-10-23 19:03:09 +03:00
github.com/jcerise/gogue v0.0.0-20190708063629-bff568e35ab7
2019-10-17 19:57:20 +03:00
github.com/rs/zerolog v1.15.0
2019-10-23 19:03:09 +03:00
lab.zaar.be/thefish/bearlibterminal v0.0.0-20191018101635-dd37bbc90d77
2019-10-17 19:57:20 +03:00
)