Skip to content

Commit b7aafe2

Browse files
chore(deps): bump github.com/gohugoio/hugo from 0.149.1 to 0.159.2 (#44)
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.149.1 to 0.159.2. - [Release notes](https://github.com/gohugoio/hugo/releases) - [Commits](gohugoio/hugo@v0.149.1...v0.159.2) --- updated-dependencies: - dependency-name: github.com/gohugoio/hugo dependency-version: 0.159.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9299709 commit b7aafe2

2 files changed

Lines changed: 90 additions & 84 deletions

File tree

go.mod

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ require (
1818
github.com/andybalholm/brotli v1.1.0 // indirect
1919
github.com/bep/godartsass/v2 v2.5.0 // indirect
2020
github.com/bep/golibsass v1.2.0 // indirect
21+
github.com/bits-and-blooms/bitset v1.24.4 // indirect
2122
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
23+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2224
github.com/cli/browser v1.3.0 // indirect
23-
github.com/davecgh/go-spew v1.1.1 // indirect
25+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2426
github.com/fatih/color v1.18.0 // indirect
2527
github.com/fsnotify/fsnotify v1.9.0 // indirect
2628
github.com/gobwas/glob v0.2.3 // indirect
27-
github.com/gohugoio/hugo v0.149.1 // indirect
29+
github.com/gohugoio/hashstructure v0.6.0 // indirect
30+
github.com/gohugoio/hugo v0.159.2 // indirect
2831
github.com/google/uuid v1.6.0 // indirect
2932
github.com/jinzhu/inflection v1.0.0 // indirect
3033
github.com/jinzhu/now v1.1.5 // indirect
@@ -35,19 +38,18 @@ require (
3538
github.com/ncruces/go-strftime v1.0.0 // indirect
3639
github.com/pelletier/go-toml v1.9.5 // indirect
3740
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
38-
github.com/pmezard/go-difflib v1.0.0 // indirect
41+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
3942
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
40-
github.com/spf13/afero v1.14.0 // indirect
41-
github.com/spf13/cast v1.9.2 // indirect
42-
github.com/tdewolff/parse/v2 v2.8.3 // indirect
43-
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect
43+
github.com/spf13/afero v1.15.0 // indirect
44+
github.com/spf13/cast v1.10.0 // indirect
45+
github.com/tdewolff/parse/v2 v2.8.11 // indirect
4446
golang.org/x/mod v0.34.0 // indirect
4547
golang.org/x/net v0.52.0 // indirect
4648
golang.org/x/sync v0.20.0 // indirect
4749
golang.org/x/sys v0.42.0 // indirect
4850
golang.org/x/text v0.35.0 // indirect
4951
golang.org/x/tools v0.43.0 // indirect
50-
google.golang.org/protobuf v1.36.8 // indirect
52+
google.golang.org/protobuf v1.36.11 // indirect
5153
gopkg.in/yaml.v3 v3.0.1 // indirect
5254
modernc.org/libc v1.70.0 // indirect
5355
modernc.org/mathutil v1.7.1 // indirect

0 commit comments

Comments
 (0)