Skip to content

fix(deps): Update Go#7

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go
Open

fix(deps): Update Go#7
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 13, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/stacklok/frizbee v0.0.16v0.1.8 age confidence
github.com/stretchr/testify v1.10.0v1.11.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

stacklok/frizbee (github.com/stacklok/frizbee)

v0.1.8

Compare Source

What's Changed

New Contributors

Full Changelog: stacklok/frizbee@v0.1.7...v0.1.8

v0.1.7

Compare Source

What's Changed

New Contributors

Full Changelog: stacklok/frizbee@v0.1.6...v0.1.7

v0.1.6

Compare Source

What's Changed

Full Changelog: stacklok/frizbee@v0.1.5...v0.1.6

v0.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: stacklok/frizbee@v0.1.4...v0.1.5

v0.1.4

Compare Source

What's Changed

Full Changelog: stacklok/frizbee@v0.1.3...v0.1.4

v0.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: stacklok/frizbee@v0.1.2...v0.1.3

v0.1.2

Compare Source

What's Changed

Full Changelog: stacklok/frizbee@v0.1.1...v0.1.2

v0.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: stacklok/frizbee@v0.1.0...v0.1.1

v0.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: stacklok/frizbee@v0.0.20...v0.1.0

v0.0.20

Compare Source

What's Changed

Full Changelog: stacklok/frizbee@v0.0.19...v0.0.20

v0.0.19

What's Changed

Full Changelog: stacklok/frizbee@v0.0.16...v0.0.19

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jul 13, 2025

Deploying pinned-actions with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1fbc758
Status: ✅  Deploy successful!
Preview URL: https://1e77126d.pinned-actions.pages.dev
Branch Preview URL: https://renovate-go.pinned-actions.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/go branch 2 times, most recently from 3c43598 to 09bfb19 Compare August 13, 2025 17:43
@renovate renovate bot force-pushed the renovate/go branch 2 times, most recently from e451a2b to 0cdd714 Compare August 27, 2025 11:49
@renovate renovate bot force-pushed the renovate/go branch 2 times, most recently from 2f9ebd1 to 84eb8c7 Compare November 4, 2025 01:54
@renovate
Copy link
Contributor Author

renovate bot commented Dec 23, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 22 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.0 -> 1.25.0
github.com/Microsoft/go-winio v0.6.1 -> v0.6.2
github.com/ProtonMail/go-crypto v1.1.3 -> v1.3.0
github.com/cloudflare/circl v1.3.7 -> v1.6.1
github.com/containerd/stargz-snapshotter/estargz v0.14.3 -> v0.18.1
github.com/cyphar/filepath-securejoin v0.2.5 -> v0.6.0
github.com/deckarep/golang-set/v2 v2.6.0 -> v2.8.0
github.com/docker/cli v24.0.0+incompatible -> v29.1.4+incompatible
github.com/docker/distribution v2.8.2+incompatible -> v2.8.3+incompatible
github.com/docker/docker-credential-helpers v0.7.0 -> v0.9.5
github.com/go-git/go-billy/v5 v5.6.0 -> v5.7.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da -> v0.0.0-20241129210726-2c02b8208cf8
github.com/google/go-containerregistry v0.19.1 -> v0.20.7
github.com/klauspost/compress v1.16.5 -> v1.18.3
github.com/opencontainers/image-spec v1.1.0-rc3 -> v1.1.1
github.com/sirupsen/logrus v1.9.1 -> v1.9.4
github.com/spf13/cobra v1.8.0 -> v1.10.2
github.com/spf13/pflag v1.0.5 -> v1.0.10
github.com/vbatts/tar-split v0.11.3 -> v0.12.2
golang.org/x/crypto v0.31.0 -> v0.46.0
golang.org/x/net v0.33.0 -> v0.48.0
golang.org/x/sync v0.10.0 -> v0.19.0
golang.org/x/sys v0.28.0 -> v0.40.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants