github.com/anakojm/hugo-katex@v0.0.0-20231023141351-42d6f5de9c0b/testscripts/commands/mod__disable.txt (about) 1 hugo mod graph 2 stdout 'withhugotoml.*commonmod' 3 4 -- hugo.toml -- 5 title = "Hugo Modules Test" 6 [module] 7 [[module.imports]] 8 path="github.com/gohugoio/hugo-mod-integrationtests/withconfigtoml" 9 disable = true 10 [[module.imports]] 11 path="github.com/gohugoio/hugo-mod-integrationtests/withhugotoml" 12 -- go.mod -- 13 module foo 14 go 1.19 15