From 29b409a33755ad1fa5300463543cfd9c2d53accb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:38:27 +0000 Subject: [PATCH] :arrow_up: Bump the go_modules group with 3 updates Bumps the go_modules group with 3 updates: [golang.org/x/image](https://github.com/golang/image), [golang.org/x/net](https://github.com/golang/net) and [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `golang.org/x/image` from 0.14.0 to 0.18.0 - [Commits](https://github.com/golang/image/compare/v0.14.0...v0.18.0) Updates `golang.org/x/net` from 0.21.0 to 0.23.0 - [Commits](https://github.com/golang/net/compare/v0.21.0...v0.23.0) Updates `google.golang.org/grpc` from 1.51.0 to 1.56.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.51.0...v1.56.3) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- go.mod | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 1aaa6dc..00b9034 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,8 @@ require ( require ( cdr.dev/slog v1.4.2 // indirect - cloud.google.com/go/compute/metadata v0.2.1 // indirect + cloud.google.com/go/compute v1.19.1 // indirect + cloud.google.com/go/compute/metadata v0.2.3 // indirect github.com/alecthomas/chroma v0.10.0 // indirect github.com/andybalholm/cascadia v1.3.2 // indirect github.com/dlclark/regexp2 v1.11.0 // indirect @@ -33,17 +34,17 @@ require ( github.com/mazznoer/csscolorparser v0.1.3 // indirect github.com/rivo/uniseg v0.4.4 // indirect go.opencensus.io v0.24.0 // indirect - golang.org/x/crypto v0.19.0 // indirect + golang.org/x/crypto v0.21.0 // indirect golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect - golang.org/x/image v0.14.0 // indirect - golang.org/x/net v0.21.0 // indirect - golang.org/x/sys v0.17.0 // indirect - golang.org/x/term v0.17.0 // indirect - golang.org/x/text v0.14.0 // indirect + golang.org/x/image v0.18.0 // indirect + golang.org/x/net v0.23.0 // indirect + golang.org/x/sys v0.18.0 // indirect + golang.org/x/term v0.18.0 // indirect + golang.org/x/text v0.16.0 // indirect golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect gonum.org/v1/plot v0.14.0 // indirect - google.golang.org/genproto v0.0.0-20221201164419-0e50fba7f41c // indirect - google.golang.org/grpc v1.51.0 // indirect + google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect + google.golang.org/grpc v1.56.3 // indirect oss.terrastruct.com/util-go v0.0.0-20231101220827-55b3812542c2 // indirect )