summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/mod__disable.txt
blob: f2d65dd0cc30ed1663d40c9fc34fd6283456ed95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
hugo mod graph
stdout 'withhugotoml.*commonmod'

-- hugo.toml --
title = "Hugo Modules Test"
[module]
[[module.imports]]
path="github.com/gohugoio/hugo-mod-integrationtests/withconfigtoml"
disable = true
[[module.imports]]
path="github.com/gohugoio/hugo-mod-integrationtests/withhugotoml"
-- go.mod --
module foo
go 1.19