module github.com/Azure/azure-sdk-for-go/sdk/azidentity go 1.18 require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.0 github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 github.com/golang-jwt/jwt/v5 v5.2.1 github.com/google/uuid v1.6.0 github.com/redis/go-redis/v9 v9.6.1 github.com/stretchr/testify v1.9.0 golang.org/x/crypto v0.27.0 ) require ( github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect github.com/keybase/go-keychain v0.0.0-20231219164618-57a3676c3af6 // indirect github.com/kylelemons/godebug v1.1.0 // indirect github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/net v0.29.0 // indirect golang.org/x/sys v0.25.0 // indirect golang.org/x/text v0.18.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )