Skip to content

chore(deps): bump the gomod group across 1 directory with 7 updates - #467

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-bbaaaf146b
Open

chore(deps): bump the gomod group across 1 directory with 7 updates#467
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-bbaaaf146b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown

Bumps the gomod group with 6 updates in the / directory:

Package From To
github.com/dghubble/sling 1.4.1 1.4.2
github.com/go-playground/validator/v10 10.25.0 10.30.4
github.com/google/go-querystring 1.1.0 1.2.0
github.com/google/uuid 1.3.0 1.6.0
github.com/kinbiko/jsonassert 1.1.1 1.2.0
github.com/stretchr/testify 1.8.4 1.12.1

Updates github.com/dghubble/sling from 1.4.1 to 1.4.2

Release notes

Sourced from github.com/dghubble/sling's releases.

v1.4.2

Changes

  • Update Go module dependencies in examples

Contributions

Dependencies

New Contributors

Full Changelog: dghubble/sling@v1.4.1...v1.4.2

Changelog

Sourced from github.com/dghubble/sling's changelog.

v1.4.2

  • Update Go module dependencies
Commits
  • 9d61ad9 Update changelog for new release
  • 1bb7725 Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 in /examples
  • e5df992 Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 in /examples
  • 1a0edb6 Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 in /examples
  • 5faab10 Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 in /examples
  • 20b6a63 Bump golang.org/x/net from 0.16.0 to 0.17.0 in /examples
  • 377e631 Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 in /examples
  • d545ef2 Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 in /examples
  • d0c351b Add Spotify to examples using Sling (#90)
  • f731370 Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 in /examples
  • Additional commits viewable in compare view

Updates github.com/go-playground/validator/v10 from 10.25.0 to 10.30.4

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

v10.30.4

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.30.3...v10.30.4

v10.30.3

What's Changed

... (truncated)

Commits
  • dfe35cf ci: Fix the linter version (#1617)
  • facf128 feat(translations): add Armenian translations (#1604)
  • 961375b docs: clarify fieldexcludes behavior (#1610)
  • 74dd82a test: cover startsnotwith/endsnotwith, RegisterStructValidationMapRules, and ...
  • 379edc8 chore(deps): bump golang.org/x/crypto from 0.54.0 to 0.55.0 (#1612)
  • f9944c5 fix: use idiomatic "at most" in English max/lte messages (#1600)
  • 67e37d6 fix(fqdn): enforce maximum DNS name length (#1603)
  • 6b571d1 chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.13 to 1.4.15 (#...
  • 8455180 chore(deps): bump github.com/leodido/go-urn from 1.4.0 to 1.5.0 (#1606)
  • fd8bd3c chore(deps): bump actions/setup-go from 6 to 7 (#1601)
  • Additional commits viewable in compare view

Updates github.com/google/go-querystring from 1.1.0 to 1.2.0

Release notes

Sourced from github.com/google/go-querystring's releases.

v1.2.0

A lot of version bumps, though mostly actually of GitHub Actions that have nothing to do with the package itself.

Two minor code optimizations:

Full Changelog: google/go-querystring@v1.1.0...v1.2.0

Commits
  • 59c17d9 Bump golangci/golangci-lint-action from 7.0.0 to 9.0.0
  • b8825f6 go.mod,.github: Go 1.13 is the minimum version
  • 243d79a update github action workflow versions
  • b64aef0 code opt: replace bytes.Buffer with strings.Builder
  • ffb7deb code opt: prioritize handling boundary conditions
  • 085cc78 Bump golangci/golangci-lint-action from 5.0.0 to 6.0.1
  • d887f37 Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0
  • d6a1024 go.mod,.github: update dependencies
  • 7af347e Bump codecov/codecov-action from 3.1.4 to 3.1.5
  • 3455b53 Bump codecov/codecov-action from 3.1.3 to 3.1.4
  • Additional commits viewable in compare view

Updates github.com/google/uuid from 1.3.0 to 1.6.0

Release notes

Sourced from github.com/google/uuid's releases.

v1.6.0

1.6.0 (2024-01-16)

Features

Bug Fixes

v1.5.0

1.5.0 (2023-12-12)

Features

  • Validate UUID without creating new UUID (#141) (9ee7366)

v1.4.0

1.4.0 (2023-10-26)

Features

  • UUIDs slice type with Strings() convenience method (#133) (cd5fbbd)

Fixes

  • Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)

v1.3.1

1.3.1 (2023-08-18)

Bug Fixes

  • Use .EqualFold() to parse urn prefixed UUIDs (#118) (574e687)
Changelog

Sourced from github.com/google/uuid's changelog.

1.6.0 (2024-01-16)

Features

Bug Fixes

1.5.0 (2023-12-12)

Features

  • Validate UUID without creating new UUID (#141) (9ee7366)

1.4.0 (2023-10-26)

Features

  • UUIDs slice type with Strings() convenience method (#133) (cd5fbbd)

Fixes

  • Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)

1.3.1 (2023-08-18)

Bug Fixes

  • Use .EqualFold() to parse urn prefixed UUIDs (#118) (574e687)

Changelog

Commits

Updates github.com/kinbiko/jsonassert from 1.1.1 to 1.2.0

Release notes

Sourced from github.com/kinbiko/jsonassert's releases.

v1.2.0

What's Changed

Full Changelog: kinbiko/jsonassert@v1.1.1...v1.2.0

Commits

Updates github.com/stretchr/testify from 1.8.4 to 1.12.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.12.1

This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

v1.12.0

What's Changed

Functional Changes

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 959dbda Merge pull request #1935 from harryzcy/yaml-update
  • 9bb7176 Update go.yaml.in/yaml/v3 to v3.0.5
  • 001eb79 Merge pull request #1905 from Kentzo/patch-1
  • ad40f38 Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...
  • 3bae017 build(deps): bump actions/checkout from 6.0.2 to 6.0.3
  • f8c01f3 mock: Mock.Return does not exist anymore
  • 12f8b56 Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliases
  • a11649e assert: make *AssertionFunc type just aliases
  • dc20f41 Merge pull request #1890 from stretchr/dolmen/codegen-modernize
  • 098f8d7 _codegen: use strings.Builder
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.28.0 to 0.41.0

Commits
  • acdba66 go.mod: update golang.org/x dependencies
  • 02aa981 secure/precis: fix short destination buffer handling in Nickname profile
  • 724af9c go.mod: update golang.org/x dependencies
  • bf5b9d6 internal/export/idna: always treat Punycode encoding pure ASCII as an error
  • b326f3d go.mod: update golang.org/x dependencies
  • 5ae8e57 unicode/norm: avoid infinite loop on invalid input
  • 0dc94a2 all: fix some comments
  • f4bb632 go.mod: update golang.org/x dependencies
  • 3ef517e go.mod: update golang.org/x dependencies
  • 8577a70 go.mod: update golang.org/x dependencies
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/gomod-bbaaaf146b branch 2 times, most recently from dc635ca to bc44747 Compare September 1, 2026 07:40
Bumps the gomod group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/dghubble/sling](https://github.com/dghubble/sling) | `1.4.1` | `1.4.2` |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.25.0` | `10.30.4` |
| [github.com/google/go-querystring](https://github.com/google/go-querystring) | `1.1.0` | `1.2.0` |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.3.0` | `1.6.0` |
| [github.com/kinbiko/jsonassert](https://github.com/kinbiko/jsonassert) | `1.1.1` | `1.2.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.12.1` |



Updates `github.com/dghubble/sling` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/dghubble/sling/releases)
- [Changelog](https://github.com/dghubble/sling/blob/main/CHANGES.md)
- [Commits](dghubble/sling@v1.4.1...v1.4.2)

Updates `github.com/go-playground/validator/v10` from 10.25.0 to 10.30.4
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.25.0...v10.30.4)

Updates `github.com/google/go-querystring` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/google/go-querystring/releases)
- [Commits](google/go-querystring@v1.1.0...v1.2.0)

Updates `github.com/google/uuid` from 1.3.0 to 1.6.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.3.0...v1.6.0)

Updates `github.com/kinbiko/jsonassert` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/kinbiko/jsonassert/releases)
- [Commits](kinbiko/jsonassert@v1.1.1...v1.2.0)

Updates `github.com/stretchr/testify` from 1.8.4 to 1.12.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.4...v1.12.1)

Updates `golang.org/x/text` from 0.28.0 to 0.41.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.28.0...v0.41.0)

---
updated-dependencies:
- dependency-name: github.com/dghubble/sling
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/go-playground/validator/v10
  dependency-version: 10.30.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/google/go-querystring
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/google/uuid
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/kinbiko/jsonassert
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/text
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/gomod-bbaaaf146b branch from bc44747 to 5a15c54 Compare September 8, 2026 07:34
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.

0 participants