...

Text file src/github.com/Azure/go-autorest/autorest/azure/cli/go.mod

Documentation: github.com/Azure/go-autorest/autorest/azure/cli

     1module github.com/Azure/go-autorest/autorest/azure/cli
     2
     3go 1.15
     4
     5require (
     6	github.com/Azure/go-autorest v14.2.0+incompatible
     7	github.com/Azure/go-autorest/autorest/adal v0.9.18
     8	github.com/Azure/go-autorest/autorest/date v0.3.0
     9	github.com/dimchansky/utfbom v1.1.1
    10	github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
    11	github.com/mitchellh/go-homedir v1.1.0
    12	golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
    13)

View as plain text