-
- Downloads
Merge branch 'mbradburn-update-jwt' into 'main'
Update jwt to newest 3.x version See merge request https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/merge_requests/117 Merged-by:Axel von Bertoldi <avonbertoldi@gitlab.com> Approved-by:
Axel von Bertoldi <avonbertoldi@gitlab.com> Co-authored-by:
Matthew Bradburn <mbradburn-ext@gitlab.com>
No related branches found
No related tags found
... | ... | @@ -33,7 +33,7 @@ require ( |
github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b // indirect | ||
github.com/bugsnag/panicwrap v0.0.0-20160118154447-aceac81c6e2f // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgrijalva/jwt-go v3.0.1-0.20160831183534-24c63f56522a+incompatible // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/docker/distribution v2.8.2+incompatible // indirect | ||
github.com/docker/go-connections v0.4.0 | ||
github.com/docker/go-units v0.2.1-0.20151230175859-0bbddae09c5a // indirect | ||
... | ... |
Please register or sign in to comment