File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1515 "github.com/evergreen-ci/shrub" : " apix-2" ,
1616 "github.com/getkin/kin-openapi" : " apix-2" ,
1717 "github.com/go-test/deep" : " apix-2" ,
18- "github.com/golang-jwt/jwt/v4 " : " apix-2" ,
18+ "github.com/golang-jwt/jwt/v5 " : " apix-2" ,
1919 "github.com/golang/mock" : " apix-2" ,
2020 "github.com/google/go-github/v61" : " apix-2" ,
2121 "github.com/hinshun/vt10x" : " apix-2" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
2323 github.com/evergreen-ci/shrub v0.0.0-20241002130202-d2f0f3752474
2424 github.com/getkin/kin-openapi v0.130.0
2525 github.com/go-test/deep v1.1.1
26- github.com/golang-jwt/jwt/v4 v4.5 .2
26+ github.com/golang-jwt/jwt/v5 v5.2 .2
2727 github.com/golang/mock v1.6.0
2828 github.com/google/go-github/v61 v61.0.0
2929 github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02
@@ -62,8 +62,6 @@ require (
6262 gopkg.in/yaml.v3 v3.0.1
6363)
6464
65- require github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
66-
6765require (
6866 cloud.google.com/go v0.118.3 // indirect
6967 cloud.google.com/go/auth v0.15.0 // indirect
@@ -104,7 +102,7 @@ require (
104102 github.com/go-ole/go-ole v1.2.6 // indirect
105103 github.com/go-openapi/jsonpointer v0.21.0 // indirect
106104 github.com/go-openapi/swag v0.23.0 // indirect
107- github.com/golang-jwt/jwt/v5 v5 .2.2 // indirect
105+ github.com/go-viper/mapstructure/v2 v2 .2.1 // indirect
108106 github.com/golang/snappy v0.0.4 // indirect
109107 github.com/google/go-github/v52 v52.0.0 // indirect
110108 github.com/google/go-querystring v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -164,8 +164,6 @@ github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U=
164164github.com/go-test/deep v1.1.1 /go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE =
165165github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
166166github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
167- github.com/golang-jwt/jwt/v4 v4.5.2 h1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI =
168- github.com/golang-jwt/jwt/v4 v4.5.2 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
169167github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8 =
170168github.com/golang-jwt/jwt/v5 v5.2.2 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
171169github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
2727 "strings"
2828 "time"
2929
30- "github.com/golang-jwt/jwt/v4 "
30+ "github.com/golang-jwt/jwt/v5 "
3131 "github.com/mongodb/mongodb-atlas-cli/atlascli/internal/version"
3232 "github.com/pelletier/go-toml"
3333 "github.com/spf13/afero"
You can’t perform that action at this time.
0 commit comments