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:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-11-29 14:41:11 +0300
committerGitHub <noreply@github.com>2021-11-29 14:41:11 +0300
commitd26fc3641f19955db918040a8d40203d39299c7a (patch)
tree41f1e8329e5efbf128b46043895be77dcadf374a
parentc9cb5e39d8c61abb405bf965e7ebd61dc7388382 (diff)
parent02f71b4dfa1ec7f0695685ec1a7cce1176a3ce5a (diff)
Merge pull request #3 from deining/v4.6.0
Bump to Bootstrap v4.6.0
-rw-r--r--README.md4
-rw-r--r--go.mod2
-rw-r--r--go.sum4
3 files changed, 7 insertions, 3 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..1c81e59 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.1+incompatible // indirect
diff --git a/go.sum b/go.sum
index 1e2bbff..4b28ca9 100644
--- a/go.sum
+++ b/go.sum
@@ -2,3 +2,7 @@ github.com/twbs/bootstrap v4.4.1+incompatible h1:AueNOcQyhFaWJDynY+tJaK1QR+9Dx2C
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=
+github.com/twbs/bootstrap v4.6.1+incompatible h1:75PsBfPU1SS65ag0Z3Cq6JNXVAfUNfB0oCLHh9k9Fu8=
+github.com/twbs/bootstrap v4.6.1+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=