Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the nuvola group with 17 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.36.3 1.41.0
github.com/aws/aws-sdk-go-v2/config 1.29.14 1.32.6
github.com/aws/aws-sdk-go-v2/service/accessanalyzer 1.38.4 1.45.7
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.42.4 1.53.5
github.com/aws/aws-sdk-go-v2/service/ec2 1.211.3 1.279.0
github.com/aws/aws-sdk-go-v2/service/iam 1.41.1 1.53.1
github.com/aws/aws-sdk-go-v2/service/lambda 1.71.2 1.87.0
github.com/aws/aws-sdk-go-v2/service/rds 1.94.4 1.113.1
github.com/aws/aws-sdk-go-v2/service/redshift 1.54.3 1.61.4
github.com/aws/aws-sdk-go-v2/service/s3 1.79.2 1.95.0
github.com/charmbracelet/log 0.4.1 0.4.2
github.com/imroc/req/v3 3.50.0 3.57.0
github.com/itchyny/gojq 0.12.17 0.12.18
github.com/neo4j/neo4j-go-driver/v5 5.28.0 5.28.4
github.com/ohler55/ojg 1.26.3 1.27.0
github.com/spf13/cobra 1.9.1 1.10.2
github.com/spf13/viper 1.20.1 1.21.0

Updates github.com/aws/aws-sdk-go-v2 from 1.36.3 to 1.41.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.29.14 to 1.32.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/accessanalyzer from 1.38.4 to 1.45.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.42.4 to 1.53.5

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.211.3 to 1.279.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.41.1 to 1.53.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/lambda from 1.71.2 to 1.87.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/rds from 1.94.4 to 1.113.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/redshift from 1.54.3 to 1.61.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.2 to 1.95.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.33.19 to 1.41.5

Commits

Updates github.com/charmbracelet/log from 0.4.1 to 0.4.2

Release notes

Sourced from github.com/charmbracelet/log's releases.

v0.4.2

This release fixes an issue when using the JSON logger as a slog handler logging error type messages. It ensures we extract the error from the message when the error does not implement json.Marshaler.

Changelog

Bug fixes

  • 71b7e865482d1ba74a730351698671caa6e36b53: fix: ensure we recognize errors as slog.AnyValue (#171) (@​aymanbagabas)

Other work

  • 0e0124d8e155b8877d85add7d966df9a6bf2ce6a: ci: sync dependabot config (#169) (@​charmcli)
  • cf6e8671c6abbcd36a8528129c983a50f4898215: ci: sync golangci-lint config (#165) (@​github-actions[bot])
  • 0ca0612580218fdbb080d181836b7795b226565a: ci: sync golangci-lint config (#168) (@​github-actions[bot])

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

Commits

Updates github.com/imroc/req/v3 from 3.50.0 to 3.57.0

Release notes

Sourced from github.com/imroc/req/v3's releases.

v3.57.0 Release

  • Update go modules.
  • Port quic-go v0.57.1 (fix #474)

v3.56.0 Release

  • Update go modules
  • Port quic-go v0.56.0

v3.55.0 Release

  • Fix ResultState()documentation to clarify ResultState logic (#463)
  • feat: add SetQueryParamsFromValues and SetQueryParamsFromStruct methods (#462)

v3.54.2 Release

  • Replace go-multierror with errors.Join (#458)

v3.54.1 Release

  • Fix data race condition in the Alt-Svc cache(#456)

v3.54.0 Release

  • support quic-go 0.53.0

v3.53.0 Release

  • Upgrade all dependencies to the latest stable version.
  • Port quic-go's latest stable version's logic.
  • Now it requires go1.24+.
  • README: Add Go Version Compatibility Matrix

v3.52.2 Release

add Do func for client (compatible with http.Client.Do)

v3.52.1 Release

  • Optimize client level digest auth.
  • Deprecate request level digest auth.

v3.52.0 Release

  • fix some comments
  • optimize digest auth, depend on github.com/icholy/digest

v3.51.0 Release

  • Update go modules.
  • Align upstream quic-go to v0.51.0.
  • Require go 1.23+.
Commits

Updates github.com/itchyny/gojq from 0.12.17 to 0.12.18

Release notes

Sourced from github.com/itchyny/gojq's releases.

Release v0.12.18

  • implement trimstr/1, toboolean/0 function
  • fix last/1 to be included in builtins/0
  • fix --indent 0 to preserve newlines
  • fix string repetition to emit error when the result is too large
  • increase the array index limit to 536870912 (2^29)
  • stop numeric normalization for concurrent execution (see 1ace748d08df)
  • support binding expressions with binary operators (1 + 2 as $x | -$x)
  • improve gojq.NewIter to be a generic function
  • improve logic for getting file contents on JSON parse error
  • improve JSON parsing to preserve the precision of floating-point numbers
  • improve YAML parsing performance and preserve the precision of large integers
  • improve performance and reduce memory allocation of long-running queries
Changelog

Sourced from github.com/itchyny/gojq's changelog.

v0.12.18 (2025-12-02)

  • implement trimstr/1, toboolean/0 function
  • fix last/1 to be included in builtins/0
  • fix --indent 0 to preserve newlines
  • fix string repetition to emit error when the result is too large
  • increase the array index limit to 536870912 (2^29)
  • stop numeric normalization for concurrent execution (see 1ace748d08df)
  • support binding expressions with binary operators (1 + 2 as $x | -$x)
  • improve gojq.NewIter to be a generic function
  • improve logic for getting file contents on JSON parse error
  • improve JSON parsing to preserve the precision of floating-point numbers
  • improve YAML parsing performance and preserve the precision of large integers
  • improve performance and reduce memory allocation of long-running queries
Commits
  • fa534a1 bump up version to 0.12.18
  • d7e1531 update CHANGELOG.md for v0.12.18
  • 672cc79 update dependencies
  • 2263e18 update actions/checkout to v6
  • 5d8a53c add more tests for empty strings and NO_COLOR
  • 97274d3 make use of cmp package for comparisons
  • 3e31863 merge identical cases for getting operator functions
  • e4d456b avoid variable names that shadow built-in functions
  • 19a3975 stop replacing capturing group syntax
  • 5bb6d33 support binding expressions with binary operators (fix #283)
  • Additional commits viewable in compare view

Updates github.com/neo4j/neo4j-go-driver/v5 from 5.28.0 to 5.28.4

Release notes

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

v5.28.4

See https://github.com/neo4j/neo4j-go-driver/wiki/5.x-changelog for more information.

v5.28.3

See https://github.com/neo4j/neo4j-go-driver/wiki/5.x-changelog for more information.

v5.28.2

See https://github.com/neo4j/neo4j-go-driver/wiki/5.x-changelog for more information.

v5.28.1

See https://github.com/neo4j/neo4j-go-driver/wiki/5.x-changelog for more information.

Commits

Updates github.com/ohler55/ojg from 1.26.3 to 1.27.0

Release notes

Sourced from github.com/ohler55/ojg's releases.

v1.27.0

What's Changed

  • Added discover package.
  • Added discover option to the oj application.

Full Changelog: ohler55/ojg@v1.26.11...v1.27.0

v1.26.11

What's Changed

Full Changelog: ohler55/ojg@v1.26.10...v1.26.11

v1.26.10

What's Changed

Full Changelog: ohler55/ojg@v1.26.9...v1.26.10

v1.26.9

What's Changed

New Contributors

Full Changelog: ohler55/ojg@v1.26.8...v1.26.9

v1.26.8

What's Changed

New Contributors

Full Changelog: ohler55/ojg@v1.26.7...v1.26.8

Changelog

Sourced from github.com/ohler55/ojg's changelog.

[1.27.0] - 2025-11-11

Added

  • Added discover package.
  • Added discover option to the oj application.

[1.26.11] - 2025-11-03

Fixed

  • Fixed recomposing nested anonymous structs.

[1.26.10] - 2025-08-30

Fixed

  • Fixed float parsing issues.

[1.26.9] - 2025-08-18

Fixed

  • Filtering now supports typed core type such as type Color string thans to @​rdumont

[1.26.8] - 2025-06-29

Fixed

[1.26.7] - 2025-06-23

Fixed

  • Fixed then bleed over of omitempty in struct tags. Issue #205.
  • Fixed encoding anonymous interface in structs. Issue #115
  • Bare @.x style existence checks in filters not work correctly.

[1.26.6] - 2025-05-27

Fixed

  • Types derived from core type such as type Quux int now alt.Decompose correctly.

[1.26.5] - 2025-05-12

Fixed

  • User defined unary operations for jp scripts are now handled correctly.

[1.26.4] - 2025-04-27

Fixed

  • Identify field names that start with '_' as private.
Commits

Updates github.com/spf13/cobra from 1.9.1 to 1.10.2

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.2

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in spf13/cobra#2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

... (truncated)

Commits

Updates github.com/spf13/viper from 1.20.1 to 1.21.0

Release notes

Sourced from github.com/spf13/viper's releases.

v1.21.0

What's Changed

Enhancements 🚀

Bug Fixes 🐛

Dependency Updates ⬆️

Other Changes

New Contributors

Full Changelog: spf13/viper@v1.20.0...v1.21.0

Commits
  • 394040c ci: build on go 1.25
  • 812f548 chore: update dependencies
  • d5271ef ci: update stale workflow
  • dff303b feat: add a stale issue scheduled action
  • 1287976 build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10
  • 38932cd build(deps): bump github.com/go-viper/mapstructure/v2 in /remote
  • 6d014be build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
  • b74c7ee build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0
  • acd05e1 fix: linting issues
  • ae5a8e2 ci: upgrade golangci-lint
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.24.0 to 0.32.0

Commits
  • 0dd57a6 go.mod: update golang.org/x dependencies
  • 087616b transform: fix %q verb use with wrong type
  • 16f85a7 all: eliminate vet diagnostics
  • e7ff6b3 go.mod: update golang.org/x dependencies
  • fbf012b all: use reflect.TypeFor instead of reflect.TypeOf
  • c6abd03 go.mod: update golang.org/x dependencies
  • 42f038d x/text: fix nil dereference in gotext extract
  • a42f0e2 all: use built-in max/min to simplify the code
  • e69f31b go.mod: update golang.org/x dependencies
  • 60c9786 all: upgrade go directive to at least 1.24.0 [generated]
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the nuvola group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.3` | `1.41.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.14` | `1.32.6` |
| [github.com/aws/aws-sdk-go-v2/service/accessanalyzer](https://github.com/aws/aws-sdk-go-v2) | `1.38.4` | `1.45.7` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.42.4` | `1.53.5` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.211.3` | `1.279.0` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.41.1` | `1.53.1` |
| [github.com/aws/aws-sdk-go-v2/service/lambda](https://github.com/aws/aws-sdk-go-v2) | `1.71.2` | `1.87.0` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.94.4` | `1.113.1` |
| [github.com/aws/aws-sdk-go-v2/service/redshift](https://github.com/aws/aws-sdk-go-v2) | `1.54.3` | `1.61.4` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.79.2` | `1.95.0` |
| [github.com/charmbracelet/log](https://github.com/charmbracelet/log) | `0.4.1` | `0.4.2` |
| [github.com/imroc/req/v3](https://github.com/imroc/req) | `3.50.0` | `3.57.0` |
| [github.com/itchyny/gojq](https://github.com/itchyny/gojq) | `0.12.17` | `0.12.18` |
| [github.com/neo4j/neo4j-go-driver/v5](https://github.com/neo4j/neo4j-go-driver) | `5.28.0` | `5.28.4` |
| [github.com/ohler55/ojg](https://github.com/ohler55/ojg) | `1.26.3` | `1.27.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.2` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.20.1` | `1.21.0` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.36.3 to 1.41.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.36.3...v1.41.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.29.14 to 1.32.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.29.14...v1.32.6)

Updates `github.com/aws/aws-sdk-go-v2/service/accessanalyzer` from 1.38.4 to 1.45.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.4...service/polly/v1.45.7)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.42.4 to 1.53.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/amp/v1.42.4...service/ecs/v1.53.5)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.211.3 to 1.279.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.211.3...service/ec2/v1.279.0)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.41.1 to 1.53.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/kms/v1.41.1...service/s3/v1.53.1)

Updates `github.com/aws/aws-sdk-go-v2/service/lambda` from 1.71.2 to 1.87.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/rds/v1.71.2...service/s3/v1.87.0)

Updates `github.com/aws/aws-sdk-go-v2/service/rds` from 1.94.4 to 1.113.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/rds/v1.94.4...service/ec2/v1.113.1)

Updates `github.com/aws/aws-sdk-go-v2/service/redshift` from 1.54.3 to 1.61.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.54.3...service/fsx/v1.61.4)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.79.2 to 1.95.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.79.2...service/s3/v1.95.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.33.19 to 1.41.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/sns/v1.33.19...service/sts/v1.41.5)

Updates `github.com/charmbracelet/log` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/charmbracelet/log/releases)
- [Commits](charmbracelet/log@v0.4.1...v0.4.2)

Updates `github.com/imroc/req/v3` from 3.50.0 to 3.57.0
- [Release notes](https://github.com/imroc/req/releases)
- [Commits](imroc/req@v3.50.0...v3.57.0)

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

Updates `github.com/neo4j/neo4j-go-driver/v5` from 5.28.0 to 5.28.4
- [Release notes](https://github.com/neo4j/neo4j-go-driver/releases)
- [Commits](neo4j/neo4j-go-driver@v5.28.0...v5.28.4)

Updates `github.com/ohler55/ojg` from 1.26.3 to 1.27.0
- [Release notes](https://github.com/ohler55/ojg/releases)
- [Changelog](https://github.com/ohler55/ojg/blob/develop/CHANGELOG.md)
- [Commits](ohler55/ojg@v1.26.3...v1.27.0)

Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.2
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.9.1...v1.10.2)

Updates `github.com/spf13/viper` from 1.20.1 to 1.21.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.20.1...v1.21.0)

Updates `golang.org/x/text` from 0.24.0 to 0.32.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.24.0...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/accessanalyzer
  dependency-version: 1.45.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-version: 1.53.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-version: 1.279.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
  dependency-version: 1.53.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/lambda
  dependency-version: 1.87.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rds
  dependency-version: 1.113.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/redshift
  dependency-version: 1.61.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.95.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.41.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/charmbracelet/log
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuvola
- dependency-name: github.com/imroc/req/v3
  dependency-version: 3.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/itchyny/gojq
  dependency-version: 0.12.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuvola
- dependency-name: github.com/neo4j/neo4j-go-driver/v5
  dependency-version: 5.28.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuvola
- dependency-name: github.com/ohler55/ojg
  dependency-version: 1.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/spf13/viper
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: golang.org/x/text
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 1, 2026
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