aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-24 15:42:07 +0000
committerGitHub <noreply@github.com>2022-03-24 15:42:07 +0000
commitde06d63b808b114bb6b1f42549c57e80f884a3eb (patch)
tree99f559ca741e416845444ef852418dee80f2b839 /go.mod
parentae40a9cb2879d926a6799bc241094393c165d4b7 (diff)
downloadseaweedfs-de06d63b808b114bb6b1f42549c57e80f884a3eb.tar.xz
seaweedfs-de06d63b808b114bb6b1f42549c57e80f884a3eb.zip
Bump github.com/golang-jwt/jwt
Bumps [github.com/golang-jwt/jwt](https://github.com/golang-jwt/jwt) from 3.2.1+incompatible to 3.2.2+incompatible. - [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/v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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