diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-07-22 10:22:09 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-07-22 10:22:09 -0700 |
| commit | 60f5c0a2f57748727b236c09377d02a06b7b4aaa (patch) | |
| tree | b079e6fde378134f96f5177495fc61f2fb50fe0d /go.mod | |
| parent | f3746d350fc7e8614ba60ada6002d11d6deb5328 (diff) | |
| download | seaweedfs-60f5c0a2f57748727b236c09377d02a06b7b4aaa.tar.xz seaweedfs-60f5c0a2f57748727b236c09377d02a06b7b4aaa.zip | |
fix security alert on github.com/dgrijalva/jwt-go
resolve https://github.com/chrislusf/seaweedfs/security/dependabot/go.mod/github.com%2Fdgrijalva%2Fjwt-go/open
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,6 @@ require ( github.com/cespare/xxhash v1.1.0 github.com/chrislusf/raft v1.0.7 github.com/coreos/go-semver v0.3.0 // indirect - github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/disintegration/imaging v1.6.2 github.com/dustin/go-humanize v1.0.0 github.com/eapache/go-resiliency v1.2.0 // indirect @@ -30,6 +29,7 @@ require ( github.com/go-sql-driver/mysql v1.5.0 github.com/gocql/gocql v0.0.0-20190829130954-e163eff7a8c6 github.com/gogo/protobuf v1.2.2-0.20190730201129-28a6bbf47e48 // indirect + github.com/golang-jwt/jwt v3.2.1+incompatible github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e github.com/golang/protobuf v1.4.3 github.com/google/btree v1.0.0 |
