diff --git a/go.mod b/go.mod index ffba859..826a2b6 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/hbstack/base v0.4.1 // indirect github.com/hbstack/header/modules/language-picker v0.1.23 // indirect github.com/hbstack/header/modules/socials v0.1.28 // indirect - github.com/hbstack/header/modules/theme-toggle v0.3.1 // indirect + github.com/hbstack/header/modules/theme-toggle v0.4.0 // indirect github.com/hugomods/icons/vendors/bootstrap v0.5.2 // indirect github.com/hugomods/icons/vendors/font-awesome v0.6.1 // indirect github.com/hugomods/icons/vendors/simple-icons v1.0.23 // indirect diff --git a/go.sum b/go.sum index 90955c1..dc569a4 100644 --- a/go.sum +++ b/go.sum @@ -39,6 +39,7 @@ github.com/hbstack/header/modules/theme-toggle v0.1.20/go.mod h1:JBLtu7vWYBtTE7G github.com/hbstack/header/modules/theme-toggle v0.2.0/go.mod h1:ljUc5lLVzRh7Fud+V0pob7c2CxIYPJe18++PGRAhLMI= github.com/hbstack/header/modules/theme-toggle v0.2.1/go.mod h1:Nwcp4+cyMYquF5Jgo2EvOREBypvTqCpFd/0zpYg/4FI= github.com/hbstack/header/modules/theme-toggle v0.3.1/go.mod h1:dlWVMYlCuvQOogTEU5AZUF0qLFu4niBUaVSoALvOTH4= +github.com/hbstack/header/modules/theme-toggle v0.4.0/go.mod h1:yRuGvwvQe+lzFzKa+L3Qw5UHpEKLzvArbC90jfo1EjY= github.com/hugomods/icons v0.6.0 h1:G6RU93okhPPRDh/jqcew9gwkcYpSpg0rCBv4S6yUAFw= github.com/hugomods/icons v0.6.0/go.mod h1:cIkSvK6W0q6N4U6n9KGz+QfRWQXAW0INd+1P31gPNGg= github.com/hugomods/icons/vendors/bootstrap v0.5.0 h1:CHEGk677heq2kJZa7XsGHRc3Hwizl9NFkmNw146OVm0=