correct copying of prefabs

This commit is contained in:
anton.gurov
2019-11-12 13:59:19 +03:00
parent d198001ec0
commit 4bdb51d9e3
5 changed files with 17 additions and 63 deletions

8
go.mod
View File

@ -3,14 +3,8 @@ 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/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
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
)