|
1 | 1 | module github.com/ovotech/go-sync/adapters/azuread |
2 | 2 |
|
3 | | -go 1.22 |
| 3 | +go 1.23.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 |
7 | | - github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 |
8 | | - github.com/microsoft/kiota-abstractions-go v1.6.0 |
9 | | - github.com/microsoftgraph/msgraph-sdk-go v1.45.0 |
10 | | - github.com/microsoftgraph/msgraph-sdk-go-core v1.1.0 |
| 6 | + github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0 |
| 7 | + github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1 |
| 8 | + github.com/microsoft/kiota-abstractions-go v1.9.2 |
| 9 | + github.com/microsoftgraph/msgraph-sdk-go v1.74.0 |
| 10 | + github.com/microsoftgraph/msgraph-sdk-go-core v1.3.2 |
11 | 11 | github.com/ovotech/go-sync v0.14.0 |
12 | | - github.com/stretchr/testify v1.9.0 |
| 12 | + github.com/stretchr/testify v1.10.0 |
13 | 13 | ) |
14 | 14 |
|
15 | 15 | require ( |
16 | | - github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 // indirect |
17 | | - github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect |
18 | | - github.com/cjlapao/common-go v0.0.39 // indirect |
| 16 | + github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect |
| 17 | + github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect |
19 | 18 | github.com/davecgh/go-spew v1.1.1 // indirect |
20 | | - github.com/go-logr/logr v1.4.2 // indirect |
| 19 | + github.com/go-logr/logr v1.4.3 // indirect |
21 | 20 | github.com/go-logr/stdr v1.2.2 // indirect |
22 | | - github.com/golang-jwt/jwt/v5 v5.2.1 // indirect |
| 21 | + github.com/golang-jwt/jwt/v5 v5.2.2 // indirect |
23 | 22 | github.com/google/uuid v1.6.0 // indirect |
24 | 23 | github.com/kylelemons/godebug v1.1.0 // indirect |
25 | | - github.com/microsoft/kiota-authentication-azure-go v1.0.2 // indirect |
26 | | - github.com/microsoft/kiota-http-go v1.4.1 // indirect |
27 | | - github.com/microsoft/kiota-serialization-form-go v1.0.0 // indirect |
28 | | - github.com/microsoft/kiota-serialization-json-go v1.0.7 // indirect |
29 | | - github.com/microsoft/kiota-serialization-multipart-go v1.0.0 // indirect |
30 | | - github.com/microsoft/kiota-serialization-text-go v1.0.0 // indirect |
31 | | - github.com/ovotech/go-sync/adapters/github v0.13.2 // indirect |
32 | | - github.com/ovotech/go-sync/adapters/slack v0.13.2 // indirect |
| 24 | + github.com/microsoft/kiota-authentication-azure-go v1.3.0 // indirect |
| 25 | + github.com/microsoft/kiota-http-go v1.5.4 // indirect |
| 26 | + github.com/microsoft/kiota-serialization-form-go v1.1.2 // indirect |
| 27 | + github.com/microsoft/kiota-serialization-json-go v1.1.2 // indirect |
| 28 | + github.com/microsoft/kiota-serialization-multipart-go v1.1.2 // indirect |
| 29 | + github.com/microsoft/kiota-serialization-text-go v1.1.2 // indirect |
| 30 | + github.com/ovotech/go-sync/adapters/github v0.14.0 // indirect |
| 31 | + github.com/ovotech/go-sync/adapters/slack v0.14.1 // indirect |
33 | 32 | github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect |
34 | 33 | github.com/pmezard/go-difflib v1.0.0 // indirect |
35 | | - github.com/std-uritemplate/std-uritemplate/go v0.0.59 // indirect |
| 34 | + github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.5 // indirect |
36 | 35 | github.com/stretchr/objx v0.5.2 // indirect |
37 | | - go.opentelemetry.io/otel v1.27.0 // indirect |
38 | | - go.opentelemetry.io/otel/metric v1.27.0 // indirect |
39 | | - go.opentelemetry.io/otel/trace v1.27.0 // indirect |
40 | | - golang.org/x/crypto v0.24.0 // indirect |
41 | | - golang.org/x/net v0.26.0 // indirect |
42 | | - golang.org/x/sys v0.21.0 // indirect |
43 | | - golang.org/x/text v0.16.0 // indirect |
| 36 | + go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| 37 | + go.opentelemetry.io/otel v1.36.0 // indirect |
| 38 | + go.opentelemetry.io/otel/metric v1.36.0 // indirect |
| 39 | + go.opentelemetry.io/otel/trace v1.36.0 // indirect |
| 40 | + golang.org/x/crypto v0.39.0 // indirect |
| 41 | + golang.org/x/net v0.41.0 // indirect |
| 42 | + golang.org/x/oauth2 v0.30.0 // indirect |
| 43 | + golang.org/x/sys v0.33.0 // indirect |
| 44 | + golang.org/x/text v0.26.0 // indirect |
44 | 45 | gopkg.in/yaml.v3 v3.0.1 // indirect |
45 | 46 | ) |
0 commit comments