Skip to content

chore(deps): bump the go-modules group with 53 updates#1893

Merged
yashmehrotra merged 1 commit intomainfrom
dependabot/go_modules/go-modules-896facc818
Apr 16, 2026
Merged

chore(deps): bump the go-modules group with 53 updates#1893
yashmehrotra merged 1 commit intomainfrom
dependabot/go_modules/go-modules-896facc818

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2026

Bumps the go-modules group with 53 updates:

Package From To
cloud.google.com/go/bigquery 1.72.0 1.76.0
cloud.google.com/go/cloudsqlconn 1.20.0 1.20.2
cloud.google.com/go/logging 1.13.1 1.13.2
cloud.google.com/go/storage 1.59.1 1.62.0
github.com/aws/aws-sdk-go-v2 1.41.1 1.41.5
github.com/aws/aws-sdk-go-v2/config 1.32.9 1.32.14
github.com/aws/aws-sdk-go-v2/credentials 1.19.9 1.19.14
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs 1.63.1 1.68.0
github.com/aws/aws-sdk-go-v2/service/eks 1.77.0 1.82.0
github.com/aws/aws-sdk-go-v2/service/sqs 1.42.21 1.42.25
github.com/aws/aws-sdk-go-v2/service/sts 1.41.6 1.41.10
github.com/casbin/gorm-adapter/v3 3.39.0 3.41.0
github.com/fergusstrange/embedded-postgres 1.33.0 1.34.0
github.com/flanksource/artifacts 1.0.21 1.0.24
github.com/flanksource/clicky 1.21.1 1.21.4
github.com/flanksource/deps 1.0.24 1.0.28
github.com/flanksource/sandbox-runtime 1.0.1 1.0.2
github.com/go-git/go-git/v5 5.16.5 5.17.2
github.com/golang-jwt/jwt/v5 5.3.0 5.3.1
github.com/google/cel-go 0.27.0 0.28.0
github.com/itchyny/gojq 0.12.18 0.12.19
github.com/jackc/pgx/v5 5.8.0 5.9.1
github.com/labstack/echo/v4 4.15.0 4.15.1
github.com/lib/pq 1.10.9 1.12.3
github.com/microsoft/go-mssqldb 1.9.6 1.9.8
github.com/nats-io/nats.go 1.48.0 1.51.0
github.com/ohler55/ojg 1.28.0 1.28.1
github.com/onsi/ginkgo/v2 2.28.0 2.28.1
github.com/rodaine/table 1.3.0 1.3.1
github.com/testcontainers/testcontainers-go 0.41.0 0.42.0
github.com/zclconf/go-cty 1.17.0 1.18.0
go.opentelemetry.io/otel 1.41.0 1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace 1.41.0 1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 1.39.0 1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp 1.41.0 1.43.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace 1.39.0 1.43.0
go.opentelemetry.io/otel/sdk 1.41.0 1.43.0
go.opentelemetry.io/otel/trace 1.41.0 1.43.0
gocloud.dev 0.44.0 0.45.0
gocloud.dev/pubsub/kafkapubsub 0.44.0 0.45.0
gocloud.dev/pubsub/natspubsub 0.44.0 0.45.0
golang.org/x/crypto 0.48.0 0.49.0
golang.org/x/oauth2 0.35.0 0.36.0
golang.org/x/sync 0.19.0 0.20.0
google.golang.org/api 0.262.0 0.275.0
google.golang.org/grpc 1.79.1 1.80.0
k8s.io/api 0.35.2 0.35.4
k8s.io/apimachinery 0.35.2 0.35.4
k8s.io/client-go 0.35.2 0.35.4
k8s.io/klog/v2 2.130.1 2.140.0
modernc.org/sqlite 1.44.3 1.48.2
github.com/aws/aws-sdk-go-v2/service/s3 1.95.1 1.96.4
github.com/gabriel-vasile/mimetype 1.4.12 1.4.13

Updates cloud.google.com/go/bigquery from 1.72.0 to 1.76.0

