Skip to content

Commit 651f078

Browse files
security(gomod): πŸ›‘οΈ minor πŸ›‘οΈ vulnerability [unknown]
1 parent 00a4cae commit 651f078

87 files changed

Lines changed: 3364 additions & 805 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Žgo.modβ€Ž

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

3-
go 1.21
3+
go 1.25.0
44

5-
toolchain go1.22.5
5+
toolchain go1.25.12
66

77
require (
88
github.com/bitfield/script v0.24.0
@@ -26,7 +26,7 @@ require (
2626
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
2727
github.com/ztrue/tracerr v0.4.0 // indirect
2828
golang.org/x/mod v0.17.0 // indirect
29-
golang.org/x/sys v0.27.0 // indirect
29+
golang.org/x/sys v0.44.0 // indirect
3030
golang.org/x/term v0.26.0 // indirect
3131
golang.org/x/text v0.20.0 // indirect
3232
mvdan.cc/sh/v3 v3.7.0 // indirect

β€Žgo.sumβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8/go.mod h1:oPkhp1MJrh7nUepCBc
115115
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
116116
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
117117
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
118-
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
119-
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
118+
golang.org/x/sys v0.44.0 h1:ildZl3J4uzeKP07r2F++Op7E9B29JRUy+a27EibtBTQ=
119+
golang.org/x/sys v0.44.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
120120
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
121121
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
122122
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=

β€Žvendor/golang.org/x/sys/plan9/pwd_go15_plan9.goβ€Ž

Lines changed: 0 additions & 21 deletions
This file was deleted.

β€Žvendor/golang.org/x/sys/plan9/pwd_plan9.goβ€Ž

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/golang.org/x/sys/plan9/syscall_plan9.goβ€Ž

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/golang.org/x/sys/unix/affinity_linux.goβ€Ž

Lines changed: 119 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/golang.org/x/sys/unix/auxv.goβ€Ž

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/golang.org/x/sys/unix/auxv_unsupported.goβ€Ž

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/golang.org/x/sys/unix/fdset.goβ€Ž

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/golang.org/x/sys/unix/ifreq_linux.goβ€Ž

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)