File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/Azure/azure-kusto-go/quickstart
22
33go 1.22
4- toolchain go1.23.7
4+ toolchain go1.24.1
55
66require github.com/Azure/azure-kusto-go/azkustodata v1.0.1
77
@@ -17,7 +17,7 @@ require (
1717 github.com/AzureAD/microsoft-authentication-library-for-go v1.3.3 // indirect
1818 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
1919 github.com/gofrs/uuid v4.4.0+incompatible // indirect
20- github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
20+ github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
2121 github.com/google/uuid v1.6.0 // indirect
2222 github.com/kylelemons/godebug v1.1.0 // indirect
2323 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/r
3232github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f /go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc =
3333github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA =
3434github.com/gofrs/uuid v4.4.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
35- github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk =
36- github.com/golang-jwt/jwt/v5 v5.2.1 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
35+ github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8 =
36+ github.com/golang-jwt/jwt/v5 v5.2.2 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
3737github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
3838github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
3939github.com/keybase/go-keychain v0.0.0-20231219164618-57a3676c3af6 h1:IsMZxCuZqKuao2vNdfD82fjjgPLfyHLpR41Z88viRWs =
You can’t perform that action at this time.
0 commit comments