Skip to content

Commit

Permalink
Merge pull request #60 from gethinode/develop
Browse files Browse the repository at this point in the history
fix: bump dependencies
  • Loading branch information
markdumay authored Mar 2, 2024
2 parents 581fd4a + 157265b commit d356721
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
3 changes: 2 additions & 1 deletion exampleSite/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ module github.com/gethinode/mod-bootstrap/exampleSite

go 1.19

require github.com/twbs/bootstrap v5.3.3+incompatible // indirect
require (
)
4 changes: 4 additions & 0 deletions exampleSite/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
github.com/gethinode/mod-bootstrap v1.2.4 h1:4CFNpwpRKiZlMVWg9u5+ijSb924j4yM3G1p96Hquas0=
github.com/gethinode/mod-bootstrap v1.2.4/go.mod h1:CL9IDot6nbXIWJYE/KxfsTdYYEJIGL17BXbAYPn+wVQ=
github.com/twbs/bootstrap v5.3.0+incompatible h1:4+staADO0OrqUv77m+XL+vHYojLH9oxb4Vxi9mnIJWg=
github.com/twbs/bootstrap v5.3.0+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/bootstrap v5.3.2+incompatible h1:tuiO5acc6xnZUR77Sbi5aKWXxjYxbmsSbJwYrhAKoQQ=
github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/bootstrap v5.3.3+incompatible h1:goFoqinzdHfkeegpFP7pvhbd0g+A3O2hbU3XCjuNrEQ=
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"@semantic-release/git": "^10.0.1",
"bootstrap": "^5.3.3",
"cpy-cli": "^5.0.0",
"hugo-bin": "^0.119.0",
"hugo-bin": "^0.120.7",
"npm-run-all": "^4.1.5",
"replace-in-files-cli": "^2.2.0",
"rimraf": "^5.0.5",
"semantic-release": "^23.0.0",
"semantic-release": "^23.0.2",
"shx": "^0.3.4"
},
"hugo-bin": {
Expand Down

0 comments on commit d356721

Please sign in to comment.