From 1c3489615adb9fb4daad97d3d8d8fe9ad2a2dc59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 04:30:50 +0000 Subject: [PATCH] Bump golang.org/x/net in /tests/discosat_webapi_tester Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20211029224645-99673261e6eb to 0.55.0. - [Commits](https://github.com/golang/net/commits/v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tests/discosat_webapi_tester/go.mod | 9 +++------ tests/discosat_webapi_tester/go.sum | 5 ++--- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/tests/discosat_webapi_tester/go.mod b/tests/discosat_webapi_tester/go.mod index 355fe96..a3751a0 100644 --- a/tests/discosat_webapi_tester/go.mod +++ b/tests/discosat_webapi_tester/go.mod @@ -1,10 +1,7 @@ module discosat_webapi_tester -go 1.18 +go 1.25.0 -require ( - github.com/go-resty/resty/v2 v2.7.0 - github.com/golang-jwt/jwt/v4 v4.5.0 -) +require github.com/go-resty/resty/v2 v2.7.0 -require golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect +require golang.org/x/net v0.55.0 // indirect diff --git a/tests/discosat_webapi_tester/go.sum b/tests/discosat_webapi_tester/go.sum index 1239649..aa174ea 100644 --- a/tests/discosat_webapi_tester/go.sum +++ b/tests/discosat_webapi_tester/go.sum @@ -1,9 +1,8 @@ github.com/go-resty/resty/v2 v2.7.0 h1:me+K9p3uhSmXtrBZ4k9jcEAfJmuC8IivWHwaLZwPrFY= github.com/go-resty/resty/v2 v2.7.0/go.mod h1:9PWDzw47qPphMRFfhsyk0NnSgvluHcljSMVIq3w7q0I= -github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg= -github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= -golang.org/x/net v0.0.0-20211029224645-99673261e6eb h1:pirldcYWx7rx7kE5r+9WsOXPXK0+WH5+uZ7uPmJ44uM= golang.org/x/net v0.0.0-20211029224645-99673261e6eb/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8= +golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=