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

github.com/gohugoio/hugo-mod-bootstrap-scss-v4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Deininger <adeininger@gmail.com>2021-04-14 00:25:09 +0300
committerAndreas Deininger <adeininger@gmail.com>2021-04-14 00:25:09 +0300
commit43bcc9b76e20e0508240e5c57e1a06e5ac83fc27 (patch)
tree6b64af6e8160c848ba0f2effa21b3c3d726801c4
parentc9cb5e39d8c61abb405bf965e7ebd61dc7388382 (diff)
Bump to Bootstrap v4.6.0v1.6.0
Minor corrections in README.md
-rw-r--r--README.md4
-rw-r--r--go.mod2
-rw-r--r--go.sum6
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=