Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit c0efc84

Browse files
⬆️ Bump github.com/microsoftgraph/msgraph-sdk-go-core in /src
Bumps [github.com/microsoftgraph/msgraph-sdk-go-core](https://github.com/microsoftgraph/msgraph-sdk-go-core) from 1.0.1 to 1.2.1. - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-go-core/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-go-core/blob/main/CHANGELOG.md) - [Commits](microsoftgraph/msgraph-sdk-go-core@v1.0.1...v1.2.1) --- updated-dependencies: - dependency-name: github.com/microsoftgraph/msgraph-sdk-go-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18e3661 commit c0efc84

2 files changed

Lines changed: 71 additions & 72 deletions

File tree

src/go.mod

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ replace (
1010
)
1111

1212
require (
13-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1
13+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0
1414
github.com/alcionai/clues v0.0.0-20240125221452-9fc7746dd20c
1515
github.com/armon/go-metrics v0.4.1
1616
github.com/aws/aws-xray-sdk-go v1.8.3
1717
github.com/cenkalti/backoff/v4 v4.2.1
1818
github.com/fatih/color v1.16.0
19-
github.com/golang-jwt/jwt/v5 v5.2.0
19+
github.com/golang-jwt/jwt/v5 v5.2.1
2020
github.com/google/uuid v1.6.0
2121
github.com/h2non/gock v1.2.0
2222
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
2323
github.com/jhillyerd/enmime v1.1.0
2424
github.com/kopia/kopia v0.15.0
25-
github.com/microsoft/kiota-abstractions-go v1.5.4
26-
github.com/microsoft/kiota-authentication-azure-go v1.0.1
27-
github.com/microsoft/kiota-http-go v1.1.1
25+
github.com/microsoft/kiota-abstractions-go v1.6.1
26+
github.com/microsoft/kiota-authentication-azure-go v1.1.0
27+
github.com/microsoft/kiota-http-go v1.4.4
2828
github.com/microsoft/kiota-serialization-form-go v1.0.0
29-
github.com/microsoft/kiota-serialization-json-go v1.0.5
29+
github.com/microsoft/kiota-serialization-json-go v1.0.8
3030
github.com/microsoftgraph/msgraph-sdk-go v1.30.0
31-
github.com/microsoftgraph/msgraph-sdk-go-core v1.0.1
31+
github.com/microsoftgraph/msgraph-sdk-go-core v1.2.1
3232
github.com/pkg/errors v0.9.1
3333
github.com/puzpuzpuz/xsync/v3 v3.0.2
3434
github.com/rudderlabs/analytics-go v3.3.3+incompatible
@@ -37,7 +37,7 @@ require (
3737
github.com/spf13/cobra v1.8.0
3838
github.com/spf13/pflag v1.0.5
3939
github.com/spf13/viper v1.18.2
40-
github.com/stretchr/testify v1.8.4
40+
github.com/stretchr/testify v1.9.0
4141
github.com/tidwall/pretty v1.2.1
4242
github.com/tomlazar/table v0.1.2
4343
github.com/vbauerster/mpb/v8 v8.1.6 // do not update; keep at v8.1.6
@@ -46,7 +46,7 @@ require (
4646
go.uber.org/zap v1.26.0
4747
golang.org/x/exp v0.0.0-20231127185646-65229373498e
4848
golang.org/x/time v0.5.0
49-
golang.org/x/tools v0.17.0
49+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
5050
gotest.tools/v3 v3.5.1
5151
)
5252

@@ -82,19 +82,19 @@ require (
8282
github.com/sourcegraph/conc v0.3.0 // indirect
8383
github.com/spf13/afero v1.11.0 // indirect
8484
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
85-
github.com/std-uritemplate/std-uritemplate/go v0.0.50 // indirect
85+
github.com/std-uritemplate/std-uritemplate/go v0.0.57 // indirect
8686
github.com/subosito/gotenv v1.6.0 // indirect
8787
github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208 // indirect
8888
github.com/valyala/bytebufferpool v1.0.0 // indirect
8989
github.com/valyala/fasthttp v1.51.0 // indirect
90-
go.opentelemetry.io/otel/metric v1.21.0 // indirect
90+
go.opentelemetry.io/otel/metric v1.24.0 // indirect
9191
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
9292
)
9393

9494
require (
95-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1 // indirect
96-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 // indirect
97-
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.1 // indirect
95+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 // indirect
96+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
97+
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
9898
github.com/beorn7/perks v1.0.1 // indirect
9999
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
100100
github.com/cespare/xxhash/v2 v2.2.0 // indirect
@@ -103,7 +103,7 @@ require (
103103
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
104104
github.com/dustin/go-humanize v1.0.1
105105
github.com/edsrzf/mmap-go v1.1.0 // indirect
106-
github.com/go-logr/logr v1.3.0 // indirect
106+
github.com/go-logr/logr v1.4.1 // indirect
107107
github.com/go-logr/stdr v1.2.2 // indirect
108108
github.com/golang/protobuf v1.5.3 // indirect
109109
github.com/hashicorp/golang-lru v1.0.2 // indirect
@@ -141,15 +141,15 @@ require (
141141
github.com/tidwall/match v1.1.1 // indirect
142142
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
143143
github.com/zeebo/blake3 v0.2.3 // indirect
144-
go.opentelemetry.io/otel v1.21.0 // indirect
145-
go.opentelemetry.io/otel/trace v1.21.0 // indirect
144+
go.opentelemetry.io/otel v1.24.0 // indirect
145+
go.opentelemetry.io/otel/trace v1.24.0 // indirect
146146
go.uber.org/multierr v1.11.0 // indirect
147-
golang.org/x/crypto v0.18.0 // indirect
148-
golang.org/x/mod v0.14.0 // indirect
149-
golang.org/x/net v0.20.0
150-
golang.org/x/sync v0.6.0 // indirect
151-
golang.org/x/sys v0.16.0 // indirect
152-
golang.org/x/text v0.14.0 // indirect
147+
golang.org/x/crypto v0.25.0 // indirect
148+
golang.org/x/mod v0.17.0 // indirect
149+
golang.org/x/net v0.27.0
150+
golang.org/x/sync v0.7.0 // indirect
151+
golang.org/x/sys v0.22.0 // indirect
152+
golang.org/x/text v0.16.0 // indirect
153153
google.golang.org/grpc v1.60.1 // indirect
154154
google.golang.org/protobuf v1.32.0 // indirect
155155
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)