Commits
  • 243da70 chore(main): release spanner 1.76.0 (#11594)
  • 0ee82ff perf(spanner): grab debug stack outside of lock (#11587)
  • 4b40201 feat(spanner): support multiplexed session for read-write transactions & part...
  • f2d581c chore(main): release auth 0.15.0 (#11613)
  • 0d52ebd chore(all): update deps (#11601)
  • 0e608bb feat(auth): Add hard-bound token request to compute token provider. (#11588)
  • 798be26 chore(all): update Go to 1.24 (#11612)
  • bd0aec1 feat(dlp): discovery of Vertex AI datasets (#11605)
  • c08d347 feat(chat): Add DeletionType.SPACE_MEMBER. This is returned when a message se...
  • 535f52e refactor(auth): refactor GetGRPCTransportCredsAndEndpoint return type to stru...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/cloudsqlconn from 1.20.0 to 1.20.2

Release notes

Sourced from cloud.google.com/go/cloudsqlconn's releases.

v1.20.2

1.20.2 (2026-03-17)

Bug Fixes

Note

  • Deprecate support for pgx v4. The pgx v4 library was declared end life by its maintainer as of July 2025. We will remove support for the Cloud SQL Connector in July 2026

v1.20.1

1.20.1 (2026-02-17)

Bug Fixes

  • bump golang.org/x/crypto in /examples/cloudrun/sqlserver (#1046) (2191390)
Changelog

Sourced from cloud.google.com/go/cloudsqlconn's changelog.

1.20.2 (2026-03-17)

Bug Fixes

  • update dependencies to latest (#1075) (cd61b59)
  • Deprecate support for pgx v4. The pgx v4 library was declared end life by its maintainer as of July 2025. We will remove support for the Cloud SQL Connector in July 2026

1.20.1 (2026-02-17)

Bug Fixes

  • bump golang.org/x/crypto in /examples/cloudrun/sqlserver (#1046) (2191390)
Commits
  • f1d9c07 chore(main): release 1.20.2 (#1076)
  • cd61b59 fix: update dependencies to latest (#1075)
  • 0ada181 chore: Refactor MDX protobuf generation to use the newer opaque api. (#1072)
  • 1078752 chore(deps): Update dependencies and Go version (use 1.25.7 in unit tests) (#...
  • 9a0938d chore(main): release 1.20.1 (#1066)
  • 3527a95 chore(deps): bump golang.org/x/crypto in /examples/cloudrun/postgres (#1061)
  • 2191390 fix: bump golang.org/x/crypto in /examples/cloudrun/sqlserver (#1046)
  • 99ccbaa chore(deps): bump golang.org/x/crypto in /examples/cloudrun/mysql (#1047)
  • 947ddbc chore: Update dependencies to latest as of 2026-02-13 (#1065)
  • See full diff in compare view

Updates cloud.google.com/go/logging from 1.13.1 to 1.13.2

Commits
  • 559b86a chore: release main (#8706)
  • 174da47 fix(all): update golang.org/x/net to v0.17.0 (#8705)
  • 89eeeff chore: release main (#8664)
  • 0e43b40 feat(shopping): new clients (#8699)
  • 9c502c2 fix: Update go_package and Go importpath (#8667)
  • 4284639 chore(ci): update Go version to 1.21 (#8695)
  • c73963f fix(bigquery): handle storage read api Recv call errors (#8666)
  • 65cb8bd chore(all): update module golang.org/x/net to v0.17.0 [SECURITY] (#8691)
  • 7b19ae2 chore(internal/postprocessor): add config for shopping/type (#8690)
  • 45d4f21 chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /internal/example...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/storage from 1.59.1 to 1.62.0

Commits
  • 01df6e1 chore(main): release spanner 1.62.0 (#10073)
  • 8e675cd fix(spanner): Add ARRAY keywords to keywords (#10079)
  • db8216e feat(pubsub/pstest): add support to register other servers into grpc.Server (...
  • 292e812 docs(maps/fleetengine): mark TerminalPointId as deprecated (#10130)
  • 0e6413d feat(bigtable): Add ignore_warnings flag to SetGcPolicy (#9372)
  • 2d34bf3 chore(all): update deps (#10156)
  • 7371665 test(pubsub): make error checking of receive less brittle (#10165)
  • fa3bfdb fix(auth): handle non-Transport DefaultTransport (#10162)
  • 1320d7d chore(main): release vertexai 0.9.0 (#10163)
  • b452014 chore(vertexai): skip tests that check blocked inputs for model (#10152)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.41.1 to 1.41.5

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.9 to 1.32.14

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.9 to 1.19.14

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.63.1 to 1.68.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/eks from 1.77.0 to 1.82.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sqs from 1.42.21 to 1.42.25

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.41.6 to 1.41.10

Commits

Updates github.com/casbin/gorm-adapter/v3 from 3.39.0 to 3.41.0

Release notes

Sourced from github.com/casbin/gorm-adapter/v3's releases.

v3.41.0

3.41.0 (2026-01-20)

Features

  • implement persist.BatchAdapter interface (#283) (5335977)

v3.40.0

3.40.0 (2026-01-07)

Bug Fixes

  • upgrade CI Go version to 1.24 (98e9740)

Features

Commits

Updates github.com/fergusstrange/embedded-postgres from 1.33.0 to 1.34.0

Release notes

Sourced from github.com/fergusstrange/embedded-postgres's releases.

v1.34.0

What's Changed

New Contributors

Full Changelog: fergusstrange/embedded-postgres@v1.33.0...v1.34.0

Commits

Updates github.com/flanksource/artifacts from 1.0.21 to 1.0.24

Release notes

Sourced from github.com/flanksource/artifacts's releases.

v1.0.24

1.0.24 (2026-03-12)

Bug Fixes

v1.0.23

1.0.23 (2026-02-25)

v1.0.22

1.0.22 (2026-02-25)

Commits
  • dda88b5 fix: switch to s3manager
  • ba8d568 chore: group dependabot updates
  • f800225 chore(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.16.5
  • See full diff in compare view

Updates github.com/flanksource/clicky from 1.21.1 to 1.21.4

Release notes

Sourced from github.com/flanksource/clicky's releases.

v1.21.4

1.21.4 (2026-04-14)

🐛 Bug Fixes

  • api,text: Fix language normalization and style preservation in code blocks Improve code block rendering and text styling: (#97) (4204ea9)

v1.21.3

1.21.3 (2026-04-13)

🐛 Bug Fixes

  • ci: use semantic-release-action so step outputs are populated (ed488d3)

v1.21.2

1.21.2 (2026-04-13)

♻️ Code Refactoring

  • api: simplify html rendering with fmt.fprintf and static html provider (f89e0ef)

✨ Features

  • api: add admin entity subcommands and entity id wrapping (1cb238c)
  • api: add entity parent nesting and command aliases support (664876f)
  • ci: upgrade go to 1.26 and add task-ui frontend builds (fb0818d)
  • flags: add support for column selectors in CSV and Excel files (94692d4)
  • format: support multiple output sinks with format=file syntax (97b69e9)
  • formatters: add html-react formatter with embedded react component (75373a6)
  • lint: add clickylint static analyzer for api.Text usage patterns (1fa3ab2)
  • mcp: add install command and improve stdio handling (c39ccce)
  • ui: add task progress web ui with sse streaming and json api (29720c1)

🐛 Bug Fixes

  • address PR #94 review feedback and lint failures (3865926)
  • restore lint testdata stub dropped during rebase (644b7df)
  • api: prevent panic when all table columns are filtered out (5eea6b5)
  • ci: add gitignore negations for task-ui and golangci config (ed1a06f)
  • ci: trigger release directly on push to main (704a544)
  • rpc: improve command executor robustness and path sanitization (e9b776a)
Changelog

Sourced from github.com/flanksource/clicky's changelog.

1.21.4 (2026-04-14)

🐛 Bug Fixes

  • api,text: Fix language normalization and style preservation in code blocks Improve code block rendering and text styling: (#97) (4204ea9)

1.21.3 (2026-04-13)

🐛 Bug Fixes

  • ci: use semantic-release-action so step outputs are populated (ed488d3)

1.21.2 (2026-04-13)

♻️ Code Refactoring

  • api: simplify html rendering with fmt.fprintf and static html provider (f89e0ef)

✨ Features

  • api: add admin entity subcommands and entity id wrapping (1cb238c)
  • api: add entity parent nesting and command aliases support (664876f)
  • ci: upgrade go to 1.26 and add task-ui frontend builds (fb0818d)
  • flags: add support for column selectors in CSV and Excel files (94692d4)
  • format: support multiple output sinks with format=file syntax (97b69e9)
  • formatters: add html-react formatter with embedded react component (75373a6)
  • lint: add clickylint static analyzer for api.Text usage patterns (1fa3ab2)
  • mcp: add install command and improve stdio handling (c39ccce)
  • ui: add task progress web ui with sse streaming and json api (29720c1)

🐛 Bug Fixes

  • address PR #94 review feedback and lint failures (3865926)
  • restore lint testdata stub dropped during rebase (644b7df)
  • api: prevent panic when all table columns are filtered out (5eea6b5)
  • ci: add gitignore negations for task-ui and golangci config (ed1a06f)
  • ci: trigger release directly on push to main (704a544)
  • rpc: improve command executor robustness and path sanitization (e9b776a)
Commits
  • 9bfc110 chore(release): 1.21.4 [skip ci]
  • 4204ea9 fix(api,text): Fix language normalization and style preservation in code bloc...
  • 42a243c chore(release): 1.21.3 [skip ci]
  • ed488d3 fix(ci): use semantic-release-action so step outputs are populated
  • ac01c53 chore(release): 1.21.2 [skip ci]
  • 704a544 fix(ci): trigger release directly on push to main
  • 3865926 fix: address PR #94 review feedback and lint failures
  • e9b776a fix(rpc): improve command executor robustness and path sanitization
  • 97b69e9 feat(format): support multiple output sinks with format=file syntax
  • 664876f feat(api): add entity parent nesting and command aliases support
  • Additional commits viewable in compare view

Updates github.com/flanksource/deps from 1.0.24 to 1.0.28

Release notes

Sourced from github.com/flanksource/deps's releases.

Release v1.0.28

What's Changed

Full Changelog: flanksource/deps@v1.0.27...v1.0.28

Release v1.0.27

What's Changed

Full Changelog: flanksource/deps@v1.0.26...v1.0.27

v1.0.26

No release notes provided.

v1.0.25

No release notes provided.

Commits
  • f04324f fix: restore test state and verify source-built binary in CI
  • e640a39 fix: address PR review comments
  • 7600927 fix(ci): quarantine trivy, aws-cli, and tomee in install tests
  • 84c8c68 fix(github): improve 403 error reporting with rate limit details
  • d6748ec fix(ci): build deps from source in test-action workflow
  • 1543825 fix(ci): bump Go to 1.26, pin golangci-lint, fix version matching
  • e3553d3 feat(cli): add --system flag and grouped help output for go packages
  • 50ed73f refactor(cmd): refactor info command to use unified installer preview logic
  • e01868d feat(download): add timeout support and refactor http client factory
  • bd6aa2a refactor(config): consolidate graalvm version configurations
  • Additional commits viewable in compare view

Updates github.com/flanksource/sandbox-runtime from 1.0.1 to 1.0.2

Release notes

Sourced from github.com/flanksource/sandbox-runtime's releases.

v1.0.2

1.0.2 (2026-03-18)

Features

  • api: add token acquisition and interactive shell mode to sbx (a430387)

BREAKING CHANGES

  • api: remove profile init and test-sandbox commands
Commits
  • a430387 feat(api): add token acquisition and interactive shell mode to sbx
  • See full diff in compare view

Updates github.com/go-git/go-git/v5 from 5.16.5 to 5.17.2

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.17.2

What's Changed

⚠️ This release fixes a bug (go-git/go-git#1942) that blocked some users from upgrading to v5.17.1. Thanks @​pskrbasu for reporting it. 🙇

Full Changelog: go-git/go-git@v5.17.1...v5.17.2

v5.17.1

What's Changed

Full Changelog: go-git/go-git@v5.17.0...v5.17.1

v5.17.0

What's Changed

Full Changelog: go-git/go-git@v5.16.5...v5.17.0

Commits
  • 45ae193 Merge pull request #1944 from go-git/fix-perms
  • fda4f74 storage: filesystem/dotgit, Skip writing pack files that already exist on disk
  • 2212dc7 Merge pull request #1941 from go-git/renovate/releases/v5.x-go-github.com-go-...
  • ebb2d7d build: Update module github.com/go-git/go-git/v5 to v5.17.1 [SECURITY]
  • 5e23dfd Merge pull request #1937 from pjbgf/idx-v5
  • 6b38a32 Merge pull request #1935 from pjbgf/index-v5
  • cd757fc plumbing: format/idxfile, Fix version and fanout checks
  • 3ec0d70 plumbing: format/index, Fix tree extension invalidated entry parsing
  • dbe10b6 plumbing: format/index, Align V2/V3 long name and V4 prefix encoding with Git
  • e9b65df plumbing: format/index, Improve v4 entry name validation
  • Additional commits viewable in compare view

Updates github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1

Release notes

Sourced from github.com/golang-jwt/jwt/v5's releases.

v5.3.1

What's Changed

🔐 Features

👒 Dependencies

New Contributors

Bumps the go-modules group with 53 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.72.0` | `1.76.0` |
| [cloud.google.com/go/cloudsqlconn](https://github.com/googlecloudplatform/cloud-sql-go-connector) | `1.20.0` | `1.20.2` |
| [cloud.google.com/go/logging](https://github.com/googleapis/google-cloud-go) | `1.13.1` | `1.13.2` |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.59.1` | `1.62.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.1` | `1.41.5` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.9` | `1.32.14` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.9` | `1.19.14` |
| [github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs](https://github.com/aws/aws-sdk-go-v2) | `1.63.1` | `1.68.0` |
| [github.com/aws/aws-sdk-go-v2/service/eks](https://github.com/aws/aws-sdk-go-v2) | `1.77.0` | `1.82.0` |
| [github.com/aws/aws-sdk-go-v2/service/sqs](https://github.com/aws/aws-sdk-go-v2) | `1.42.21` | `1.42.25` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.41.6` | `1.41.10` |
| [github.com/casbin/gorm-adapter/v3](https://github.com/casbin/gorm-adapter) | `3.39.0` | `3.41.0` |
| [github.com/fergusstrange/embedded-postgres](https://github.com/fergusstrange/embedded-postgres) | `1.33.0` | `1.34.0` |
| [github.com/flanksource/artifacts](https://github.com/flanksource/artifacts) | `1.0.21` | `1.0.24` |
| [github.com/flanksource/clicky](https://github.com/flanksource/clicky) | `1.21.1` | `1.21.4` |
| [github.com/flanksource/deps](https://github.com/flanksource/deps) | `1.0.24` | `1.0.28` |
| [github.com/flanksource/sandbox-runtime](https://github.com/flanksource/sandbox-runtime) | `1.0.1` | `1.0.2` |
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.16.5` | `5.17.2` |
| [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.3.0` | `5.3.1` |
| [github.com/google/cel-go](https://github.com/google/cel-go) | `0.27.0` | `0.28.0` |
| [github.com/itchyny/gojq](https://github.com/itchyny/gojq) | `0.12.18` | `0.12.19` |
| [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.8.0` | `5.9.1` |
| [github.com/labstack/echo/v4](https://github.com/labstack/echo) | `4.15.0` | `4.15.1` |
| [github.com/lib/pq](https://github.com/lib/pq) | `1.10.9` | `1.12.3` |
| [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) | `1.9.6` | `1.9.8` |
| [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.48.0` | `1.51.0` |
| [github.com/ohler55/ojg](https://github.com/ohler55/ojg) | `1.28.0` | `1.28.1` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.28.0` | `2.28.1` |
| [github.com/rodaine/table](https://github.com/rodaine/table) | `1.3.0` | `1.3.1` |
| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.41.0` | `0.42.0` |
| [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) | `1.17.0` | `1.18.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.41.0` | `1.43.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) | `1.41.0` | `1.43.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.39.0` | `1.43.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.41.0` | `1.43.0` |
| [go.opentelemetry.io/otel/exporters/stdout/stdouttrace](https://github.com/open-telemetry/opentelemetry-go) | `1.39.0` | `1.43.0` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.41.0` | `1.43.0` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.41.0` | `1.43.0` |
| [gocloud.dev](https://github.com/google/go-cloud) | `0.44.0` | `0.45.0` |
| [gocloud.dev/pubsub/kafkapubsub](https://github.com/google/go-cloud) | `0.44.0` | `0.45.0` |
| [gocloud.dev/pubsub/natspubsub](https://github.com/google/go-cloud) | `0.44.0` | `0.45.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.48.0` | `0.49.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.35.0` | `0.36.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.19.0` | `0.20.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.262.0` | `0.275.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.79.1` | `1.80.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.35.2` | `0.35.4` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.35.2` | `0.35.4` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.35.2` | `0.35.4` |
| [k8s.io/klog/v2](https://github.com/kubernetes/klog) | `2.130.1` | `2.140.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.44.3` | `1.48.2` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.95.1` | `1.96.4` |
| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.12` | `1.4.13` |


Updates `cloud.google.com/go/bigquery` from 1.72.0 to 1.76.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.72.0...spanner/v1.76.0)

Updates `cloud.google.com/go/cloudsqlconn` from 1.20.0 to 1.20.2
- [Release notes](https://github.com/googlecloudplatform/cloud-sql-go-connector/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-sql-go-connector@v1.20.0...v1.20.2)

Updates `cloud.google.com/go/logging` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@asset/v1.13.1...redis/v1.13.2)

Updates `cloud.google.com/go/storage` from 1.59.1 to 1.62.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@storage/v1.59.1...spanner/v1.62.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.41.1 to 1.41.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.1...v1.41.5)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.9 to 1.32.14
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.9...config/v1.32.14)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.9 to 1.19.14
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.19.9...credentials/v1.19.14)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs` from 1.63.1 to 1.68.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.63.1...service/s3/v1.68.0)

Updates `github.com/aws/aws-sdk-go-v2/service/eks` from 1.77.0 to 1.82.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.77.0...service/s3/v1.82.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sqs` from 1.42.21 to 1.42.25
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/sqs/v1.42.21...service/sqs/v1.42.25)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.41.6 to 1.41.10
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/sts/v1.41.6...service/ecs/v1.41.10)

Updates `github.com/casbin/gorm-adapter/v3` from 3.39.0 to 3.41.0
- [Release notes](https://github.com/casbin/gorm-adapter/releases)
- [Commits](apache/casbin-gorm-adapter@v3.39.0...v3.41.0)

Updates `github.com/fergusstrange/embedded-postgres` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/fergusstrange/embedded-postgres/releases)
- [Commits](fergusstrange/embedded-postgres@v1.33.0...v1.34.0)

Updates `github.com/flanksource/artifacts` from 1.0.21 to 1.0.24
- [Release notes](https://github.com/flanksource/artifacts/releases)
- [Commits](flanksource/artifacts@v1.0.21...v1.0.24)

Updates `github.com/flanksource/clicky` from 1.21.1 to 1.21.4
- [Release notes](https://github.com/flanksource/clicky/releases)
- [Changelog](https://github.com/flanksource/clicky/blob/main/CHANGELOG.md)
- [Commits](flanksource/clicky@v1.21.1...v1.21.4)

Updates `github.com/flanksource/deps` from 1.0.24 to 1.0.28
- [Release notes](https://github.com/flanksource/deps/releases)
- [Changelog](https://github.com/flanksource/deps/blob/main/CHANGELOG.md)
- [Commits](flanksource/deps@v1.0.24...v1.0.28)

Updates `github.com/flanksource/sandbox-runtime` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/flanksource/sandbox-runtime/releases)
- [Commits](flanksource/sandbox-runtime@v1.0.1...v1.0.2)

Updates `github.com/go-git/go-git/v5` from 5.16.5 to 5.17.2
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.16.5...v5.17.2)

Updates `github.com/golang-jwt/jwt/v5` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Commits](golang-jwt/jwt@v5.3.0...v5.3.1)

Updates `github.com/google/cel-go` from 0.27.0 to 0.28.0
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](google/cel-go@v0.27.0...v0.28.0)

Updates `github.com/itchyny/gojq` from 0.12.18 to 0.12.19
- [Release notes](https://github.com/itchyny/gojq/releases)
- [Changelog](https://github.com/itchyny/gojq/blob/main/CHANGELOG.md)
- [Commits](itchyny/gojq@v0.12.18...v0.12.19)

Updates `github.com/jackc/pgx/v5` from 5.8.0 to 5.9.1
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.8.0...v5.9.1)

Updates `github.com/labstack/echo/v4` from 4.15.0 to 4.15.1
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](labstack/echo@v4.15.0...v4.15.1)

Updates `github.com/lib/pq` from 1.10.9 to 1.12.3
- [Release notes](https://github.com/lib/pq/releases)
- [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md)
- [Commits](lib/pq@v1.10.9...v1.12.3)

Updates `github.com/microsoft/go-mssqldb` from 1.9.6 to 1.9.8
- [Release notes](https://github.com/microsoft/go-mssqldb/releases)
- [Changelog](https://github.com/microsoft/go-mssqldb/blob/main/CHANGELOG.md)
- [Commits](microsoft/go-mssqldb@v1.9.6...v1.9.8)

Updates `github.com/nats-io/nats.go` from 1.48.0 to 1.51.0
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.48.0...v1.51.0)

Updates `github.com/ohler55/ojg` from 1.28.0 to 1.28.1
- [Release notes](https://github.com/ohler55/ojg/releases)
- [Changelog](https://github.com/ohler55/ojg/blob/develop/CHANGELOG.md)
- [Commits](ohler55/ojg@v1.28.0...v1.28.1)

Updates `github.com/onsi/ginkgo/v2` from 2.28.0 to 2.28.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.28.0...v2.28.1)

Updates `github.com/rodaine/table` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/rodaine/table/releases)
- [Commits](rodaine/table@v1.3.0...v1.3.1)

Updates `github.com/testcontainers/testcontainers-go` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.41.0...v0.42.0)

Updates `github.com/zclconf/go-cty` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/zclconf/go-cty/releases)
- [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
- [Commits](zclconf/go-cty@v1.17.0...v1.18.0)

Updates `go.opentelemetry.io/otel` from 1.41.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.41.0...v1.43.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.41.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.41.0...v1.43.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.39.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.39.0...v1.43.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.41.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.41.0...v1.43.0)

Updates `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` from 1.39.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.39.0...v1.43.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.41.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.41.0...v1.43.0)

Updates `go.opentelemetry.io/otel/trace` from 1.41.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.41.0...v1.43.0)

Updates `gocloud.dev` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.44.0...v0.45.0)

Updates `gocloud.dev/pubsub/kafkapubsub` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.44.0...v0.45.0)

Updates `gocloud.dev/pubsub/natspubsub` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.44.0...v0.45.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.49.0
- [Commits](golang/crypto@v0.48.0...v0.49.0)

Updates `golang.org/x/oauth2` from 0.35.0 to 0.36.0
- [Commits](golang/oauth2@v0.35.0...v0.36.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](golang/sync@v0.19.0...v0.20.0)

Updates `google.golang.org/api` from 0.262.0 to 0.275.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.262.0...v0.275.0)

Updates `google.golang.org/grpc` from 1.79.1 to 1.80.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.79.1...v1.80.0)

Updates `k8s.io/api` from 0.35.2 to 0.35.4
- [Commits](kubernetes/api@v0.35.2...v0.35.4)

Updates `k8s.io/apimachinery` from 0.35.2 to 0.35.4
- [Commits](kubernetes/apimachinery@v0.35.2...v0.35.4)

Updates `k8s.io/client-go` from 0.35.2 to 0.35.4
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.35.2...v0.35.4)

Updates `k8s.io/klog/v2` from 2.130.1 to 2.140.0
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.130.1...2.140.0)

Updates `modernc.org/sqlite` from 1.44.3 to 1.48.2
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.44.3...v1.48.2)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.95.1 to 1.96.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.95.1...service/s3/v1.96.4)

Updates `github.com/gabriel-vasile/mimetype` from 1.4.12 to 1.4.13
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](gabriel-vasile/mimetype@v1.4.12...v1.4.13)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-version: 1.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: cloud.google.com/go/cloudsqlconn
  dependency-version: 1.20.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: cloud.google.com/go/logging
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs
  dependency-version: 1.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/service/eks
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sqs
  dependency-version: 1.42.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.41.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/casbin/gorm-adapter/v3
  dependency-version: 3.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/fergusstrange/embedded-postgres
  dependency-version: 1.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/flanksource/artifacts
  dependency-version: 1.0.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/flanksource/clicky
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/flanksource/deps
  dependency-version: 1.0.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/flanksource/sandbox-runtime
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.17.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/google/cel-go
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/itchyny/gojq
  dependency-version: 0.12.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/jackc/pgx/v5
  dependency-version: 5.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/labstack/echo/v4
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/lib/pq
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/microsoft/go-mssqldb
  dependency-version: 1.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/nats-io/nats.go
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/ohler55/ojg
  dependency-version: 1.28.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.28.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/rodaine/table
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/zclconf/go-cty
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdouttrace
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: gocloud.dev
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: gocloud.dev/pubsub/kafkapubsub
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: gocloud.dev/pubsub/natspubsub
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/sync
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: google.golang.org/api
  dependency-version: 0.275.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: google.golang.org/grpc
  dependency-version: 1.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: k8s.io/api
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: k8s.io/klog/v2
  dependency-version: 2.140.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: modernc.org/sqlite
  dependency-version: 1.48.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.96.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-version: 1.4.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 16, 2026

Benchstat (Other)

Base: ac5f4d82d496b9164831003f25a05398f8d071af
Head: 278459db5191a5a96091ad8cb61a146487ebbdef

✅ No significant performance changes detected

Full benchstat output
goos: linux
goarch: amd64
pkg: github.com/flanksource/duty/bench
cpu: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
                                                       │ bench-base.txt │           bench-head.txt            │
                                                       │     sec/op     │    sec/op      vs base              │
InsertionForRowsWithAliases/external_users.aliases-4      437.7µ ±   4%   445.5µ ±   5%       ~ (p=0.394 n=6)
InsertionForRowsWithAliases/config_items.external_id-4    961.8µ ±  15%   959.5µ ±  11%       ~ (p=1.000 n=6)
ResourceSelectorConfigs/name-4                            163.6µ ±   2%   161.6µ ±   4%       ~ (p=0.394 n=6)
ResourceSelectorConfigs/name_and_type-4                   184.9µ ±   5%   181.5µ ±   4%       ~ (p=0.485 n=6)
ResourceSelectorConfigs/tags-4                            31.80m ± 150%   31.06m ± 154%       ~ (p=0.589 n=6)
ResourceSelectorQueryBuild/name-4                         41.90µ ±   1%   41.83µ ±   1%       ~ (p=0.180 n=6)
ResourceSelectorQueryBuild/name_and_type-4                62.20µ ±   1%   62.67µ ±   2%       ~ (p=0.485 n=6)
ResourceSelectorQueryBuild/tags-4                         16.11µ ±   2%   16.28µ ±   1%       ~ (p=0.121 n=6)
geomean                                                   253.4µ          252.7µ         -0.28%

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 16, 2026

Benchstat (RLS)

Base: ac5f4d82d496b9164831003f25a05398f8d071af
Head: 278459db5191a5a96091ad8cb61a146487ebbdef

⚠️ 10 regression(s) detected (threshold: >5%)

Benchmark Base Head Change p-value
RLS/Sample-15000/change_types/Without_RLS-4 5.286m 5.798m +9.67% 🔴 0.002
RLS/Sample-15000/configs/Without_RLS-4 7.340m 7.959m +8.44% 🔴 0.002
RLS/Sample-15000/config_detail/Without_RLS-4 3.881m 4.135m +6.52% 🔴 0.002
RLS/Sample-15000/config_summary/Without_RLS-4 61.71m 64.86m +5.10% 🔴 0.002
RLS/Sample-15000/config_names/Without_RLS-4 12.69m 13.20m +4.09% 0.002
RLS/Sample-15000/analysis_types/With_RLS-4 3.960m 4.103m +3.61% 0.004
RLS/Sample-15000/analyzer_types/Without_RLS-4 3.730m 3.809m +2.11% 0.041
RLS/Sample-15000/config_classes/With_RLS-4 123.2m 125.7m +2.00% 0.002
RLS/Sample-15000/config_summary/With_RLS-4 740.0m 745.5m +0.74% 0.004
RLS/Sample-15000/config_names/With_RLS-4 125.1m 125.6m +0.40% 0.002
✅ 2 improvement(s)
Benchmark Base Head Change p-value
RLS/Sample-15000/config_classes/Without_RLS-4 3.384m 3.334m -1.49% 0.009
RLS/Sample-15000/analysis_types/Without_RLS-4 3.990m 3.935m -1.40% 0.026

Failed: 4 benchmark(s) regressed by more than 5%:
RLS/Sample-15000/change_types/Without_RLS-4: 5.286m -> 5.798m (+9.67%)
RLS/Sample-15000/configs/Without_RLS-4: 7.340m -> 7.959m (+8.44%)
RLS/Sample-15000/config_detail/Without_RLS-4: 3.881m -> 4.135m (+6.52%)
RLS/Sample-15000/config_summary/Without_RLS-4: 61.71m -> 64.86m (+5.10%)

Full benchstat output
goos: linux
goarch: amd64
pkg: github.com/flanksource/duty/bench
cpu: AMD EPYC 7763 64-Core Processor                
                                               │ bench-base.txt │          bench-head.txt           │
                                               │     sec/op     │   sec/op     vs base              │
RLS/Sample-15000/catalog_changes/Without_RLS-4      5.406m ± 4%   5.503m ± 7%       ~ (p=0.310 n=6)
RLS/Sample-15000/catalog_changes/With_RLS-4         128.4m ± 0%   128.6m ± 2%       ~ (p=0.485 n=6)
RLS/Sample-15000/config_changes/Without_RLS-4       5.325m ± 1%   5.349m ± 6%       ~ (p=0.132 n=6)
RLS/Sample-15000/config_changes/With_RLS-4          128.4m ± 0%   128.4m ± 0%       ~ (p=0.937 n=6)
RLS/Sample-15000/config_detail/Without_RLS-4        3.881m ± 0%   4.135m ± 1%  +6.52% (p=0.002 n=6)
RLS/Sample-15000/config_detail/With_RLS-4           125.1m ± 3%   125.3m ± 2%       ~ (p=0.132 n=6)
RLS/Sample-15000/config_names/Without_RLS-4         12.69m ± 1%   13.20m ± 0%  +4.09% (p=0.002 n=6)
RLS/Sample-15000/config_names/With_RLS-4            125.1m ± 0%   125.6m ± 0%  +0.40% (p=0.002 n=6)
RLS/Sample-15000/config_summary/Without_RLS-4       61.71m ± 2%   64.86m ± 1%  +5.10% (p=0.002 n=6)
RLS/Sample-15000/config_summary/With_RLS-4          740.0m ± 0%   745.5m ± 1%  +0.74% (p=0.004 n=6)
RLS/Sample-15000/configs/Without_RLS-4              7.340m ± 1%   7.959m ± 1%  +8.44% (p=0.002 n=6)
RLS/Sample-15000/configs/With_RLS-4                 125.3m ± 0%   125.2m ± 3%       ~ (p=1.000 n=6)
RLS/Sample-15000/analysis_types/Without_RLS-4       3.990m ± 1%   3.935m ± 2%  -1.40% (p=0.026 n=6)
RLS/Sample-15000/analysis_types/With_RLS-4          3.960m ± 2%   4.103m ± 3%  +3.61% (p=0.004 n=6)
RLS/Sample-15000/analyzer_types/Without_RLS-4       3.730m ± 1%   3.809m ± 2%  +2.11% (p=0.041 n=6)
RLS/Sample-15000/analyzer_types/With_RLS-4          3.774m ± 2%   3.811m ± 2%       ~ (p=0.093 n=6)
RLS/Sample-15000/change_types/Without_RLS-4         5.286m ± 2%   5.798m ± 6%  +9.67% (p=0.002 n=6)
RLS/Sample-15000/change_types/With_RLS-4            5.345m ± 4%   5.433m ± 3%       ~ (p=0.180 n=6)
RLS/Sample-15000/config_classes/Without_RLS-4       3.384m ± 1%   3.334m ± 1%  -1.49% (p=0.009 n=6)
RLS/Sample-15000/config_classes/With_RLS-4          123.2m ± 0%   125.7m ± 1%  +2.00% (p=0.002 n=6)
RLS/Sample-15000/config_types/Without_RLS-4         3.949m ± 3%   3.942m ± 1%       ~ (p=0.394 n=6)
RLS/Sample-15000/config_types/With_RLS-4            125.2m ± 2%   125.1m ± 2%       ~ (p=0.937 n=6)
geomean                                             19.33m        19.72m       +1.99%

@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgithub.com/​jackc/​pgx/​v5@​v5.8.0 ⏵ v5.9.17325100100100
Updatedgolang.org/​x/​oauth2@​v0.35.0 ⏵ v0.36.071100100100100
Updatedgithub.com/​aws/​aws-sdk-go-v2@​v1.41.1 ⏵ v1.41.571100100100100
Updatedgithub.com/​labstack/​echo/​v4@​v4.15.0 ⏵ v4.15.172 +1100100100100
Updatedgocloud.dev@​v0.44.0 ⏵ v0.45.073 +1100100100100
Updatedgithub.com/​flanksource/​clicky@​v1.21.1 ⏵ v1.21.473100100100100
Updatedgolang.org/​x/​crypto@​v0.48.0 ⏵ v0.49.074100100100100
Updatedgithub.com/​google/​cel-go@​v0.27.0 ⏵ v0.28.074 +1100100100100
Updatedgithub.com/​ohler55/​ojg@​v1.28.0 ⏵ v1.28.174 +1100100100100
Updatedk8s.io/​apimachinery@​v0.35.2 ⏵ v0.35.474 +1100100100100
Updatedgithub.com/​nats-io/​nats.go@​v1.48.0 ⏵ v1.51.074 +1100100100100
Updatedcloud.google.com/​go/​bigquery@​v1.72.0 ⏵ v1.76.074100100100100
Updatedmodernc.org/​sqlite@​v1.44.3 ⏵ v1.48.275 +210010010080
Updatedgoogle.golang.org/​grpc@​v1.79.1 ⏵ v1.80.075 +1100 +75100100100
Updatedk8s.io/​client-go@​v0.35.2 ⏵ v0.35.47510010075100
Updatedgo.opentelemetry.io/​otel@​v1.41.0 ⏵ v1.43.076 +1100100100100
Updatedk8s.io/​api@​v0.35.2 ⏵ v0.35.476100100100100
Updatedgithub.com/​microsoft/​go-mssqldb@​v1.9.6 ⏵ v1.9.877 -2100100100100
Updatedcloud.google.com/​go/​storage@​v1.59.1 ⏵ v1.62.079 +1100100100100
Updatedgoogle.golang.org/​api@​v0.262.0 ⏵ v0.275.079 +1100100100100
Updatedgithub.com/​go-git/​go-git/​v5@​v5.16.5 ⏵ v5.17.281 +1100 +3100100100
Updatedgithub.com/​onsi/​ginkgo/​v2@​v2.28.0 ⏵ v2.28.184 +1100100100100
Updatedgithub.com/​testcontainers/​testcontainers-go@​v0.41.0 ⏵ v0.42.087 -1100100100100
Updatedgithub.com/​aws/​aws-sdk-go-v2/​config@​v1.32.9 ⏵ v1.32.1488 +1100100100100
Updatedgithub.com/​flanksource/​deps@​v1.0.24 ⏵ v1.0.2892 -1100100100100
Updatedgithub.com/​lib/​pq@​v1.10.9 ⏵ v1.12.393100100100100
Updatedcloud.google.com/​go/​logging@​v1.13.1 ⏵ v1.13.293 +1100100100100
Updatedcloud.google.com/​go/​cloudsqlconn@​v1.20.0 ⏵ v1.20.294 +1100100100100
Updatedgithub.com/​aws/​aws-sdk-go-v2/​service/​s3@​v1.95.1 ⏵ v1.96.494 +199100100100
Updatedgithub.com/​flanksource/​sandbox-runtime@​v1.0.1 ⏵ v1.0.296100100100100
Updatedgithub.com/​zclconf/​go-cty@​v1.17.0 ⏵ v1.18.097 +1100100100100
Updatedgo.opentelemetry.io/​otel/​exporters/​otlp/​otlptrace/​otlptracehttp@​v1.41.0 ⏵ v1.43.097 +1100 +2100100100
See 21 more rows in the dashboard

View full report

@yashmehrotra yashmehrotra merged commit 1b8b9ca into main Apr 16, 2026
16 of 17 checks passed
@yashmehrotra yashmehrotra deleted the dependabot/go_modules/go-modules-896facc818 branch April 16, 2026 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant