/
githubmirror
/
hugo
Обзор
Документация
Войти
/
githubmirror
/
hugo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testscripts/commands/mod__disable.txt
14 строк
322 B
Bjørn Erik Pedersen
Fix it so disable a module does not disable transitive dependency required by others
23 авг 2023, 19:05
23 авг 2023, 19:05
dcf425c
Код
Авторство
О чём код?
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