aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 52be0f71fb3e225770dc29a6f918f126eb9ee0b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module janouch.name/haven

go 1.14

require (
	github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
	github.com/alecthomas/chroma v0.8.0 // indirect
	github.com/bytesparadise/libasciidoc v0.4.0
	github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
	github.com/onsi/ginkgo v1.14.0 // indirect
	github.com/sirupsen/logrus v1.6.0 // indirect
	golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
	golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b
	golang.org/x/sys v0.0.0-20200727154430-2d971f7391a4 // indirect
	golang.org/x/tools v0.0.0-20200727233628-55644ead90ce // indirect
)