From bda683a4e2ef3ec5ddd589f0ca09cfc9a9bdaaba Mon Sep 17 00:00:00 2001 From: Tsuzu <8574909+tsuzu@users.noreply.github.com> Date: Tue, 17 Dec 2024 23:01:35 +0900 Subject: [PATCH] go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c1ba047..5f1872c 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/miscord-dev/dexsidecar go 1.23.4 -require github.com/golang-jwt/jwt/v5 v5.2.1 // indirect +require github.com/golang-jwt/jwt/v5 v5.2.1