1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-30 05:58:59 +01:00
gojekyll/go.mod

48 lines
1.8 KiB
Modula-2

module github.com/osteele/gojekyll
go 1.20
require (
github.com/alecthomas/chroma v0.10.0
github.com/alecthomas/kingpin/v2 v2.3.2
github.com/danog/blackfriday/v2 v2.1.6
github.com/fsnotify/fsnotify v1.6.0
github.com/google/go-github v17.0.0+incompatible
github.com/jaschaephraim/lrserver v0.0.0-20171129202958-50d19f603f71
github.com/k0kubun/pp v3.0.1+incompatible
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/montanaflynn/stats v0.7.1
github.com/osteele/liquid v1.3.1
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/radovskyb/watcher v1.0.7
github.com/stretchr/testify v1.8.4
github.com/tdewolff/minify v2.3.6+incompatible
github.com/wellington/go-libsass v0.9.3-0.20230226164013-e1cda027356e
golang.org/x/net v0.14.0
golang.org/x/oauth2 v0.11.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/osteele/tuesday v1.0.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smartystreets/goconvey v1.8.1 // indirect
github.com/tdewolff/parse v2.3.4+incompatible // indirect
github.com/tdewolff/test v1.0.9 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
golang.org/x/sys v0.11.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)