Skip to content

Commit

Permalink
deps(go): bump github.com/letsencrypt/pebble/v2 from 2.5.2 to 2.6.0 (#…
Browse files Browse the repository at this point in the history
…256)

* deps(go): bump github.com/letsencrypt/pebble/v2 from 2.5.2 to 2.6.0

Bumps [github.com/letsencrypt/pebble/v2](https://github.com/letsencrypt/pebble) from 2.5.2 to 2.6.0.
- [Release notes](https://github.com/letsencrypt/pebble/releases)
- [Changelog](https://github.com/letsencrypt/pebble/blob/main/Dockerfile.release)
- [Commits](letsencrypt/pebble@v2.5.2...v2.6.0)

---
updated-dependencies:
- dependency-name: github.com/letsencrypt/pebble/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: broken API

Signed-off-by: Dave Henderson <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Dave Henderson <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Henderson <[email protected]>
  • Loading branch information
dependabot[bot] and hairyhenderson authored Jun 15, 2024
1 parent 81f7f7e commit 7f71493
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion end2end_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func pebbleHandler(t *testing.T) http.Handler {
logger := testLogger(t)
db := db.NewMemoryStore()
ca := ca.New(logger, db, "", 0, 1, 100)
va := va.New(logger, 80, 443, false, "")
va := va.New(logger, 80, 443, false, "", db)
wfeImpl := wfe.New(logger, db, va, ca, false, false, 0, 0)
return wfeImpl.Handler()
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/caddyserver/certmagic v0.21.3
github.com/fsouza/fake-gcs-server v1.49.2
github.com/google/tink/go v1.7.0
github.com/letsencrypt/pebble/v2 v2.5.2
github.com/letsencrypt/pebble/v2 v2.6.0
github.com/stretchr/testify v1.9.0
google.golang.org/api v0.184.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/letsencrypt/challtestsrv v1.3.2 h1:pIDLBCLXR3B1DLmOmkkqg29qVa7DDozBnsOpL9PxmAY=
github.com/letsencrypt/challtestsrv v1.3.2/go.mod h1:Ur4e4FvELUXLGhkMztHOsPIsvGxD/kzSJninOrkM+zc=
github.com/letsencrypt/pebble/v2 v2.5.2 h1:DTB0XN4fM3IFjqesJagMmt0OPn6U7gSHzcXQ2C4FMgI=
github.com/letsencrypt/pebble/v2 v2.5.2/go.mod h1:SID2E75Cx6sQ9AXFkdzhLdQ6S1zhRUbw08Cgu7GJLSk=
github.com/letsencrypt/pebble/v2 v2.6.0 h1:7xetaJ4YaesUnWWeRGSs3UHOwyfX4I4sfOfDrkvnhNw=
github.com/letsencrypt/pebble/v2 v2.6.0/go.mod h1:SID2E75Cx6sQ9AXFkdzhLdQ6S1zhRUbw08Cgu7GJLSk=
github.com/libdns/libdns v0.2.2 h1:O6ws7bAfRPaBsgAYt8MDe2HcNBGC29hkZ9MX2eUSX3s=
github.com/libdns/libdns v0.2.2/go.mod h1:4Bj9+5CQiNMVGf87wjX4CY3HQJypUHRuLvlsfsZqLWQ=
github.com/mholt/acmez/v2 v2.0.1 h1:3/3N0u1pLjMK4sNEAFSI+bcvzbPhRpY383sy1kLHJ6k=
Expand Down

0 comments on commit 7f71493

Please sign in to comment.