From 51374b38dcadf235fb253f72556d85558508342e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 12:29:48 +0000 Subject: [PATCH] Bump the go_modules group across 1 directory with 2 updates Bumps the go_modules group with 1 update in the /core directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.25.0 to 0.38.0 - [Commits](https://github.com/golang/net/compare/v0.25.0...v0.38.0) Updates `golang.org/x/crypto` from 0.31.0 to 0.36.0 - [Commits](https://github.com/golang/crypto/compare/v0.31.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.36.0 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- core/go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/go.mod b/core/go.mod index eed3540..01c837f 100644 --- a/core/go.mod +++ b/core/go.mod @@ -31,8 +31,8 @@ require ( github.com/twitchyliquid64/golang-asm v0.15.1 // indirect github.com/ugorji/go/codec v1.2.12 // indirect golang.org/x/arch v0.8.0 // indirect - golang.org/x/net v0.41.0 // indirect - golang.org/x/sys v0.33.0 // indirect + golang.org/x/net v0.44.0 // indirect + golang.org/x/sys v0.36.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) @@ -47,8 +47,8 @@ require ( github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect github.com/joho/godotenv v1.5.1 - golang.org/x/crypto v0.39.0 - golang.org/x/sync v0.15.0 // indirect - golang.org/x/text v0.26.0 // indirect + golang.org/x/crypto v0.42.0 + golang.org/x/sync v0.17.0 // indirect + golang.org/x/text v0.29.0 // indirect gorm.io/gorm v1.25.10 )