Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-bootstrap-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Altmejd <adam@altmejd.se>2022-09-27 14:53:54 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-09-29 18:14:16 +0300
commitf3db3b6537bcae9447d31bc9d52023fa57eb3233 (patch)
tree29d2749c657a9ade87fbbe6da9cb2988ee615d4c
parent0b8f58fe12dbbd0c38d0aabea65168feaa1c7bb4 (diff)
Bootstrap update to 5.2.1
-rw-r--r--exampleSite/go.sum1
-rw-r--r--go.mod2
-rw-r--r--go.sum2
3 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/go.sum b/exampleSite/go.sum
index f05b3af..f7e566e 100644
--- a/exampleSite/go.sum
+++ b/exampleSite/go.sum
@@ -2,3 +2,4 @@ github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 h1:GZxx4Hc+y
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI=
github.com/twbs/bootstrap v5.1.3+incompatible h1:19+1/69025oghttdacCOGvs1wv9D5lZnpfoCvKUsPCs=
github.com/twbs/bootstrap v5.1.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
+github.com/twbs/bootstrap v5.2.1+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
diff --git a/go.mod b/go.mod
index 1468806..30ef356 100644
--- a/go.mod
+++ b/go.mod
@@ -4,5 +4,5 @@ go 1.16
require (
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
- github.com/twbs/bootstrap v5.1.3+incompatible // indirect
+ github.com/twbs/bootstrap v5.2.1+incompatible // indirect
)
diff --git a/go.sum b/go.sum
index 8c6a7ff..af34d45 100644
--- a/go.sum
+++ b/go.sum
@@ -12,3 +12,5 @@ github.com/twbs/bootstrap v5.0.2+incompatible h1:l13Xy0yyiNKqO78G056lHtLHiW+iiN8
github.com/twbs/bootstrap v5.0.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/bootstrap v5.1.3+incompatible h1:19+1/69025oghttdacCOGvs1wv9D5lZnpfoCvKUsPCs=
github.com/twbs/bootstrap v5.1.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
+github.com/twbs/bootstrap v5.2.1+incompatible h1:uwze0Q+acbROE2D2jPLtfHo6kEotZMkXc2YAgRxOecU=
+github.com/twbs/bootstrap v5.2.1+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=