diff options
| author | chrislu <chris.lu@gmail.com> | 2023-08-22 08:26:31 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-08-22 08:26:31 -0700 |
| commit | a1149f060bbd2d37a92d2d9dec3208a22fcdac7c (patch) | |
| tree | d58c8122372fcdad82cb54c52b32f8b3b602f171 /go.mod | |
| parent | c49caff5a1c98bfcfbf89ea554bd21cd15d71f90 (diff) | |
| download | seaweedfs-a1149f060bbd2d37a92d2d9dec3208a22fcdac7c.tar.xz seaweedfs-a1149f060bbd2d37a92d2d9dec3208a22fcdac7c.zip | |
upgrade jwt
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -212,6 +212,7 @@ require ( github.com/gofrs/flock v0.8.1 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang-jwt/jwt/v4 v4.5.0 // indirect + github.com/golang-jwt/jwt/v5 v5.0.0 // indirect github.com/google/go-querystring v1.1.0 // indirect github.com/google/s2a-go v0.1.4 // indirect github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect |
