mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-09 19:47:02 +02:00
testscripts: Make mod vendor test stable
This commit is contained in:
@@ -8,6 +8,7 @@ ls _vendor/github.com/gohugoio/hugo-mod-integrationtests/withhugotoml
|
|||||||
stdout 'hugo.toml'
|
stdout 'hugo.toml'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-- hugo.toml --
|
-- hugo.toml --
|
||||||
title = "Hugo Modules Test"
|
title = "Hugo Modules Test"
|
||||||
[module]
|
[module]
|
||||||
@@ -19,7 +20,12 @@ path="github.com/gohugoio/hugo-mod-integrationtests/withhugotoml"
|
|||||||
go 1.19
|
go 1.19
|
||||||
|
|
||||||
module github.com/gohugoio/testmod
|
module github.com/gohugoio/testmod
|
||||||
|
|
||||||
|
require (
|
||||||
|
github.com/gohugoio/hugo-mod-integrationtests/withconfigtoml v1.0.0
|
||||||
|
github.com/gohugoio/hugo-mod-integrationtests/withhugotoml v1.0.0
|
||||||
|
)
|
||||||
|
|
||||||
-- golden/vendor.txt --
|
-- golden/vendor.txt --
|
||||||
# github.com/gohugoio/hugo-mod-integrationtests/withconfigtoml v1.1.0
|
# github.com/gohugoio/hugo-mod-integrationtests/withconfigtoml v1.0.0
|
||||||
# github.com/gohugoio/hugo-mod-integrationtests/commonmod v0.0.0-20230823103305-919cefe8a425
|
# github.com/gohugoio/hugo-mod-integrationtests/withhugotoml v1.0.0
|
||||||
# github.com/gohugoio/hugo-mod-integrationtests/withhugotoml v1.1.0
|
|
||||||
|
Reference in New Issue
Block a user