From 43bcc9b76e20e0508240e5c57e1a06e5ac83fc27 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Tue, 13 Apr 2021 23:25:09 +0200 Subject: [PATCH] Bump to Bootstrap v4.6.0 Minor corrections in README.md --- README.md | 4 ++-- go.mod | 2 +- go.sum | 6 ++---- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8d0e4da..e11320e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -This is a [Hugo Components](https://gohugo.io/hugo-modules/) that packages the [Bootstrap v4](https://getbootstrap.com/docs/4.4/getting-started/introduction/) SCSS source ready to be used in Hugo. +This is a [Hugo module](https://gohugo.io/hugo-modules/) that packages the [Bootstrap v4](https://getbootstrap.com/docs/4.6/getting-started/introduction/) SCSS source ready to be used in Hugo. -You need the Hugo extended version and Go to use this component. +You need the Hugo extended version and [Go](https://golang.org/dl/) to use this component. ## Use diff --git a/go.mod b/go.mod index 0261db5..571e215 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/gohugoio/hugo-mod-bootstrap-scss-v4 go 1.13 -require github.com/twbs/bootstrap v4.5.2+incompatible // indirect +require github.com/twbs/bootstrap v4.6.0+incompatible // indirect diff --git a/go.sum b/go.sum index 1e2bbff..2acc09b 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,2 @@ -github.com/twbs/bootstrap v4.4.1+incompatible h1:AueNOcQyhFaWJDynY+tJaK1QR+9Dx2CpqW+EoTBUznk= -github.com/twbs/bootstrap v4.4.1+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= -github.com/twbs/bootstrap v4.5.2+incompatible h1:QR6UOtm1+LCDK53CzEp8U0NPIYeRUktVgNhq0gaAGP0= -github.com/twbs/bootstrap v4.5.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= +github.com/twbs/bootstrap v4.6.0+incompatible h1:gHX/lyS+3sUtHS6AKI365MfWukJ9N/Mltrc0lfdXYfs= +github.com/twbs/bootstrap v4.6.0+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=