From 3b879612f17ef9f65f1d756d080d97392e31c3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 00:32:21 +0000 Subject: [PATCH] chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.45.0 Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.45.0. - [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 4708838..19152c1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cognitive-neuroscience/neuron -go 1.18 +go 1.24.0 require ( github.com/casbin/casbin/v2 v2.57.1 @@ -11,7 +11,7 @@ require ( github.com/labstack/echo/v4 v4.9.1 github.com/labstack/gommon v0.4.0 github.com/sendgrid/sendgrid-go v3.12.0+incompatible - golang.org/x/crypto v0.21.0 + golang.org/x/crypto v0.45.0 ) require ( @@ -24,8 +24,8 @@ require ( github.com/sendgrid/rest v2.6.9+incompatible // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasttemplate v1.2.1 // indirect - golang.org/x/net v0.23.0 // indirect - golang.org/x/sys v0.18.0 // indirect - golang.org/x/text v0.14.0 // indirect + golang.org/x/net v0.47.0 // indirect + golang.org/x/sys v0.38.0 // indirect + golang.org/x/text v0.31.0 // indirect golang.org/x/time v0.2.0 // indirect )