From ba6449d02d741e956b610b25f415dbd2046bbbd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 18:27:33 +0000 Subject: [PATCH] Bump github.com/golang-jwt/jwt/v4 in /tests/discosat_webapi_tester Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.0 to 4.5.2. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.2) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v4 dependency-version: 4.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/discosat_webapi_tester/go.mod | 5 +---- tests/discosat_webapi_tester/go.sum | 2 -- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/discosat_webapi_tester/go.mod b/tests/discosat_webapi_tester/go.mod index 355fe96..f7618cc 100644 --- a/tests/discosat_webapi_tester/go.mod +++ b/tests/discosat_webapi_tester/go.mod @@ -2,9 +2,6 @@ module discosat_webapi_tester go 1.18 -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 diff --git a/tests/discosat_webapi_tester/go.sum b/tests/discosat_webapi_tester/go.sum index 1239649..a5c1a24 100644 --- a/tests/discosat_webapi_tester/go.sum +++ b/tests/discosat_webapi_tester/go.sum @@ -1,7 +1,5 @@ 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/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=