diff --git a/tests/config/go.mod b/tests/config/go.mod index 0928900..244fc0d 100644 --- a/tests/config/go.mod +++ b/tests/config/go.mod @@ -3,7 +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-beta.2 // indirect - github.com/wildtechgarden/demo-test-site-hugo-wtg v0.3.2 // indirect + github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-beta.3 // indirect + github.com/wildtechgarden/demo-test-site-hugo-wtg v0.3.4 // indirect github.com/wildtechgarden/validator-html-action v0.1.1 // indirect ) diff --git a/tests/config/go.sum b/tests/config/go.sum index ae1a9e9..34fa48a 100644 --- a/tests/config/go.sum +++ b/tests/config/go.sum @@ -1,6 +1,6 @@ -github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-beta.2 h1:lekVX0LzPKuiLOIL9dWMFayHX86OxtXnKG6sLPz/tcA= -github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-beta.2/go.mod h1:JQy+EsvNmSBNAC/Rbn7rQbPRe2t+t1sn0HYQnxm+83k= -github.com/wildtechgarden/demo-test-site-hugo-wtg v0.3.2 h1:TNJeojQUwfFU5/tZZf/G9W0ZksqIpn1ZQA39SUEVWaI= -github.com/wildtechgarden/demo-test-site-hugo-wtg v0.3.2/go.mod h1:Bm3jUL1XjEWNb7rx+I3tBYgW5fYMpt9n0WSdysWP62Q= +github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-beta.3 h1:gbqZDtF2Ecg2l8+j7JaxHIMk0S09EqfomKrR/FJNlVQ= +github.com/wildtechgarden/a-wild-theme-mod-hugo v0.1.0-beta.3/go.mod h1:VszldZ2snI6oqaN/5WqnS6xzCQJrxMrWV8W71oJ5e2c= +github.com/wildtechgarden/demo-test-site-hugo-wtg v0.3.4 h1:r27Zf11RMiFw0dJbH9VZMzvZV7JHewc7sa/z4QjanOU= +github.com/wildtechgarden/demo-test-site-hugo-wtg v0.3.4/go.mod h1:Bm3jUL1XjEWNb7rx+I3tBYgW5fYMpt9n0WSdysWP62Q= github.com/wildtechgarden/validator-html-action v0.1.1 h1:0C0JXKJf4r/e+fSX9dY79kkt8TwpRFskeqmhPWfvtnw= github.com/wildtechgarden/validator-html-action v0.1.1/go.mod h1:u3bpHO/60xqRDW5C149/QoX3ONpYZDBBP+/TxFOxkYI=