forked from microsoftgraph/msgraph-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (28 loc) · 1.15 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
module github.com/microsoftgraph/msgraph-sdk-go
go 1.18
require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.5.0
github.com/google/uuid v1.3.0
github.com/microsoft/kiota-abstractions-go v0.20.0
github.com/microsoft/kiota-serialization-form-go v0.9.1
github.com/microsoft/kiota-serialization-json-go v0.9.3
github.com/microsoft/kiota-serialization-text-go v0.7.1
github.com/microsoftgraph/msgraph-sdk-go-core v0.36.1
github.com/stretchr/testify v1.8.2
)
require (
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
github.com/cjlapao/common-go v0.0.39 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/microsoft/kiota-authentication-azure-go v0.6.0 // indirect
github.com/microsoft/kiota-http-go v0.16.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
go.opentelemetry.io/otel v1.14.0 // indirect
go.opentelemetry.io/otel/trace v1.14.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/text v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)