From 7fe81f9644ed9f131301171c2a11bd1f8c59b4bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:08:41 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.17.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220722155237-a158d28d115b to 0.17.0. - [Commits](https://github.com/golang/net/commits/v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index afc90dd..55c4c91 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/json-iterator/go v1.1.12 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/stretchr/testify v1.7.0 - golang.org/x/net v0.0.0-20220722155237-a158d28d115b - golang.org/x/text v0.3.8 + golang.org/x/net v0.17.0 + golang.org/x/text v0.13.0 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect )