1
1
module github.com/flanksource/incident-commander
2
2
3
3
go 1.23
4
-
5
- toolchain go1.23.4
4
+ toolchain go1.24.1
6
5
7
6
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
9
8
github.com/MicahParks/keyfunc v1.9.0
10
9
github.com/adityathebe/go-strip-markdown/v2 v2.0.1
11
10
github.com/andygrunwald/go-jira v1.16.0
@@ -19,13 +18,13 @@ require (
19
18
github.com/flanksource/kopper v1.0.13
20
19
github.com/gomarkdown/markdown v0.0.0-20240419095408-642f0ee99ae2
21
20
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
23
22
github.com/google/uuid v1.6.0
24
23
github.com/jackc/pgx/v5 v5.6.0
25
24
github.com/labstack/echo-contrib v0.17.1
26
25
github.com/labstack/echo/v4 v4.12.0
27
26
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
29
28
github.com/microsoftgraph/msgraph-sdk-go v1.13.0
30
29
github.com/mitchellh/mapstructure v1.5.0
31
30
github.com/onsi/ginkgo/v2 v2.22.2
@@ -55,11 +54,11 @@ require (
55
54
github.com/go-git/go-billy/v5 v5.5.0
56
55
github.com/go-git/go-git/v5 v5.12.0
57
56
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
59
58
github.com/henvic/httpretty v0.1.3
60
59
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
61
60
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
63
62
github.com/samber/lo v1.47.0
64
63
github.com/samber/oops v1.13.1
65
64
github.com/samber/slog-echo v1.14.4
@@ -71,11 +70,11 @@ require (
71
70
github.com/tmc/langchaingo v0.1.13
72
71
github.com/xeipuuv/gojsonschema v1.2.0
73
72
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
75
74
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0
76
75
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0
77
76
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
79
78
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
80
79
google.golang.org/genai v0.5.0
81
80
gorm.io/hints v1.1.2
@@ -229,14 +228,15 @@ require (
229
228
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
230
229
github.com/robertkrimen/otto v0.3.0 // indirect
231
230
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
233
232
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
234
233
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
235
234
github.com/shoenig/go-m1cpu v0.1.6 // indirect
236
235
github.com/shurcooL/githubv4 v0.0.0-20190718010115-4ba037080260 // indirect
237
236
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
238
237
github.com/sirupsen/logrus v1.9.3 // indirect
239
238
github.com/skeema/knownhosts v1.2.2 // indirect
239
+ github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.3 // indirect
240
240
github.com/stoewer/go-strcase v1.3.0 // indirect
241
241
github.com/tidwall/gjson v1.17.0 // indirect
242
242
github.com/tidwall/match v1.1.1 // indirect
@@ -260,12 +260,12 @@ require (
260
260
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
261
261
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
262
262
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
264
264
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
265
265
gocloud.dev v0.40.0 // indirect
266
266
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
269
269
golang.org/x/tools v0.28.0 // indirect
270
270
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
271
271
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
@@ -297,12 +297,11 @@ require (
297
297
require (
298
298
cloud.google.com/go v0.116.0 // indirect
299
299
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
303
303
github.com/Masterminds/goutils v1.1.1 // indirect
304
304
github.com/TomOnTime/utfutil v0.0.0-20230223141146-125e65197b36
305
- github.com/cjlapao/common-go v0.0.39 // indirect
306
305
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
307
306
github.com/fatih/structs v1.1.0 // indirect
308
307
github.com/go-logr/logr v1.4.2 // indirect
@@ -331,7 +330,7 @@ require (
331
330
github.com/labstack/gommon v0.4.2 // indirect
332
331
github.com/mattn/go-colorable v0.1.13 // indirect
333
332
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
335
334
github.com/microsoft/kiota-http-go v1.0.1 // indirect
336
335
github.com/microsoft/kiota-serialization-json-go v1.0.4 // indirect
337
336
github.com/microsoft/kiota-serialization-text-go v1.0.0 // indirect
@@ -350,13 +349,12 @@ require (
350
349
github.com/ulikunitz/xz v0.5.12 // indirect
351
350
github.com/valyala/bytebufferpool v1.0.0 // indirect
352
351
github.com/valyala/fasttemplate v1.2.2 // indirect
353
- github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
354
352
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
357
355
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
360
358
golang.org/x/time v0.6.0 // indirect
361
359
google.golang.org/api v0.198.0
362
360
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
0 commit comments