Skip to content

Commit 282cc48

Browse files
chore(deps): bump golang.org/x/sys from 0.46.0 to 0.47.0 in /go (#157)
Bump the direct Go dependency while keeping the module compatible with the repository's Go 1.26.6 toolchain. The update changes only go.mod and go.sum; upstream v0.47.0 does not alter Darwin files or the rename APIs VaultSync imports directly. What could go wrong and why this is safe: transitive platform behavior could regress. The complete PR check matrix is green, including the Go bridge tests, transfer E2E coverage, and both govulncheck jobs, and the change is conflict-free against the current main.
1 parent 96a2c0a commit 282cc48

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/syncthing/syncthing v1.30.0-rc.1.0.20260211104138-dc2a77ab8e5b
1212
github.com/thejerf/suture/v4 v4.0.6
1313
golang.org/x/mobile v0.0.0-20260312152759-81488f6aeb60
14-
golang.org/x/sys v0.46.0
14+
golang.org/x/sys v0.47.0
1515
)
1616

1717
require (

go/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
237237
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
238238
golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw=
239239
golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
240+
golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs=
241+
golang.org/x/sys v0.47.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
240242
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
241243
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
242244
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

0 commit comments

Comments
 (0)