Bump SDK + change Evaluate signature

This commit is contained in:
nemunaire 2026-04-23 16:56:13 +07:00
commit cc7da2c6f7
3 changed files with 42 additions and 44 deletions

2
go.mod
View file

@ -3,7 +3,7 @@ module git.happydns.org/checker-ns-restrictions
go 1.25.0
require (
git.happydns.org/checker-sdk-go v0.0.1
git.happydns.org/checker-sdk-go v1.2.0
github.com/miekg/dns v1.1.72
)