This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
33 lines (30 loc) · 1.45 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module github.com/NETWAYS/check_microsoft365
go 1.17
require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.0
github.com/NETWAYS/go-check v0.6.1
github.com/microsoft/kiota/authentication/go/azure v0.0.0-20220201092916-896e79b2ca52
github.com/microsoftgraph/msgraph-sdk-go v0.7.0
github.com/spf13/cobra v1.8.0
)
require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.0 // indirect
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect
github.com/cjlapao/common-go v0.0.18 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/microsoft/kiota/abstractions/go v0.0.0-20220201092916-896e79b2ca52 // indirect
github.com/microsoft/kiota/http/go/nethttp v0.0.0-20220201092916-896e79b2ca52 // indirect
github.com/microsoft/kiota/serialization/go/json v0.0.0-20220201092916-896e79b2ca52 // indirect
github.com/microsoftgraph/msgraph-sdk-go-core v0.0.5 // indirect
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/yosida95/uritemplate/v3 v3.0.1 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
)