Skip to content

Commit 5855932

Browse files
chore(deps): update all non-major dependencies
1 parent 17370fe commit 5855932

File tree

11 files changed

+36
-36
lines changed

11 files changed

+36
-36
lines changed

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Go
1414
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
1515
with:
16-
go-version: 1.24.x
16+
go-version: 1.25.x
1717
- name: Checkout code
1818
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1919
with:
File renamed without changes.
File renamed without changes.
File renamed without changes.

bin/go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.go-1.24.5.pkg
1+
.go-1.25.1.pkg

bin/gofmt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.go-1.24.5.pkg
1+
.go-1.25.1.pkg

bin/hugo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.hugo-0.148.1.pkg
1+
.hugo-0.150.0.pkg

bin/shellcheck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.shellcheck-0.10.0.pkg
1+
.shellcheck-0.11.0.pkg

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mkdocs
2-
mkdocs-include-markdown-plugin==7.1.6
2+
mkdocs-include-markdown-plugin==7.1.7
33
mkdocs-material>=9.0.6
44
mkdocs-mermaid2-plugin
55
mkdocs-redirects

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/cashapp/hermit
22

3-
go 1.23.0
3+
go 1.24.0
44

5-
toolchain go1.24.5
5+
toolchain go1.25.1
66

77
require (
88
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
@@ -11,14 +11,14 @@ require (
1111
github.com/alecthomas/hcl v0.5.5
1212
github.com/alecthomas/kong v1.12.1
1313
github.com/alecthomas/participle/v2 v2.1.4
14-
github.com/alecthomas/repr v0.5.1
14+
github.com/alecthomas/repr v0.5.2
1515
github.com/andybalholm/cascadia v1.3.3
1616
github.com/antchfx/htmlquery v1.3.4
1717
github.com/antchfx/xpath v1.3.4
1818
github.com/avvmoto/buf-readerat v0.0.0-20171115124131-a17c8cb89270
1919
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
2020
github.com/creack/pty v1.1.24
21-
github.com/gabriel-vasile/mimetype v1.4.9
21+
github.com/gabriel-vasile/mimetype v1.4.10
2222
github.com/gobwas/glob v0.2.3
2323
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2424
github.com/klauspost/compress v1.18.0
@@ -33,10 +33,10 @@ require (
3333
github.com/willabides/kongplete v0.4.0
3434
github.com/willdonnelly/passwd v0.0.0-20141013001024-7935dab3074c
3535
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
36-
golang.org/x/net v0.42.0
37-
golang.org/x/sync v0.16.0
38-
golang.org/x/sys v0.34.0
39-
golang.org/x/term v0.33.0
36+
golang.org/x/net v0.44.0
37+
golang.org/x/sync v0.17.0
38+
golang.org/x/sys v0.36.0
39+
golang.org/x/term v0.35.0
4040
howett.net/plist v1.0.1
4141
mvdan.cc/sh v2.6.4+incompatible
4242
)
@@ -55,6 +55,6 @@ require (
5555
github.com/saracen/go7z-fixtures v0.0.0-20190623165746-aa6b8fba1d2f // indirect
5656
github.com/saracen/solidblock v0.0.0-20190426153529-45df20abab6f // indirect
5757
github.com/ulikunitz/xz v0.5.12 // indirect
58-
golang.org/x/crypto v0.40.0 // indirect
59-
golang.org/x/text v0.27.0 // indirect
58+
golang.org/x/crypto v0.42.0 // indirect
59+
golang.org/x/text v0.29.0 // indirect
6060
)

0 commit comments

Comments
 (0)