memleak fixed, colordance on deque

This commit is contained in:
anton.gurov
2019-10-31 15:45:52 +03:00
parent 96d6818754
commit 1c44dd0885
4 changed files with 48 additions and 64 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module lab.zaar.be/thefish/alchemyst-go
go 1.12
require (
github.com/jcerise/gogue v0.0.0-20190708063629-bff568e35ab7
github.com/gammazero/deque v0.0.0-20190521012701-46e4ffb7a622
github.com/rs/zerolog v1.15.0
lab.zaar.be/thefish/bearlibterminal v0.0.0-20191018101635-dd37bbc90d77
)