aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-03-24 11:54:46 -0700
committerGitHub <noreply@github.com>2022-03-24 11:54:46 -0700
commit2fdfff667a28a582d83ca2bf704957028c4f1df6 (patch)
tree99f559ca741e416845444ef852418dee80f2b839 /go.mod
parentae40a9cb2879d926a6799bc241094393c165d4b7 (diff)
parentde06d63b808b114bb6b1f42549c57e80f884a3eb (diff)
downloadseaweedfs-2fdfff667a28a582d83ca2bf704957028c4f1df6.tar.xz
seaweedfs-2fdfff667a28a582d83ca2bf704957028c4f1df6.zip
Merge pull request #2806 from chrislusf/dependabot/go_modules/github.com/golang-jwt/jwt-3.2.2incompatible
Bump github.com/golang-jwt/jwt from 3.2.1+incompatible to 3.2.2+incompatible
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 293068417..eb7c6ac1a 100644
--- a/go.mod
+++ b/go.mod
@@ -42,7 +42,7 @@ require (
github.com/go-stack/stack v1.8.0 // indirect
github.com/go-zookeeper/zk v1.0.2 // indirect
github.com/gocql/gocql v0.0.0-20210707082121-9a3953d1826d
- github.com/golang-jwt/jwt v3.2.1+incompatible
+ github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.4 // indirect