Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit358ade3

Browse files
chore: bump github.com/gohugoio/hugo from 0.140.0 to 0.141.0 (#16193)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent6e2d32a commit358ade3

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

‎go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ require (
119119
github.com/go-logr/logrv1.4.2
120120
github.com/go-playground/validator/v10v10.24.0
121121
github.com/gofrs/flockv0.12.0
122-
github.com/gohugoio/hugov0.140.0
122+
github.com/gohugoio/hugov0.141.0
123123
github.com/golang-jwt/jwt/v4v4.5.1
124124
github.com/golang-migrate/migrate/v4v4.18.1
125125
github.com/gomarkdown/markdownv0.0.0-20240930133441-72d49d9543d8
@@ -232,7 +232,7 @@ require (
232232
github.com/agext/levenshteinv1.2.3// indirect
233233
github.com/agnivade/levenshteinv1.2.0// indirect
234234
github.com/akutz/memconnv0.1.0// indirect
235-
github.com/alecthomas/chroma/v2v2.14.0// indirect
235+
github.com/alecthomas/chroma/v2v2.15.0// indirect
236236
github.com/alexbrainman/sspiv0.0.0-20210105120005-909beea2cc74// indirect
237237
github.com/anmitsu/go-shlexv0.0.0-20200514113438-38f4b401e2be// indirect
238238
github.com/apparentlymart/go-textseg/v15v15.0.0// indirect
@@ -385,7 +385,7 @@ require (
385385
github.com/secure-systems-lab/go-securesystemslibv0.7.0// indirect
386386
github.com/sirupsen/logrusv1.9.3// indirect
387387
github.com/spaolacci/murmur3v1.1.0// indirect
388-
github.com/spf13/castv1.7.0// indirect
388+
github.com/spf13/castv1.7.1// indirect
389389
github.com/swaggo/files/v2v2.0.0// indirect
390390
github.com/tadvi/systrayv0.0.0-20190226123456-11a2b8fa57af// indirect
391391
github.com/tailscale/certstorev0.1.1-0.20220316223106-78d6e1c49d8d// indirect

‎go.sum

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ github.com/emersion/go-smtp v0.21.2 h1:OLDgvZKuofk4em9fT5tFG5j4jE1/hXnX75UMvcrL4
315315
github.com/emersion/go-smtpv0.21.2/go.mod h1:qm27SGYgoIPRot6ubfQ/GpiPy/g3PaZAVRxiO/sDUgQ=
316316
github.com/erikgeiser/coninputv0.0.0-20211004153227-1c3628e74d0f h1:Y/CXytFA4m6baUTXGLOoWe4PQhGxaX0KpnayAqC48p4=
317317
github.com/erikgeiser/coninputv0.0.0-20211004153227-1c3628e74d0f/go.mod h1:vw97MGsxSvLiUE2X8qFplwetxpGLQrlU1Q9AUEIzCaM=
318-
github.com/evanw/esbuildv0.24.0 h1:GZ78naTLp7FKr+K7eNuM/SLs5maeiHYRPsTg6kmdsSE=
319-
github.com/evanw/esbuildv0.24.0/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48=
318+
github.com/evanw/esbuildv0.24.2 h1:PQExybVBrjHjN6/JJiShRGIXh1hWVm6NepVnhZhrt0A=
319+
github.com/evanw/esbuildv0.24.2/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48=
320320
github.com/fatih/colorv1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
321321
github.com/fatih/colorv1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
322322
github.com/fatih/colorv1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=
@@ -430,12 +430,12 @@ github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
430430
github.com/gogo/protobufv1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
431431
github.com/gohugoio/go-i18n/v2v2.1.3-0.20230805085216-e63c13218d0e h1:QArsSubW7eDh8APMXkByjQWvuljwPGAGQpJEFn0F0wY=
432432
github.com/gohugoio/go-i18n/v2v2.1.3-0.20230805085216-e63c13218d0e/go.mod h1:3Ltoo9Banwq0gOtcOwxuHG6omk+AwsQPADyw2vQYOJQ=
433-
github.com/gohugoio/hashstructurev0.1.0 h1:kBSTMLMyTXbrJVAxaKI+wv30MMJJxn9Q8kfQtJaZ400=
434-
github.com/gohugoio/hashstructurev0.1.0/go.mod h1:8ohPTAfQLTs2WdzB6k9etmQYclDUeNsIHGPAFejbsEA=
433+
github.com/gohugoio/hashstructurev0.3.0 h1:orHavfqnBv0ffQmobOp41Y9HKEMcjrR/8EFAzpngmGs=
434+
github.com/gohugoio/hashstructurev0.3.0/go.mod h1:8ohPTAfQLTs2WdzB6k9etmQYclDUeNsIHGPAFejbsEA=
435435
github.com/gohugoio/httpcachev0.7.0 h1:ukPnn04Rgvx48JIinZvZetBfHaWE7I01JR2Q2RrQ3Vs=
436436
github.com/gohugoio/httpcachev0.7.0/go.mod h1:fMlPrdY/vVJhAriLZnrF5QpN3BNAcoBClgAyQd+lGFI=
437-
github.com/gohugoio/hugov0.140.0 h1:7II6bh74iLaHLoLCnOBEOBw22uxOVgu3utLkJpygtCs=
438-
github.com/gohugoio/hugov0.140.0/go.mod h1:M+XLsl7uWFwiiTRT0AeY7jO488g07RFAw6fomi733DU=
437+
github.com/gohugoio/hugov0.141.0 h1:oTrHI/HTDXFoK4Nmx73xOa1qbx2YUaN0LG+8IV5QNF8=
438+
github.com/gohugoio/hugov0.141.0/go.mod h1:G0uwM5aRUXN4cbnqrDQx9Dlgmf/ukUpPADajL8FbL9M=
439439
github.com/gohugoio/hugo-goldmark-extensions/extrasv0.2.0 h1:MNdY6hYCTQEekY0oAfsxWZU1CDt6iH+tMLgyMJQh/sg=
440440
github.com/gohugoio/hugo-goldmark-extensions/extrasv0.2.0/go.mod h1:oBdBVuiZ0fv9xd8xflUgt53QxW5jOCb1S+xntcN4SKo=
441441
github.com/gohugoio/hugo-goldmark-extensions/passthroughv0.3.0 h1:7PY5PIJ2mck7v6R52yCFvvYHvsPMEbulgRviw3I9lP4=
@@ -839,8 +839,8 @@ github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0b
839839
github.com/spaolacci/murmur3v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
840840
github.com/spf13/aferov1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs=
841841
github.com/spf13/aferov1.12.0/go.mod h1:ZTlWwG4/ahT8W7T0WQ5uYmjI9duaLQGy3Q2OAl4sk/4=
842-
github.com/spf13/castv1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w=
843-
github.com/spf13/castv1.7.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
842+
github.com/spf13/castv1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=
843+
github.com/spf13/castv1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
844844
github.com/spf13/pflagv1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
845845
github.com/spf13/pflagv1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
846846
github.com/sqlc-dev/pqtypev0.3.0 h1:b09TewZ3cSnO5+M1Kqq05y0+OjqIptxELaSayg7bmqk=
@@ -1243,6 +1243,8 @@ modernc.org/strutil v1.2.0 h1:agBi9dp1I+eOnxXeiZawM8F4LawKv4NzGWSaLfyeNZA=
12431243
modernc.org/strutilv1.2.0/go.mod h1:/mdcBmfOibveCTBxUl5B5l6W+TTH1FXPLHZE6bTosX0=
12441244
modernc.org/tokenv1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=
12451245
modernc.org/tokenv1.1.0/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM=
1246+
rsc.io/qrv0.2.0 h1:6vBLea5/NRMVTz8V66gipeLycZMl/+UlFmk8DvqQ6WY=
1247+
rsc.io/qrv0.2.0/go.mod h1:IF+uZjkb9fqyeF/4tlBoynqmQxUoPfWEKh921coOuXs=
12461248
sigs.k8s.io/yamlv1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=
12471249
sigs.k8s.io/yamlv1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY=
12481250
software.sslmate.com/src/go-pkcs12v0.2.0 h1:nlFkj7bTysH6VkC4fGphtjXRbezREPgrHuJG20hBGPE=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp