Skip to content

Commit 7882326

Browse files
authored
CHORE: generate-all.sh (#3572)
1 parent be081cd commit 7882326

File tree

3 files changed

+46
-46
lines changed

3 files changed

+46
-46
lines changed

documentation/provider/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If a feature is definitively not supported for whatever reason, we would also li
1515
| Provider name | Official Support | DNS Provider | Registrar | [Concurrency Verified](../concurrency-verified.md) | [`ALIAS`](../language-reference/domain-modifiers/ALIAS.md) | [`CAA`](../language-reference/domain-modifiers/CAA.md) | [`AUTODNSSEC`](../language-reference/domain-modifiers/AUTODNSSEC_ON.md) | [`HTTPS`](../language-reference/domain-modifiers/HTTPS.md) | [`LOC`](../language-reference/domain-modifiers/LOC.md) | [`NAPTR`](../language-reference/domain-modifiers/NAPTR.md) | [`PTR`](../language-reference/domain-modifiers/PTR.md) | [`SOA`](../language-reference/domain-modifiers/SOA.md) | [`SRV`](../language-reference/domain-modifiers/SRV.md) | [`SSHFP`](../language-reference/domain-modifiers/SSHFP.md) | [`SVCB`](../language-reference/domain-modifiers/SVCB.md) | [`TLSA`](../language-reference/domain-modifiers/TLSA.md) | [`DS`](../language-reference/domain-modifiers/DS.md) | [`DHCID`](../language-reference/domain-modifiers/DHCID.md) | [`DNAME`](../language-reference/domain-modifiers/DNAME.md) | [`DNSKEY`](../language-reference/domain-modifiers/DNSKEY.md) | dual host | create-domains | get-zones |
1616
| ------------- | ---------------- | ------------ | --------- | -------------------------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------ | ----------------------------------------------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------ | ---------------------------------------------------------- | ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ | ---------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------------ | --------- | -------------- | --------- |
1717
| [`AKAMAIEDGEDNS`](akamaiedgedns.md) ||||||||||||||||||||||||
18-
| [`AUTODNS`](autodns.md) ||| |||||||||||||||||||||
18+
| [`AUTODNS`](autodns.md) ||| |||||||||||||||||||||
1919
| [`AXFRDDNS`](axfrddns.md) ||||||||||||||||||||||||
2020
| [`AZURE_DNS`](azure_dns.md) ||||||||||||||||||||||||
2121
| [`AZURE_PRIVATE_DNS`](azure_private_dns.md) ||||||||||||||||||||||||

go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ retract v4.8.0
66

77
require google.golang.org/protobuf v1.36.6 // indirect
88

9-
require golang.org/x/net v0.39.0
9+
require golang.org/x/net v0.40.0
1010

1111
require (
1212
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.9.0
@@ -27,7 +27,7 @@ require (
2727
github.com/billputer/go-namecheap v0.0.0-20210108011502-994a912fb7f9
2828
github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/v4 v4.0.7
2929
github.com/cloudflare/cloudflare-go v0.115.0
30-
github.com/digitalocean/godo v1.145.0
30+
github.com/digitalocean/godo v1.146.1
3131
github.com/ditashi/jsbeautifier-go v0.0.0-20141206144643-2520a8026a9c
3232
github.com/dnsimple/dnsimple-go v1.7.0
3333
github.com/exoscale/egoscale v0.102.4
@@ -36,7 +36,7 @@ require (
3636
github.com/gopherjs/jquery v0.0.0-20191017083323-73f4c7416038
3737
github.com/hashicorp/vault/api v1.16.0
3838
github.com/jinzhu/copier v0.4.0
39-
github.com/miekg/dns v1.1.65
39+
github.com/miekg/dns v1.1.66
4040
github.com/mittwald/go-powerdns v0.6.6
4141
github.com/namedotcom/go v0.0.0-20180403034216-08470befbe04
4242
github.com/nrdcg/goinwx v0.11.0
@@ -51,30 +51,30 @@ require (
5151
github.com/transip/gotransip/v6 v6.26.0
5252
github.com/urfave/cli/v2 v2.27.6
5353
github.com/xddxdd/ottoext v0.0.0-20221109171055-210517fa4419
54-
golang.org/x/crypto v0.37.0 // indirect
55-
golang.org/x/oauth2 v0.29.0
56-
google.golang.org/api v0.231.0
54+
golang.org/x/crypto v0.38.0 // indirect
55+
golang.org/x/oauth2 v0.30.0
56+
google.golang.org/api v0.233.0
5757
gopkg.in/ns1/ns1-go.v2 v2.14.3
5858
)
5959

6060
require (
6161
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
6262
github.com/G-Core/gcore-dns-sdk-go v0.3.0
63-
github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/v5 v5.0.13
63+
github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/v5 v5.0.14
6464
github.com/containrrr/shoutrrr v0.8.0
6565
github.com/fatih/color v1.18.0
6666
github.com/fbiville/markdown-table-formatter v0.3.0
6767
github.com/go-acme/lego/v4 v4.23.1
6868
github.com/google/go-cmp v0.7.0
6969
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
70-
github.com/huaweicloud/huaweicloud-sdk-go-v3 v0.1.147
70+
github.com/huaweicloud/huaweicloud-sdk-go-v3 v0.1.148
7171
github.com/juju/errors v1.0.0
7272
github.com/kylelemons/godebug v1.1.0
7373
github.com/mattn/go-isatty v0.0.20
74-
github.com/oracle/oci-go-sdk/v65 v65.89.3
74+
github.com/oracle/oci-go-sdk/v65 v65.91.0
7575
github.com/vultr/govultr/v2 v2.17.2
76-
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
77-
golang.org/x/text v0.24.0
76+
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
77+
golang.org/x/text v0.25.0
7878
golang.org/x/time v0.11.0
7979
gopkg.in/yaml.v3 v3.0.1
8080
)
@@ -158,10 +158,10 @@ require (
158158
go.opentelemetry.io/otel/metric v1.35.0 // indirect
159159
go.opentelemetry.io/otel/trace v1.35.0 // indirect
160160
golang.org/x/mod v0.24.0 // indirect
161-
golang.org/x/sync v0.13.0 // indirect
162-
golang.org/x/sys v0.32.0 // indirect
163-
golang.org/x/tools v0.32.0 // indirect
164-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250425173222-7b384671a197 // indirect
161+
golang.org/x/sync v0.14.0 // indirect
162+
golang.org/x/sys v0.33.0 // indirect
163+
golang.org/x/tools v0.33.0 // indirect
164+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect
165165
google.golang.org/grpc v1.72.0 // indirect
166166
gopkg.in/ini.v1 v1.67.0 // indirect
167167
gopkg.in/sourcemap.v1 v1.0.5 // indirect

0 commit comments

Comments
 (0)