From 93ead68d2175b92fc49fb327eb55f3cc5372ad6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 01:28:00 +0000 Subject: [PATCH] Bump golang.org/x/net Bumps the go_modules group with 1 update in the /caerulean/whirlpool directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.32.0 to 0.36.0 - [Commits](https://github.com/golang/net/compare/v0.32.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- caerulean/whirlpool/go.mod | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/caerulean/whirlpool/go.mod b/caerulean/whirlpool/go.mod index c27610bd..35d4a202 100644 --- a/caerulean/whirlpool/go.mod +++ b/caerulean/whirlpool/go.mod @@ -1,20 +1,21 @@ module main go 1.22 +toolchain go1.23.7 require ( github.com/google/gopacket v1.1.19 github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 github.com/sirupsen/logrus v1.9.3 github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 - golang.org/x/crypto v0.31.0 + golang.org/x/crypto v0.35.0 google.golang.org/grpc v1.69.0 google.golang.org/protobuf v1.35.2 ) require ( - golang.org/x/net v0.32.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/net v0.36.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/text v0.22.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect )