haven/go.mod

27 lines
910 B
Modula-2
Raw Normal View History

2018-12-01 22:52:17 +01:00
module janouch.name/haven
2021-08-19 05:34:38 +02:00
go 1.17
2018-12-01 22:52:17 +01:00
require (
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
2022-10-06 19:12:42 +02:00
github.com/bytesparadise/libasciidoc v0.7.1-0.20221008082129-967103fe8df6
2018-12-01 22:52:17 +01:00
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
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
)
2021-08-19 05:34:38 +02:00
2022-03-03 14:28:15 +01:00
require github.com/sirupsen/logrus v1.8.1 // indirect
2021-08-19 05:34:38 +02:00
require (
2022-10-06 19:12:42 +02:00
github.com/alecthomas/chroma/v2 v2.3.0 // indirect
2021-08-19 05:34:38 +02:00
github.com/davecgh/go-spew v1.1.1 // indirect
2022-10-06 19:12:42 +02:00
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
2021-08-19 05:34:38 +02:00
github.com/pkg/errors v0.9.1 // indirect
2022-03-03 14:28:15 +01:00
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.9 // indirect
2022-10-06 19:12:42 +02:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2022-03-03 14:28:15 +01:00
gopkg.in/yaml.v2 v2.4.0 // indirect
2021-08-19 05:34:38 +02:00
)