Skip to content

Commit a16b951

Browse files
build(deps): bump golang.org/x/sys from 0.29.0 to 0.34.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.29.0 to 0.34.0. - [Commits](golang/sys@v0.29.0...v0.34.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 17887d6 commit a16b951

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/segmentio/chamber/v3
22

3-
go 1.22
3+
go 1.23.0
44

55
require (
66
github.com/alessio/shellescape v1.4.2
@@ -17,7 +17,7 @@ require (
1717
github.com/segmentio/analytics-go/v3 v3.3.0
1818
github.com/spf13/cobra v1.8.1
1919
github.com/stretchr/testify v1.10.0
20-
golang.org/x/sys v0.29.0
20+
golang.org/x/sys v0.34.0
2121
)
2222

2323
require (

go.sum

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

0 commit comments

Comments
 (0)