18491: Upgrades github.com/Azure/go-autorest/autorest/azure/auth and its deps.
[arvados.git] / go.mod
diff --git a/go.mod b/go.mod
index f0fc546dd57832cd41b45ab50d1adc7378d5733e..0ea3dd9169db9ad970a4a985ade5fb525878ee9f 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -5,8 +5,10 @@ go 1.13
 require (
        github.com/AdRoll/goamz v0.0.0-20170825154802-2731d20f46f4
        github.com/Azure/azure-sdk-for-go v45.1.0+incompatible
-       github.com/Azure/go-autorest/autorest v0.11.3
-       github.com/Azure/go-autorest/autorest/azure/auth v0.5.1
+       github.com/Azure/go-autorest/autorest v0.11.22
+       github.com/Azure/go-autorest/autorest/adal v0.9.17 // indirect
+       github.com/Azure/go-autorest/autorest/azure/auth v0.5.9
+       github.com/Azure/go-autorest/autorest/azure/cli v0.4.4 // indirect
        github.com/Azure/go-autorest/autorest/to v0.4.0
        github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
        github.com/Microsoft/go-winio v0.4.5 // indirect
@@ -33,6 +35,7 @@ require (
        github.com/go-asn1-ber/asn1-ber v1.4.1 // indirect
        github.com/go-ldap/ldap v3.0.3+incompatible
        github.com/gogo/protobuf v1.1.1
+       github.com/golang-jwt/jwt/v4 v4.1.0 // indirect
        github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
        github.com/gorilla/context v1.1.1 // indirect
        github.com/gorilla/mux v1.6.1-0.20180107155708-5bbbb5b2b572
@@ -58,8 +61,8 @@ require (
        github.com/sirupsen/logrus v1.8.1
        github.com/src-d/gcfg v1.3.0 // indirect
        github.com/xanzy/ssh-agent v0.1.0 // indirect
-       golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
-       golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
+       golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
+       golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
        golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
        golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
        golang.org/x/tools v0.1.7 // indirect