Skip to content

Commit

Permalink
fix: adjustment for upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jan 14, 2024
1 parent 21a76ad commit aadb1c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions assets/hb/modules/bootstrap/scss/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import '../../../../mods/bootstrap/scss/index';
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
github.com/hbstack/hb v0.8.1 // indirect
github.com/hugomods/bootstrap v0.16.0 // indirect
github.com/hugomods/bootstrap v0.17.0 // indirect
github.com/hugomods/icons v0.6.0 // indirect
github.com/twbs/icons v1.11.3 // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ 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/hbstack/hb v0.8.1 h1:LmQMH44l0YshYrBolaPRywS7r60aa3doA9gKa4sJYGY=
github.com/hbstack/hb v0.8.1/go.mod h1:Z+gW6UsRwuivPcqqEb67h7vSQwSCWOr7KxNXkhcsEzM=
github.com/hugomods/bootstrap v0.16.0 h1:j0bydBA+/gICIoBHaB/H7i+nB6FsCVqs8AEQZFBoRVg=
github.com/hugomods/bootstrap v0.16.0/go.mod h1:HOdgrRHBMvH+MknbcdHwen50Y5ihT2n6wbvz3z628uE=
github.com/hugomods/bootstrap v0.17.0 h1:oH+V92q5W/kye9QPSQdZXYsO3V2wyfkAjdYLPFIfjPI=
github.com/hugomods/bootstrap v0.17.0/go.mod h1:EA5CtuNQX+aNkwEt1xae7clZ+4087KFXWZGE+2/f5oc=
github.com/hugomods/icons v0.6.0 h1:G6RU93okhPPRDh/jqcew9gwkcYpSpg0rCBv4S6yUAFw=
github.com/hugomods/icons v0.6.0/go.mod h1:cIkSvK6W0q6N4U6n9KGz+QfRWQXAW0INd+1P31gPNGg=
github.com/twbs/icons v1.11.3 h1:XhvrQ1XDom9ggBbQx3wQCFGEr8qAQwQP/dAcw8OXMtA=
Expand Down

0 comments on commit aadb1c7

Please sign in to comment.