Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Update-hugo-module-dependencies-and-deploy #7

Merged
merged 2 commits into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 3 additions & 2 deletions tests/config/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
10 changes: 6 additions & 4 deletions tests/config/go.sum
Original file line number Diff line number Diff line change
@@ -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=