haven/go.mod

16 lines
597 B
Modula-2
Raw Normal View History

2018-12-01 22:52:17 +01:00
module janouch.name/haven
go 1.14
2018-12-01 22:52:17 +01:00
require (
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
github.com/alecthomas/chroma v0.8.0 // indirect
github.com/bytesparadise/libasciidoc v0.3.1-0.20200809205252-bb8703c3bc60
2018-12-01 22:52:17 +01:00
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/onsi/ginkgo v1.14.0 // indirect
2018-12-01 22:52:17 +01:00
golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b
golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed // indirect
golang.org/x/tools v0.0.0-20200815165600-90abf76919f3 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2018-12-01 22:52:17 +01:00
)