Migrate to checker-sdk-go v1.3.0 with new server subpackage

The SDK split the HTTP server scaffolding into the new
checker-sdk-go/checker/server subpackage. Update both binary entry
points to import server and call server.New.
This commit is contained in:
nemunaire 2026-04-24 13:22:10 +07:00
commit 6e59eb545d
5 changed files with 10 additions and 10 deletions

2
go.mod
View file

@ -3,7 +3,7 @@ module git.happydns.org/checker-dav
go 1.25.0
require (
git.happydns.org/checker-sdk-go v1.2.0
git.happydns.org/checker-sdk-go v1.3.0
git.happydns.org/checker-tls v0.2.0
)