Skip to content

Commit 7912116

Browse files
Bump github.com/letsencrypt/boulder from 0.20260420.0 to 0.20260428.0
Bumps [github.com/letsencrypt/boulder](https://github.com/letsencrypt/boulder) from 0.20260420.0 to 0.20260428.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.20260428.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 7b4168b commit 7912116

3 files changed

Lines changed: 6 additions & 6 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.20260428.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
@@ -534,8 +534,8 @@ github.com/ktr0731/go-fuzzyfinder v0.9.0 h1:JV8S118RABzRl3Lh/RsPhXReJWc2q0rbuipz
534534
github.com/ktr0731/go-fuzzyfinder v0.9.0/go.mod h1:uybx+5PZFCgMCSDHJDQ9M3nNKx/vccPmGffsXPn2ad8=
535535
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
536536
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
537-
github.com/letsencrypt/boulder v0.20260420.0 h1:PMFy37+tQAfNe2Qks7NhTrKbULzhVmj19LbaZIaz0SE=
538-
github.com/letsencrypt/boulder v0.20260420.0/go.mod h1:ZisB912eU757QUU0PTH+zq2JScaegVjPVKtPn2K1U3w=
537+
github.com/letsencrypt/boulder v0.20260428.0 h1:q1GQNWKn2A2O4eZ8HFHAcNp6AyoGGrNXgU3uM4qFVRU=
538+
github.com/letsencrypt/boulder v0.20260428.0/go.mod h1:Ci7TOlM216Ht8nJLJUS8jKNX3KuDNo1O/nni1iFTWyc=
539539
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=
540540
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
541541
github.com/lucasb-eyer/go-colorful v1.3.0 h1:2/yBRLdWBZKrf7gB40FoiKfAWYQ0lqNcbuQwVHXptag=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -936,8 +936,8 @@ github.com/ktr0731/go-ansisgr
936936
github.com/ktr0731/go-fuzzyfinder
937937
github.com/ktr0731/go-fuzzyfinder/matching
938938
github.com/ktr0731/go-fuzzyfinder/scoring
939-
# github.com/letsencrypt/boulder v0.20260420.0
940-
## explicit; go 1.25.0
939+
# github.com/letsencrypt/boulder v0.20260428.0
940+
## explicit; go 1.26.0
941941
github.com/letsencrypt/boulder/core
942942
github.com/letsencrypt/boulder/core/proto
943943
github.com/letsencrypt/boulder/goodkey

0 commit comments

Comments
 (0)