2018-12-01 22:52:17 +01:00
|
|
|
module janouch.name/haven
|
|
|
|
|
2020-08-01 13:50:36 +02:00
|
|
|
go 1.14
|
|
|
|
|
2018-12-01 22:52:17 +01:00
|
|
|
require (
|
2020-08-01 13:50:36 +02:00
|
|
|
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
|
2020-09-30 02:59:42 +02:00
|
|
|
github.com/alecthomas/chroma v0.8.1 // indirect
|
2021-06-02 22:54:37 +02:00
|
|
|
github.com/bytesparadise/libasciidoc v0.6.0
|
2020-09-14 01:54:56 +02:00
|
|
|
github.com/dlclark/regexp2 v1.2.1 // indirect
|
2018-12-01 22:52:17 +01:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
2020-10-04 15:01:54 +02:00
|
|
|
github.com/nxadm/tail v1.4.5 // indirect
|
2020-09-14 01:54:56 +02:00
|
|
|
github.com/onsi/ginkgo v1.14.1 // indirect
|
2021-06-02 22:54:37 +02:00
|
|
|
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
|
2018-12-01 22:52:17 +01:00
|
|
|
)
|