mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-26 21:04:39 +01:00
41 lines
1.7 KiB
Modula-2
41 lines
1.7 KiB
Modula-2
module github.com/osteele/gojekyll
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.9.4
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
|
|
github.com/danog/blackfriday/v2 v2.1.6
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/jaschaephraim/lrserver v0.0.0-20171129202958-50d19f603f71
|
|
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
|
|
github.com/k0kubun/pp v3.0.1+incompatible
|
|
github.com/kyokomi/emoji v2.2.4+incompatible
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/montanaflynn/stats v0.6.6
|
|
github.com/osteele/liquid v1.2.4
|
|
github.com/osteele/tuesday v1.0.3 // indirect
|
|
github.com/pkg/browser v0.0.0-20210621091255-c198bc921a84
|
|
github.com/radovskyb/watcher v1.0.7
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tdewolff/minify v2.3.6+incompatible
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
|
github.com/tdewolff/test v1.0.6 // indirect
|
|
github.com/wellington/go-libsass v0.9.2
|
|
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
|
|
golang.org/x/oauth2 v0.0.0-20210622215436-a8dc77f794b6
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.27.0 // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|