mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
8beaca4e01
Fixes #11253 $ go mod why -m github.com/dgrijalva/jwt-go # github.com/dgrijalva/jwt-go (main module does not need module github.com/dgrijalva/jwt-go) $ go mod why -m github.com/form3tech-oss/jwt-go # github.com/form3tech-oss/jwt-go github.com/hashicorp/consul/agent github.com/hashicorp/go-discover github.com/hashicorp/go-discover/provider/azure github.com/Azure/go-autorest/autorest github.com/Azure/go-autorest/autorest/adal github.com/form3tech-oss/jwt-go
4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
```release-note:improvement
|
|
deps: update to latest go-discover to fix vulnerable transitive jwt-go dependency
|
|
```
|