Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 42 additions & 42 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
module github.com/flanksource/incident-commander

go 1.25.1
go 1.25.6

require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
github.com/MicahParks/keyfunc v1.9.0
github.com/adityathebe/go-strip-markdown/v2 v2.0.1
github.com/andygrunwald/go-jira v1.17.0
github.com/casbin/casbin/v2 v2.135.0
github.com/casbin/gorm-adapter/v3 v3.39.0
github.com/casbin/gorm-adapter/v3 v3.41.0
github.com/containrrr/shoutrrr v0.8.0
github.com/fergusstrange/embedded-postgres v1.33.0 // indirect
github.com/flanksource/commons v1.44.1
github.com/flanksource/duty v1.0.1175
github.com/flanksource/gomplate/v3 v3.24.66
github.com/flanksource/kopper v1.0.14
github.com/flanksource/kopper v1.0.15
github.com/gomarkdown/markdown v0.0.0-20250810172220-2e2c11897d1a
github.com/google/cel-go v0.26.1
github.com/google/cel-go v0.27.0
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.8.0
github.com/labstack/echo-contrib v0.17.4
github.com/labstack/echo-contrib v0.50.0
github.com/labstack/echo/v4 v4.15.0
github.com/lib/pq v1.10.9
github.com/lib/pq v1.11.1
github.com/mitchellh/mapstructure v1.5.0
github.com/onsi/ginkgo/v2 v2.27.5
github.com/onsi/gomega v1.39.0
github.com/ory/client-go v1.22.8
github.com/onsi/ginkgo/v2 v2.28.1
github.com/onsi/gomega v1.39.1
github.com/ory/client-go v1.22.23
github.com/prometheus/client_golang v1.23.2
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
gorm.io/gorm v1.31.1
k8s.io/apimachinery v0.34.3
k8s.io/client-go v0.34.3
sigs.k8s.io/controller-runtime v0.22.4
k8s.io/apimachinery v0.35.0
k8s.io/client-go v0.35.0
sigs.k8s.io/controller-runtime v0.23.1
)

require (
Expand All @@ -44,19 +44,19 @@ require (
github.com/aws/aws-sdk-go-v2/config v1.32.7
github.com/aws/aws-sdk-go-v2/credentials v1.19.7
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.63.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.95.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.96.0
github.com/aws/aws-sdk-go-v2/service/sts v1.41.6
github.com/emersion/go-message v0.18.2
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6
github.com/emersion/go-smtp v0.24.0
github.com/flanksource/artifacts v1.0.18
github.com/flanksource/clicky v1.16.1
github.com/fluxcd/pkg/gittestserver v0.21.0
github.com/flanksource/clicky v1.16.2
github.com/fluxcd/pkg/gittestserver v0.25.0
github.com/go-git/go-billy/v5 v5.7.0
github.com/go-git/go-git/v5 v5.16.4
github.com/go-git/go-git/v5 v5.16.5
github.com/go-sql-driver/mysql v1.9.3
github.com/gofrs/uuid/v5 v5.4.0
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/henvic/httpretty v0.1.4
github.com/invopop/jsonschema v0.13.0
github.com/jackc/pgerrcode v0.0.0-20250907135507-afb5586c32a6
Expand All @@ -65,10 +65,10 @@ require (
github.com/oklog/ulid/v2 v2.1.1
github.com/prometheus/client_model v0.6.2
github.com/prometheus/common v0.67.5
github.com/redis/go-redis/v9 v9.16.0
github.com/redis/go-redis/v9 v9.17.3
github.com/samber/lo v1.52.0
github.com/samber/oops v1.21.0
github.com/samber/slog-echo v1.18.0
github.com/samber/slog-echo v1.20.1
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
github.com/sethvargo/go-retry v0.3.0
github.com/slack-go/slack v0.17.3
Expand All @@ -77,16 +77,16 @@ require (
github.com/tmc/langchaingo v0.1.14
github.com/wk8/go-ordered-map/v2 v2.1.8
github.com/xeipuuv/gojsonschema v1.2.0
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.63.0
go.opentelemetry.io/otel v1.39.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39.0
go.opentelemetry.io/otel/sdk v1.39.0
go.opentelemetry.io/otel/trace v1.39.0
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.65.0
go.opentelemetry.io/otel v1.40.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0
go.opentelemetry.io/otel/sdk v1.40.0
go.opentelemetry.io/otel/trace v1.40.0
golang.org/x/sync v0.19.0
google.golang.org/genai v1.34.0
google.golang.org/genai v1.46.0
gorm.io/hints v1.1.2
k8s.io/api v0.34.3
k8s.io/api v0.35.0
)

require (
Expand Down Expand Up @@ -145,6 +145,7 @@ require (
github.com/bmatcuk/doublestar v1.3.4 // indirect
github.com/bmatcuk/doublestar/v4 v4.10.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/casbin/casbin/v3 v3.8.1 // indirect
github.com/casbin/govaluate v1.10.0 // indirect
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
github.com/cert-manager/cert-manager v1.19.1 // indirect
Expand Down Expand Up @@ -229,7 +230,7 @@ require (
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
github.com/gosimple/unidecode v1.0.1 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.5 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
github.com/hairyhenderson/yaml v0.0.0-20220618171115-2d35fca545ce // indirect
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
github.com/hirochachacha/go-smb2 v1.1.0 // indirect
Expand All @@ -252,6 +253,7 @@ require (
github.com/kevinburke/ssh_config v1.4.0 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/labstack/echo/v5 v5.0.0-20260118161441-9500f2745481 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/liamylian/jsontime/v2 v2.0.0 // indirect
Expand Down Expand Up @@ -304,7 +306,6 @@ require (
github.com/skeema/knownhosts v1.3.2 // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
github.com/stoewer/go-strcase v1.3.1 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
Expand Down Expand Up @@ -334,21 +335,21 @@ require (
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.64.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39.0 // indirect
go.opentelemetry.io/otel/metric v1.39.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.39.0 // indirect
go.opentelemetry.io/otel/metric v1.40.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.40.0 // indirect
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
gocloud.dev v0.44.0 // indirect
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/term v0.39.0 // indirect
golang.org/x/term v0.40.0 // indirect
golang.org/x/tools v0.41.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
gonum.org/v1/gonum v0.17.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260126211449-d11affda4bed // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260126211449-d11affda4bed // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
Expand All @@ -357,7 +358,7 @@ require (
gorm.io/driver/sqlserver v1.6.3 // indirect
gorm.io/plugin/dbresolver v1.6.2 // indirect
gorm.io/plugin/prometheus v0.1.0 // indirect
k8s.io/apiextensions-apiserver v0.34.3 // indirect
k8s.io/apiextensions-apiserver v0.35.0 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20251125145642-4e65d59e963e // indirect
k8s.io/utils v0.0.0-20260108192941-914a6e750570 // indirect
Expand All @@ -369,12 +370,12 @@ require (
sigs.k8s.io/gateway-api v1.4.0 // indirect
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
sigs.k8s.io/randfill v1.0.0 // indirect
sigs.k8s.io/structured-merge-diff/v6 v6.3.1 // indirect
sigs.k8s.io/structured-merge-diff/v6 v6.3.2-0.20260122202528-d9cc6641c482 // indirect
)

require (
cloud.google.com/go v0.123.0 // indirect
cloud.google.com/go/storage v1.59.1
cloud.google.com/go/storage v1.59.2
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0 // indirect
Expand All @@ -383,7 +384,6 @@ require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.2
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/google/go-querystring v1.2.0 // indirect
Expand Down Expand Up @@ -420,13 +420,13 @@ require (
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.47.0
golang.org/x/crypto v0.48.0
golang.org/x/net v0.49.0 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.33.0
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0
golang.org/x/time v0.14.0 // indirect
google.golang.org/api v0.262.0
google.golang.org/api v0.265.0
google.golang.org/genproto v0.0.0-20260126211449-d11affda4bed // indirect
google.golang.org/grpc v1.78.0
google.golang.org/protobuf v1.36.11 // indirect
Expand Down
Loading
Loading