alchemyst/go.mod
2019-11-11 02:29:01 +03:00

17 lines
618 B
Modula-2

module lab.zaar.be/thefish/alchemyst-go
go 1.12
require (
github.com/esimov/triangle v1.0.4 // indirect
github.com/fogleman/astar v0.0.0-20160904014929-93992825fbf3 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/gammazero/deque v0.0.0-20190521012701-46e4ffb7a622
github.com/rs/zerolog v1.15.0
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/tools v0.0.0-20191109212701-97ad0ed33101
gonum.org/v1/gonum v0.6.0 // indirect
lab.zaar.be/thefish/bearlibterminal v0.0.0-20191018101635-dd37bbc90d77
)