File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 os : [ ubuntu-latest, macos-latest, windows-latest ]
18- go : [ '1.21 ', '1.22 ' ]
18+ go : [ '1.25 ', '1.26 ' ]
1919
2020 runs-on : ${{ matrix.os }}
2121
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/caddyserver/certmagic
33go 1.24.0
44
55require (
6- github.com/caddyserver/zerossl v0.1.4
6+ github.com/caddyserver/zerossl v0.1.5
77 github.com/klauspost/cpuid/v2 v2.3.0
88 github.com/libdns/libdns v1.1.1
99 github.com/mholt/acmez/v3 v3.1.4
Original file line number Diff line number Diff line change 1- github.com/caddyserver/zerossl v0.1.4 h1:CVJOE3MZeFisCERZjkxIcsqIH4fnFdlYWnPYeFtBHRw =
2- github.com/caddyserver/zerossl v0.1.4 /go.mod h1:CxA0acn7oEGO6//4rtrRjYgEoa4MFw/XofZnrYwGqG4 =
1+ github.com/caddyserver/zerossl v0.1.5 h1:dkvOjBAEEtY6LIGAHei7sw2UgqSD6TrWweXpV7lvEvE =
2+ github.com/caddyserver/zerossl v0.1.5 /go.mod h1:CxA0acn7oEGO6//4rtrRjYgEoa4MFw/XofZnrYwGqG4 =
33github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
44github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
55github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
You can’t perform that action at this time.
0 commit comments