summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/mod_get.txt
blob: d11d3b817da0957bb461e9ab3f7f9070cca1b6e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
hugo mod get
stderr 'withhugotoml.*v1.1.0'

-- 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.20