Change Evaluate signature
This commit is contained in:
parent
48785e2896
commit
73f5782ee3
4 changed files with 65 additions and 53 deletions
2
go.mod
2
go.mod
|
|
@ -3,12 +3,12 @@ module git.happydns.org/checker-ping
|
|||
go 1.25.0
|
||||
|
||||
require (
|
||||
git.happydns.org/checker-sdk-go v1.2.0
|
||||
git.happydns.org/happyDomain v0.7.0
|
||||
github.com/prometheus-community/pro-bing v0.8.0
|
||||
)
|
||||
|
||||
require (
|
||||
git.happydns.org/checker-sdk-go v0.0.1
|
||||
github.com/bytedance/gopkg v0.1.3 // indirect
|
||||
github.com/bytedance/sonic v1.15.0 // indirect
|
||||
github.com/bytedance/sonic/loader v0.5.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue