Skip to content

Commit a53e17c

Browse files
committed
feat: Merge to libdns/tencentcloud
1 parent eb42e9e commit a53e17c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ To authenticate you need to supply a [TencentCloud API Key](https://console.tenc
1717

1818
## Other instructions
1919

20-
`rehiy/libdns-tencentcloud` is based on the new version of Tencentcloud api, uses secret Id and key as authentication methods, supports permission settings, and supports DNSPod international version.
20+
`libdns/tencentcloud` is based on the new version of Tencentcloud api, uses secret Id and key as authentication methods, supports permission settings, and supports DNSPod international version.
2121

2222
`libdns/dnspod` is based on the old version of dnspod.cn api, uses token as the authentication method, does not support permission settings, and does not support DNSPod international version.

_example/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55
"fmt"
66

7-
tencentcloud "github.com/rehiy/libdns-tencentcloud"
7+
tencentcloud "github.com/libdns/tencentcloud"
88
)
99

1010
func main() {

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/rehiy/libdns-tencentcloud
1+
module github.com/libdns/tencentcloud
22

33
go 1.18
44

0 commit comments

Comments
 (0)