diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-03-24 11:54:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-24 11:54:46 -0700 |
| commit | 2fdfff667a28a582d83ca2bf704957028c4f1df6 (patch) | |
| tree | 99f559ca741e416845444ef852418dee80f2b839 /go.mod | |
| parent | ae40a9cb2879d926a6799bc241094393c165d4b7 (diff) | |
| parent | de06d63b808b114bb6b1f42549c57e80f884a3eb (diff) | |
| download | seaweedfs-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
