Skip to content

Commit e6f4c1d

Browse files
chore(deps): bump github.com/microsoft/kiota-authentication-azure-go
Bumps [github.com/microsoft/kiota-authentication-azure-go](https://github.com/microsoft/kiota-authentication-azure-go) from 1.0.0 to 1.3.0. - [Release notes](https://github.com/microsoft/kiota-authentication-azure-go/releases) - [Changelog](https://github.com/microsoft/kiota-authentication-azure-go/blob/main/CHANGELOG.md) - [Commits](microsoft/kiota-authentication-azure-go@v1.0.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/microsoft/kiota-authentication-azure-go dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4e9849 commit e6f4c1d

File tree

2 files changed

+67
-64
lines changed

2 files changed

+67
-64
lines changed

go.mod

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
module github.com/flanksource/incident-commander
22

33
go 1.23
4-
5-
toolchain go1.23.4
4+
toolchain go1.24.1
65

76
require (
8-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0
7+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2
98
github.com/MicahParks/keyfunc v1.9.0
109
github.com/adityathebe/go-strip-markdown/v2 v2.0.1
1110
github.com/andygrunwald/go-jira v1.16.0
@@ -19,13 +18,13 @@ require (
1918
github.com/flanksource/kopper v1.0.13
2019
github.com/gomarkdown/markdown v0.0.0-20240419095408-642f0ee99ae2
2120
github.com/google/cel-go v0.22.1
22-
github.com/google/go-cmp v0.6.0
21+
github.com/google/go-cmp v0.7.0
2322
github.com/google/uuid v1.6.0
2423
github.com/jackc/pgx/v5 v5.6.0
2524
github.com/labstack/echo-contrib v0.17.1
2625
github.com/labstack/echo/v4 v4.12.0
2726
github.com/lib/pq v1.10.9
28-
github.com/microsoft/kiota-authentication-azure-go v1.0.0
27+
github.com/microsoft/kiota-authentication-azure-go v1.3.0
2928
github.com/microsoftgraph/msgraph-sdk-go v1.13.0
3029
github.com/mitchellh/mapstructure v1.5.0
3130
github.com/onsi/ginkgo/v2 v2.22.2
@@ -55,11 +54,11 @@ require (
5554
github.com/go-git/go-billy/v5 v5.5.0
5655
github.com/go-git/go-git/v5 v5.12.0
5756
github.com/go-sql-driver/mysql v1.8.1
58-
github.com/golang-jwt/jwt/v5 v5.2.1
57+
github.com/golang-jwt/jwt/v5 v5.2.2
5958
github.com/henvic/httpretty v0.1.3
6059
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
6160
github.com/jenkins-x/go-scm v1.14.17
62-
github.com/redis/go-redis/v9 v9.5.1
61+
github.com/redis/go-redis/v9 v9.7.0
6362
github.com/samber/lo v1.47.0
6463
github.com/samber/oops v1.13.1
6564
github.com/samber/slog-echo v1.14.4
@@ -71,11 +70,11 @@ require (
7170
github.com/tmc/langchaingo v0.1.13
7271
github.com/xeipuuv/gojsonschema v1.2.0
7372
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.44.0
74-
go.opentelemetry.io/otel v1.34.0
73+
go.opentelemetry.io/otel v1.35.0
7574
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0
7675
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0
7776
go.opentelemetry.io/otel/sdk v1.34.0
78-
go.opentelemetry.io/otel/trace v1.34.0
77+
go.opentelemetry.io/otel/trace v1.35.0
7978
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
8079
google.golang.org/genai v0.5.0
8180
gorm.io/hints v1.1.2
@@ -229,14 +228,15 @@ require (
229228
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
230229
github.com/robertkrimen/otto v0.3.0 // indirect
231230
github.com/rodaine/table v1.3.0 // indirect
232-
github.com/rogpeppe/go-internal v1.13.1 // indirect
231+
github.com/rogpeppe/go-internal v1.14.1 // indirect
233232
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
234233
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
235234
github.com/shoenig/go-m1cpu v0.1.6 // indirect
236235
github.com/shurcooL/githubv4 v0.0.0-20190718010115-4ba037080260 // indirect
237236
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
238237
github.com/sirupsen/logrus v1.9.3 // indirect
239238
github.com/skeema/knownhosts v1.2.2 // indirect
239+
github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.3 // indirect
240240
github.com/stoewer/go-strcase v1.3.0 // indirect
241241
github.com/tidwall/gjson v1.17.0 // indirect
242242
github.com/tidwall/match v1.1.1 // indirect
@@ -260,12 +260,12 @@ require (
260260
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
261261
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
262262
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0 // indirect
263-
go.opentelemetry.io/otel/metric v1.34.0 // indirect
263+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
264264
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
265265
gocloud.dev v0.40.0 // indirect
266266
golang.org/x/mod v0.22.0 // indirect
267-
golang.org/x/sync v0.10.0 // indirect
268-
golang.org/x/term v0.27.0 // indirect
267+
golang.org/x/sync v0.12.0 // indirect
268+
golang.org/x/term v0.30.0 // indirect
269269
golang.org/x/tools v0.28.0 // indirect
270270
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
271271
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
@@ -297,12 +297,11 @@ require (
297297
require (
298298
cloud.google.com/go v0.116.0 // indirect
299299
cloud.google.com/go/storage v1.43.0
300-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
301-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
302-
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
300+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.1
301+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.0 // indirect
302+
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
303303
github.com/Masterminds/goutils v1.1.1 // indirect
304304
github.com/TomOnTime/utfutil v0.0.0-20230223141146-125e65197b36
305-
github.com/cjlapao/common-go v0.0.39 // indirect
306305
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
307306
github.com/fatih/structs v1.1.0 // indirect
308307
github.com/go-logr/logr v1.4.2 // indirect
@@ -331,7 +330,7 @@ require (
331330
github.com/labstack/gommon v0.4.2 // indirect
332331
github.com/mattn/go-colorable v0.1.13 // indirect
333332
github.com/mattn/go-isatty v0.0.20 // indirect
334-
github.com/microsoft/kiota-abstractions-go v1.1.0
333+
github.com/microsoft/kiota-abstractions-go v1.9.2
335334
github.com/microsoft/kiota-http-go v1.0.1 // indirect
336335
github.com/microsoft/kiota-serialization-json-go v1.0.4 // indirect
337336
github.com/microsoft/kiota-serialization-text-go v1.0.0 // indirect
@@ -350,13 +349,12 @@ require (
350349
github.com/ulikunitz/xz v0.5.12 // indirect
351350
github.com/valyala/bytebufferpool v1.0.0 // indirect
352351
github.com/valyala/fasttemplate v1.2.2 // indirect
353-
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
354352
go.opencensus.io v0.24.0 // indirect
355-
golang.org/x/crypto v0.31.0
356-
golang.org/x/net v0.33.0 // indirect
353+
golang.org/x/crypto v0.36.0
354+
golang.org/x/net v0.38.0 // indirect
357355
golang.org/x/oauth2 v0.23.0 // indirect
358-
golang.org/x/sys v0.29.0 // indirect
359-
golang.org/x/text v0.21.0
356+
golang.org/x/sys v0.31.0 // indirect
357+
golang.org/x/text v0.23.0
360358
golang.org/x/time v0.6.0 // indirect
361359
google.golang.org/api v0.198.0
362360
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect

0 commit comments

Comments
 (0)