Skip to content

Commit df362b0

Browse files
Bump github.com/letsencrypt/boulder from 0.20260420.0 to 0.20260504.0
Bumps [github.com/letsencrypt/boulder](https://github.com/letsencrypt/boulder) from 0.20260420.0 to 0.20260504.0. - [Release notes](https://github.com/letsencrypt/boulder/releases) - [Changelog](https://github.com/letsencrypt/boulder/blob/main/docs/release.md) - [Commits](letsencrypt/boulder@v0.20260420.0...v0.20260504.0) --- updated-dependencies: - dependency-name: github.com/letsencrypt/boulder dependency-version: 0.20260428.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 546e113 commit df362b0

5 files changed

Lines changed: 11 additions & 7 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/tektoncd/cli
22

3-
go 1.25.8
3+
go 1.26.0
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7
@@ -21,7 +21,7 @@ require (
2121
github.com/hinshun/vt10x v0.0.0-20220228203356-1ab2cad5fd82
2222
github.com/jonboulle/clockwork v0.5.0
2323
github.com/ktr0731/go-fuzzyfinder v0.9.0
24-
github.com/letsencrypt/boulder v0.20260420.0
24+
github.com/letsencrypt/boulder v0.20260504.0
2525
github.com/mitchellh/go-homedir v1.1.0
2626
github.com/pkg/errors v0.9.1
2727
github.com/sigstore/cosign/v2 v2.6.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ github.com/ktr0731/go-fuzzyfinder v0.9.0 h1:JV8S118RABzRl3Lh/RsPhXReJWc2q0rbuipz
513513
github.com/ktr0731/go-fuzzyfinder v0.9.0/go.mod h1:uybx+5PZFCgMCSDHJDQ9M3nNKx/vccPmGffsXPn2ad8=
514514
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
515515
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
516-
github.com/letsencrypt/boulder v0.20260420.0 h1:PMFy37+tQAfNe2Qks7NhTrKbULzhVmj19LbaZIaz0SE=
517-
github.com/letsencrypt/boulder v0.20260420.0/go.mod h1:ZisB912eU757QUU0PTH+zq2JScaegVjPVKtPn2K1U3w=
516+
github.com/letsencrypt/boulder v0.20260504.0 h1:c8qCNldjMAVK1yHWrQTwGs9s/GuA+xNcj8wfaQpB3hI=
517+
github.com/letsencrypt/boulder v0.20260504.0/go.mod h1:t/D/prgR2Oz0Bw3ZzN4JrXP6ahEZm+73G6C2GsX7NY4=
518518
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=
519519
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
520520
github.com/lucasb-eyer/go-colorful v1.3.0 h1:2/yBRLdWBZKrf7gB40FoiKfAWYQ0lqNcbuQwVHXptag=

vendor/github.com/letsencrypt/boulder/core/objects.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/letsencrypt/boulder/core/util.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -974,8 +974,8 @@ github.com/ktr0731/go-fuzzyfinder/scoring
974974
## explicit; go 1.11
975975
github.com/kylelemons/godebug/diff
976976
github.com/kylelemons/godebug/pretty
977-
# github.com/letsencrypt/boulder v0.20260420.0
978-
## explicit; go 1.25.0
977+
# github.com/letsencrypt/boulder v0.20260504.0
978+
## explicit; go 1.26.0
979979
github.com/letsencrypt/boulder/core
980980
github.com/letsencrypt/boulder/core/proto
981981
github.com/letsencrypt/boulder/goodkey

0 commit comments

Comments
 (0)