1
1
module github.com/flanksource/incident-commander
2
2
3
- go 1.23
3
+ go 1.23.0
4
4
5
5
toolchain go1.23.4
6
6
@@ -13,13 +13,13 @@ require (
13
13
github.com/casbin/gorm-adapter/v3 v3.32.0
14
14
github.com/containrrr/shoutrrr v0.8.0
15
15
github.com/fergusstrange/embedded-postgres v1.30.0 // indirect
16
- github.com/flanksource/commons v1.36.1
17
- github.com/flanksource/duty v1.0.919
16
+ github.com/flanksource/commons v1.37.0
17
+ github.com/flanksource/duty v1.0.921
18
18
github.com/flanksource/gomplate/v3 v3.24.56
19
19
github.com/flanksource/kopper v1.0.13
20
20
github.com/gomarkdown/markdown v0.0.0-20240419095408-642f0ee99ae2
21
21
github.com/google/cel-go v0.22.1
22
- github.com/google/go-cmp v0.6 .0
22
+ github.com/google/go-cmp v0.7 .0
23
23
github.com/google/uuid v1.6.0
24
24
github.com/jackc/pgx/v5 v5.6.0
25
25
github.com/labstack/echo-contrib v0.17.1
@@ -56,12 +56,12 @@ require (
56
56
github.com/go-git/go-git/v5 v5.12.0
57
57
github.com/go-sql-driver/mysql v1.8.1
58
58
github.com/golang-jwt/jwt/v5 v5.2.1
59
- github.com/henvic/httpretty v0.1.3
59
+ github.com/henvic/httpretty v0.1.4
60
60
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
61
61
github.com/jenkins-x/go-scm v1.14.17
62
62
github.com/redis/go-redis/v9 v9.5.1
63
- github.com/samber/lo v1.47.0
64
- github.com/samber/oops v1.13.1
63
+ github.com/samber/lo v1.49.1
64
+ github.com/samber/oops v1.17.0
65
65
github.com/samber/slog-echo v1.14.4
66
66
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
67
67
github.com/sethvargo/go-retry v0.3.0
@@ -71,11 +71,11 @@ require (
71
71
github.com/tmc/langchaingo v0.1.13
72
72
github.com/xeipuuv/gojsonschema v1.2.0
73
73
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.44.0
74
- go.opentelemetry.io/otel v1.34 .0
74
+ go.opentelemetry.io/otel v1.35 .0
75
75
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0
76
76
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0
77
- go.opentelemetry.io/otel/sdk v1.34 .0
78
- go.opentelemetry.io/otel/trace v1.34 .0
77
+ go.opentelemetry.io/otel/sdk v1.35 .0
78
+ go.opentelemetry.io/otel/trace v1.35 .0
79
79
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
80
80
google.golang.org/genai v0.5.0
81
81
gorm.io/hints v1.1.2
@@ -125,7 +125,7 @@ require (
125
125
github.com/bahlo/generic-list-go v0.2.0 // indirect
126
126
github.com/beorn7/perks v1.0.1 // indirect
127
127
github.com/bluekeyes/go-gitdiff v0.7.1 // indirect
128
- github.com/bmatcuk/doublestar/v4 v4.7 .1 // indirect
128
+ github.com/bmatcuk/doublestar/v4 v4.8 .1 // indirect
129
129
github.com/buger/jsonparser v1.1.1 // indirect
130
130
github.com/casbin/govaluate v1.3.0 // indirect
131
131
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -149,7 +149,7 @@ require (
149
149
github.com/flanksource/is-healthy v1.0.73 // indirect
150
150
github.com/flanksource/kubectl-neat v1.0.4 // indirect
151
151
github.com/fluxcd/gitkit v0.6.0 // indirect
152
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
152
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
153
153
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
154
154
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
155
155
github.com/geoffgarside/ber v1.1.0 // indirect
@@ -166,7 +166,7 @@ require (
166
166
github.com/go-redis/redis v6.15.9+incompatible // indirect
167
167
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
168
168
github.com/gobwas/glob v0.2.3 // indirect
169
- github.com/goccy/go-yaml v1.12 .0 // indirect
169
+ github.com/goccy/go-yaml v1.16 .0 // indirect
170
170
github.com/gofrs/uuid v4.2.0+incompatible // indirect
171
171
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
172
172
github.com/golang-sql/sqlexp v0.1.0 // indirect
@@ -245,7 +245,7 @@ require (
245
245
github.com/tklauser/go-sysconf v0.3.12 // indirect
246
246
github.com/tklauser/numcpus v0.6.1 // indirect
247
247
github.com/vadimi/go-http-ntlm v1.0.3 // indirect
248
- github.com/vadimi/go-http-ntlm/v2 v2.4.1 // indirect
248
+ github.com/vadimi/go-http-ntlm/v2 v2.5.0 // indirect
249
249
github.com/vadimi/go-ntlm v1.2.1 // indirect
250
250
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
251
251
github.com/x448/float16 v0.8.4 // 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
@@ -352,11 +352,11 @@ require (
352
352
github.com/valyala/fasttemplate v1.2.2 // indirect
353
353
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
354
354
go.opencensus.io v0.24.0 // indirect
355
- golang.org/x/crypto v0.31 .0
355
+ golang.org/x/crypto v0.36 .0
356
356
golang.org/x/net v0.33.0 // indirect
357
- 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
357
+ golang.org/x/oauth2 v0.28 .0 // indirect
358
+ golang.org/x/sys v0.31 .0 // indirect
359
+ golang.org/x/text v0.23 .0
360
360
golang.org/x/time v0.6.0 // indirect
361
361
google.golang.org/api v0.198.0
362
362
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
0 commit comments