github.com/anakojm/hugo-katex@v0.0.0-20231023141351-42d6f5de9c0b/testscripts/commands/mod_tidy.txt (about) 1 # Test hugo mod tidy. 2 3 dostounix golden/go.mod.cleaned 4 5 hugo mod tidy 6 7 cmp go.mod golden/go.mod.cleaned 8 9 -- hugo.toml -- 10 title = "Hugo Modules Test" 11 -- go.mod -- 12 go 1.19 13 14 require github.com/bep/empty-hugo-module v1.0.0 15 16 module github.com/gohugoio/testmod 17 -- golden/go.mod.cleaned -- 18 go 1.19 19 20 21 module github.com/gohugoio/testmod