github.com/anakojm/hugo-katex@v0.0.0-20231023141351-42d6f5de9c0b/testscripts/commands/mod_get.txt (about) 1 hugo mod get 2 stderr 'withhugotoml.*v1.1.0' 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.20 15