From 8cff15d75b4236194e67780a1be0010062ec1ee4 Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Tue, 12 Sep 2023 04:15:31 -0400 Subject: [PATCH 1/2] Update Hugo module dependencies Signed-off-by: Daniel F. Dickinson --- go.sum | 8 ++++---- tests/config/go.mod | 5 +++-- tests/config/go.sum | 10 ++++++---- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/go.sum b/go.sum index 7275cb0..5501b76 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-alpha.8 h1:EC9IUdA8CwaF/9C4pMQQkS5DhvjyXKlJwMwCLOfDZ1M= -github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-alpha.8/go.mod h1:H0AqQPgecV8NsgMQS1PREIwoTMWC6hUMngZygLu5R6U= -github.com/wildtechgarden/demo-test-site-hugo-wtg v0.2.2 h1:0hVMXaG0l8WuRRcJJ4KdtJZ6Cm6w1YBp+VtsYmrMXgk= -github.com/wildtechgarden/demo-test-site-hugo-wtg v0.2.2/go.mod h1:Bm3jUL1XjEWNb7rx+I3tBYgW5fYMpt9n0WSdysWP62Q= +github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-beta.1 h1:1dIKbljRA/0RF83bGzLevW7omCt0yQADa58we2hIo4A= +github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-beta.1/go.mod h1:r7bwO+eopfIxX7iGqTIezS61InMACj6T85st9SP2RZQ= +github.com/wildtechgarden/demo-test-site-hugo-wtg v0.3.1 h1:iDfNkhxkJiah6qvphtUfcTiWkLv54DASGnz7M4HebUw= +github.com/wildtechgarden/demo-test-site-hugo-wtg v0.3.1/go.mod h1:Bm3jUL1XjEWNb7rx+I3tBYgW5fYMpt9n0WSdysWP62Q= diff --git a/tests/config/go.mod b/tests/config/go.mod index ac5a21a..40f934d 100644 --- a/tests/config/go.mod +++ b/tests/config/go.mod @@ -3,6 +3,7 @@ module github.com/wildtechgarden/validator-html-action/tests/config go 1.21 require ( - github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-alpha.8 // indirect - github.com/wildtechgarden/demo-test-site-hugo-wtg v0.2.2 // indirect + github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-beta.1 // indirect + github.com/wildtechgarden/demo-test-site-hugo-wtg v0.3.1 // indirect + github.com/wildtechgarden/validator-html-action v0.1.0 // indirect ) diff --git a/tests/config/go.sum b/tests/config/go.sum index 7275cb0..605b8ac 100644 --- a/tests/config/go.sum +++ b/tests/config/go.sum @@ -1,4 +1,6 @@ -github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-alpha.8 h1:EC9IUdA8CwaF/9C4pMQQkS5DhvjyXKlJwMwCLOfDZ1M= -github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-alpha.8/go.mod h1:H0AqQPgecV8NsgMQS1PREIwoTMWC6hUMngZygLu5R6U= -github.com/wildtechgarden/demo-test-site-hugo-wtg v0.2.2 h1:0hVMXaG0l8WuRRcJJ4KdtJZ6Cm6w1YBp+VtsYmrMXgk= -github.com/wildtechgarden/demo-test-site-hugo-wtg v0.2.2/go.mod h1:Bm3jUL1XjEWNb7rx+I3tBYgW5fYMpt9n0WSdysWP62Q= +github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-beta.1 h1:1dIKbljRA/0RF83bGzLevW7omCt0yQADa58we2hIo4A= +github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-beta.1/go.mod h1:r7bwO+eopfIxX7iGqTIezS61InMACj6T85st9SP2RZQ= +github.com/wildtechgarden/demo-test-site-hugo-wtg v0.3.1 h1:iDfNkhxkJiah6qvphtUfcTiWkLv54DASGnz7M4HebUw= +github.com/wildtechgarden/demo-test-site-hugo-wtg v0.3.1/go.mod h1:Bm3jUL1XjEWNb7rx+I3tBYgW5fYMpt9n0WSdysWP62Q= +github.com/wildtechgarden/validator-html-action v0.1.0 h1:LMAS2zFLworhfMzPtPBOgFNRA0kJGUycxk4/gXj8wQA= +github.com/wildtechgarden/validator-html-action v0.1.0/go.mod h1:u3bpHO/60xqRDW5C149/QoX3ONpYZDBBP+/TxFOxkYI= From 0eac5c899afa2f00635d9f8a0df04f140e95ea8b Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Tue, 12 Sep 2023 04:16:02 -0400 Subject: [PATCH 2/2] Downgrade minimum required Hugo version Signed-off-by: Daniel F. Dickinson --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index a9bb147..7d9b13e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,5 +4,5 @@ description = "GitHub action using W3C's validator to validate the HTML and CSS [module] [module.hugoVersion] -min = "0.117.0" +min = "0.112.7" extended = false