diff --git a/go.mod b/go.mod index fd3cde9..32eca81 100644 --- a/go.mod +++ b/go.mod @@ -25,7 +25,7 @@ require ( github.com/henrygd/bigger-picture v1.1.16 // indirect github.com/hugomods/ascii v0.1.0 // indirect github.com/hugomods/base v0.7.0 // indirect - github.com/hugomods/bootstrap v0.21.2 // indirect + github.com/hugomods/bootstrap v0.22.0 // indirect github.com/hugomods/code-block-panel v0.6.0 // indirect github.com/hugomods/giscus v0.1.1 // indirect github.com/hugomods/google-adsense v0.1.0 // indirect diff --git a/go.sum b/go.sum index 94aab20..2f2288f 100644 --- a/go.sum +++ b/go.sum @@ -97,6 +97,7 @@ github.com/hugomods/bootstrap v0.18.5/go.mod h1:Ss7a4kP2fqt6qMlU4XUunU0XDc8GAN8m github.com/hugomods/bootstrap v0.19.0/go.mod h1:NsS0rxUANr6nWIUrOK2Qw0T90lu4SdPUuglpodNl93k= github.com/hugomods/bootstrap v0.21.2 h1:lu9LHkj7RLxkVp2bX//li2Z/OsG36TGHjlFZG4/p9Tw= github.com/hugomods/bootstrap v0.21.2/go.mod h1:3U2SkU7l1+n8/wJZwB8/2phYhvRyFwCMix7pPNJ4U+I= +github.com/hugomods/bootstrap v0.22.0/go.mod h1:3U2SkU7l1+n8/wJZwB8/2phYhvRyFwCMix7pPNJ4U+I= github.com/hugomods/code-block-panel v0.5.0 h1:IjlVQZJccs02x0TaNxsLR4S2PRyzy3tBXE3nFT2vJxA= github.com/hugomods/code-block-panel v0.5.0/go.mod h1:3J9yUxaShbhYvFFZbGVHcBoHPl6TUKLL3f2fTsnVNNg= github.com/hugomods/code-block-panel v0.6.0 h1:gH4FRxFSU1QwmzKkGHxdPd4oEYBWKFoq2XNWPB71SAY=