From 17c299bb6679c4d60add34dd7e2955aa444b0051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=84=EA=A6=A4=EA=A7=80=EA=A6=9D=EA=A6=BF=EA=A6=B6?= <59006481+ngadeg@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:45:39 +0700 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fe779b00659..3aa5dacd2bb 100644 --- a/go.mod +++ b/go.mod @@ -314,7 +314,7 @@ require ( github.com/go-viper/mapstructure/v2 v2.2.1 // indirect github.com/goccy/go-json v0.10.3 // indirect github.com/godror/knownpb v0.1.0 // indirect - github.com/golang-jwt/jwt/v4 v4.5.0 // indirect + github.com/golang-jwt/jwt/v4 v4.5.1 // indirect github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect github.com/golang-sql/sqlexp v0.1.0 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect