diff --git a/README.md b/README.md index 5575911..34b389c 100644 --- a/README.md +++ b/README.md @@ -229,8 +229,8 @@ Usage: -g, --generate-token 生成 token 并输出 -i, --init string 有选择地初始化配置文件并退出,可以组合使用 (例 01) 0 -> server.json - 1 -> whitelist.json - 2 -> services.json + 1 -> services.json + 2 -> whitelist.json -k, --insecure 使用 https 链接时不检查 TLS 证书合法性 -I, --install 安装服务并退出 -m, --message string 备注 token 信息 diff --git a/go.mod b/go.mod index cb45482..458888c 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module ddns-watchdog go 1.19 require ( - github.com/aliyun/alibaba-cloud-sdk-go v1.61.1743 + github.com/aliyun/alibaba-cloud-sdk-go v1.61.1787 github.com/bitly/go-simplejson v0.5.0 github.com/spf13/pflag v1.0.5 ) diff --git a/go.sum b/go.sum index 03385df..50285f4 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/aliyun/alibaba-cloud-sdk-go v1.61.1743 h1:CYqFCr/akroZIHoFpohoPoPMQ3vq5OxYwKnygUzKRl4= -github.com/aliyun/alibaba-cloud-sdk-go v1.61.1743/go.mod h1:RcDobYh8k5VP6TNybz9m++gL3ijVI5wueVr0EM10VsU= +github.com/aliyun/alibaba-cloud-sdk-go v1.61.1787 h1:kL/uMKw8FwVQn5sYNzFoT9dZpQ7o/ZTO10GQdYxTIuE= +github.com/aliyun/alibaba-cloud-sdk-go v1.61.1787/go.mod h1:RcDobYh8k5VP6TNybz9m++gL3ijVI5wueVr0EM10VsU= github.com/bitly/go-simplejson v0.5.0 h1:6IH+V8/tVMab511d5bn4M7EwGXZf9Hj6i2xSwkNEM+Y= github.com/bitly/go-simplejson v0.5.0/go.mod h1:cXHtHw4XUPsvGaxgjIAn8PhEWG9NfngEKAMDJEczWVA= github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 h1:DDGfHa7BWjL4YnC6+E63dPcxHo2sUxDIu8g3QgEJdRY=