Bump SDK + change Evaluate signature

This commit is contained in:
nemunaire 2026-04-23 17:38:49 +07:00
commit 910229258e
3 changed files with 15 additions and 13 deletions

4
go.mod
View file

@ -3,8 +3,8 @@ module git.happydns.org/checker-xmpp
go 1.25.0
require (
git.happydns.org/checker-sdk-go v1.1.0
git.happydns.org/checker-tls v0.1.0
git.happydns.org/checker-sdk-go v1.2.0
git.happydns.org/checker-tls v0.2.0
github.com/miekg/dns v1.1.72
)