File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/egineering-llc/get-jwt
33go 1.20
44
55require (
6- github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0
6+ github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2
77 github.com/atotto/clipboard v0.1.4
88 github.com/charmbracelet/log v0.2.1
99 github.com/spf13/cobra v1.7.0
@@ -14,6 +14,7 @@ require (
1414 github.com/charmbracelet/lipgloss v0.7.1 // indirect
1515 github.com/go-logfmt/logfmt v0.6.0 // indirect
1616 github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
17+ github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
1718 github.com/google/uuid v1.3.0 // indirect
1819 github.com/inconshreveable/mousetrap v1.1.0 // indirect
1920 github.com/kylelemons/godebug v1.1.0 // indirect
Original file line number Diff line number Diff line change 11github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 h1:OBhqkivkhkMqLPymWEppkm7vgPQY2XsHoEkaMQ0AdZY =
22github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 /go.mod h1:kgDmCTgBzIEPFElEF+FK0SdjAor06dRq2Go927dnQ6o =
3+ github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 h1:oygO0locgZJe7PpYPXT5A29ZkwJaPqcva7BVeemZOZs =
4+ github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 /go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI =
35github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4 =
46github.com/atotto/clipboard v0.1.4 /go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI =
57github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k =
@@ -20,6 +22,8 @@ github.com/go-logfmt/logfmt v0.6.0 h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi
2022github.com/go-logfmt/logfmt v0.6.0 /go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs =
2123github.com/golang-jwt/jwt/v4 v4.4.3 h1:Hxl6lhQFj4AnOX6MLrsCb/+7tCj7DxP7VA+2rDIq5AU =
2224github.com/golang-jwt/jwt/v4 v4.4.3 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
25+ github.com/golang-jwt/jwt/v5 v5.0.0 h1:1n1XNM9hk7O9mnQoNBGolZvzebBQ7p93ULHRc28XJUE =
26+ github.com/golang-jwt/jwt/v5 v5.0.0 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
2327github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I =
2428github.com/google/uuid v1.3.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
2529github.com/inconshreveable/mousetrap v1.0.1 h1:U3uMjPSQEBMNp1lFxmllqCPM6P5u/Xq7Pgzkat/bFNc =
You can’t perform that action at this time.
0 commit comments