2018-12-03 20:38:33 -10:00
|
|
|
module github.com/alecthomas/chroma
|
|
|
|
|
|
|
|
require (
|
2019-07-16 15:45:06 +10:00
|
|
|
github.com/GeertJohan/go.rice v1.0.0
|
2018-12-03 20:38:33 -10:00
|
|
|
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
|
|
|
|
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
|
2019-07-19 16:27:56 +10:00
|
|
|
github.com/alecthomas/kong v0.2.1-0.20190708041108-0548c6b1afae
|
|
|
|
github.com/alecthomas/kong-hcl v0.1.8-0.20190615233001-b21fea9723c8
|
2019-07-16 15:45:06 +10:00
|
|
|
github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897 // indirect
|
2018-12-03 20:38:33 -10:00
|
|
|
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
|
|
|
|
github.com/dlclark/regexp2 v1.1.6
|
2019-07-16 16:05:37 +10:00
|
|
|
github.com/gorilla/csrf v1.6.0
|
2019-07-16 21:31:37 +10:00
|
|
|
github.com/gorilla/handlers v1.4.1
|
2019-07-16 15:45:06 +10:00
|
|
|
github.com/gorilla/mux v1.7.3
|
2018-12-03 20:38:33 -10:00
|
|
|
github.com/mattn/go-colorable v0.0.9
|
|
|
|
github.com/mattn/go-isatty v0.0.4
|
|
|
|
github.com/sergi/go-diff v1.0.0 // indirect
|
2019-07-16 14:18:05 +10:00
|
|
|
github.com/stretchr/testify v1.3.0
|
2018-12-03 20:38:33 -10:00
|
|
|
golang.org/x/sys v0.0.0-20181128092732-4ed8d59d0b35 // indirect
|
|
|
|
)
|
2019-07-17 11:24:40 +10:00
|
|
|
|
2019-07-17 15:35:59 +10:00
|
|
|
replace github.com/GeertJohan/go.rice => github.com/alecthomas/go.rice v1.0.1-0.20190717041731-572a5da3dff8
|