We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9905d2e commit cd6c0dfCopy full SHA for cd6c0df
go.mod
@@ -3,8 +3,8 @@ module github.com/caddy-dns/gcore
3
go 1.23.1
4
5
require (
6
- github.com/libdns/gcore v0.0.0-20250111225003-716db52b5bac
7
github.com/caddyserver/caddy/v2 v2.9.1
+ github.com/libdns/gcore v0.0.0-20250127070537-4a9d185c9d20
8
)
9
10
@@ -14,7 +14,6 @@ require (
14
github.com/caddyserver/zerossl v0.1.3 // indirect
15
github.com/cespare/xxhash/v2 v2.3.0 // indirect
16
github.com/francoispqt/gojay v1.2.13 // indirect
17
- github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
18
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
19
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
20
github.com/google/uuid v1.6.0 // indirect
0 commit comments