module github.com/danog/gojekyll go 1.20 require ( github.com/alecthomas/chroma v0.10.0 github.com/danog/blackfriday/v2 v2.1.6 github.com/danog/liquid v1.3.1 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.0 github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 github.com/radovskyb/watcher v1.0.7 github.com/stretchr/testify v1.7.0 github.com/tdewolff/minify v2.3.6+incompatible github.com/wellington/go-libsass v0.9.3-0.20230125174100-665190c9d9d7 golang.org/x/net v0.6.0 golang.org/x/oauth2 v0.5.0 gopkg.in/alecthomas/kingpin.v2 v2.2.6 gopkg.in/yaml.v2 v2.4.0 ) require ( github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/dlclark/regexp2 v1.4.0 // indirect github.com/golang/protobuf v1.5.2 // 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.16 // indirect github.com/osteele/tuesday v1.0.3 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/smartystreets/goconvey v1.8.0 // indirect github.com/tdewolff/parse v2.3.4+incompatible // indirect github.com/tdewolff/test v1.0.9 // indirect golang.org/x/sys v0.6.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.28.0 // indirect gopkg.in/fsnotify.v1 v1.4.7 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect )