add go modules

This commit is contained in:
anton.gurov
2019-10-17 19:57:20 +03:00
parent 83dc2f9007
commit ed22f7a37e
24 changed files with 380 additions and 1520 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module lab.zaar.be/thefish/alchemyst-go
go 1.12
require (
github.com/rs/zerolog v1.15.0
lab.zaar.be/thefish/bearlibterminal v0.0.0-20191017122032-d103ac97db64
)