forked from microsoftgraph/msgraph-sdk-go-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (31 loc) · 1.16 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
34
35
module github.com/microsoftgraph/msgraph-sdk-go-core
go 1.18
require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.4.0
github.com/google/uuid v1.3.0
github.com/microsoft/kiota-abstractions-go v0.17.2
github.com/microsoft/kiota-authentication-azure-go v0.6.0
github.com/microsoft/kiota-http-go v0.16.0
github.com/microsoft/kiota-serialization-json-go v0.8.2
github.com/stretchr/testify v1.8.2
)
require (
github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2 // indirect
github.com/cjlapao/common-go v0.0.37 // 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/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.7.0 // indirect
golang.org/x/text v0.7.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
retract (
v0.11.0
// error in version bump, bumped minor instead of patch, causing issues with update commands as long as we don't have a higher version number
v0.0.14
// contains retraction only
)