aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 5b4d6b662cb19e441ac027fcf1f8f639e3452827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module janouch.name/haven

go 1.17

require (
	github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
	github.com/alecthomas/chroma v0.8.1 // indirect
	github.com/bytesparadise/libasciidoc v0.6.0
	github.com/dlclark/regexp2 v1.2.1 // indirect
	github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
	github.com/nxadm/tail v1.4.5 // indirect
	github.com/onsi/ginkgo v1.14.1 // indirect
	golang.org/x/image v0.0.0-20190802002840-cff245a6509b
)

require (
	github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pkg/errors v0.9.1 // indirect
	github.com/sirupsen/logrus v1.7.0 // indirect
	golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect
	gopkg.in/yaml.v2 v2.3.0 // indirect
)