Skip to content

Commit 9ed8cd0

Browse files
Bump github.com/stretchr/testify from 1.11.1 to 1.12.1 (#441)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.11.1 to 1.12.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.11.1...v1.12.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f453ee commit 9ed8cd0

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/migueleliasweb/go-github-mock v1.5.0
1919
github.com/sigstore/sigstore-go v1.3.0
2020
github.com/spf13/cobra v1.10.2
21-
github.com/stretchr/testify v1.11.1
21+
github.com/stretchr/testify v1.12.1
2222
google.golang.org/protobuf v1.36.12
2323
sigs.k8s.io/release-utils v0.12.4
2424
)
@@ -57,7 +57,6 @@ require (
5757
github.com/coreos/go-oidc/v3 v3.20.0 // indirect
5858
github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 // indirect
5959
github.com/cyphar/filepath-securejoin v0.6.1 // indirect
60-
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6160
github.com/digitorus/pkcs7 v0.0.0-20250730155240-ffadbf3f398c // indirect
6261
github.com/digitorus/timestamp v0.0.0-20250524132541-c45532741eea // indirect
6362
github.com/docker/cli v29.6.2+incompatible // indirect
@@ -126,7 +125,6 @@ require (
126125
github.com/pjbgf/sha1cd v0.6.0 // indirect
127126
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
128127
github.com/pkg/errors v0.9.1 // indirect
129-
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
130128
github.com/protobom/protobom v0.5.8 // indirect
131129
github.com/regclient/regclient v0.11.5 // indirect
132130
github.com/sassoftware/relic v7.2.1+incompatible // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
463463
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
464464
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
465465
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
466-
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
467-
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
466+
github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE=
467+
github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg=
468468
github.com/sudo-bmitch/oci-digest v0.1.2 h1:are0qzWTsFZGZ3Uvdi9OSztJszSWaab6iqquMEEB7rw=
469469
github.com/sudo-bmitch/oci-digest v0.1.2/go.mod h1:SH6l5OIe0islKBZBedjiPOeET/0QwGL+/oYfQt51uQo=
470470
github.com/terminalstatic/go-xsd-validate v0.1.6 h1:TenYeQ3eY631qNi1/cTmLH/s2slHPRKTTHT+XSHkepo=

0 commit comments

Comments
 (0)