27 lines
865 B
Modula-2
27 lines
865 B
Modula-2
module SafelineAPI
|
|
|
|
go 1.23.4
|
|
|
|
require (
|
|
github.com/go-acme/lego/v4 v4.21.0
|
|
github.com/go-jose/go-jose/v4 v4.0.4
|
|
)
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
|
github.com/cloudflare/cloudflare-go v0.112.0 // indirect
|
|
github.com/goccy/go-json v0.10.4 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/miekg/dns v1.1.62 // indirect
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1065 // indirect
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.0.1065 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
golang.org/x/mod v0.22.0 // indirect
|
|
golang.org/x/net v0.33.0 // indirect
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
golang.org/x/time v0.8.0 // indirect
|
|
golang.org/x/tools v0.28.0 // indirect
|
|
)
|