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.3
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.3

Release notes

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

v10.30.3

What's Changed

New Contributors

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

v10.30.2

What's Changed

... (truncated)

Commits
  • ac4c1ba fix(docs): correct ripemd160 tag name in README validation table (#1582)
  • feacb34 feat: omit blank tag names from namespace (#1567)
  • 5ed0a7e chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#1580)
  • 0364541 fix(cron): anchor regex and accept full cron syntax (#1577)
  • 8eb2659 chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 (#1571)
  • f7e1721 chore(deps): bump golang.org/x/text from 0.36.0 to 0.37.0 (#1572)
  • cf37fce fix(lint): correctly disable govet inline analyzer & deprecated gomodguard (#...
  • 7c334e5 fix: reject hostnames with trailing hyphen in RFC 952 validator (#1569)
  • 6bcb7bc feat: add origin validator for web origin URLs (#1565)
  • 6fd2fa8 docs: fix typos (#1568)
  • 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.37.0

Commits
  • 3ef517e go.mod: update golang.org/x dependencies
  • 8577a70 go.mod: update golang.org/x dependencies
  • 7ca2c6d go.mod: update golang.org/x dependencies
  • 73d1ba9 all: upgrade go directive to at least 1.25.0 [generated]
  • 817fba9 go.mod: update golang.org/x dependencies
  • 3264de9 all: clean up old Go hacks
  • 74af298 all: fix tags in remaining Unicode tables
  • 117e03b all: delete old Unicode tables
  • 9463ea4 all: update to Unicode 17
  • 7278b25 internal/export/idna: update for post-Unicode 10 idna changes
  • 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 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 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.3` |
| [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.3
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.25.0...v10.30.3)

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.37.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.28.0...v0.37.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 added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 25, 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.

0 participants