From 1a1e984bd96e7175343b59b47ec0781385110ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 01:35:21 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.29.0 to 0.31.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.29.0 to 0.31.0. - [Commits](https://github.com/golang/sys/compare/v0.29.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 3 ++- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 24d3a46..47afbef 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,6 @@ module github.com/systemd/slog-journal go 1.22.1 +toolchain go1.23.7 -require golang.org/x/sys v0.29.0 +require golang.org/x/sys v0.31.0 diff --git a/go.sum b/go.sum index 0664caa..c55261f 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= -golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik= +golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=