chore: change repo

This commit is contained in:
Fu Diwei 2025-06-17 16:27:35 +08:00
parent 205275b52d
commit b8bbbee1e0
369 changed files with 832 additions and 833 deletions

View File

@ -11,14 +11,14 @@ body:
**在提交 Issue 之前,请确认以下事项**
1. 我**确认**已尝试过使用当前最新版本,并能复现问题。由于开发者精力有限,非当前最新版本的问题将被直接关闭,感谢理解。
2. 我**确认**已搜索过[已有的 Issues](https://github.com/usual2970/certimate/issues)(包括已关闭的),没有类似的问题。
2. 我**确认**已搜索过[已有的 Issues](https://github.com/certimate-go/certimate/issues)(包括已关闭的),没有类似的问题。
3. 我**确认**已阅读过[文档](https://docs.certimate.me/),没有类似的问题。
4. 请**务必**按照模板规范详细描述问题,否则 Issue 将会被直接关闭。
5. 请保持每个 Issue 只包含一个缺陷报告。如果有多个缺陷,请分别提交 Issue。
**Before you submit the issue, please make sure of the following checklist**:
1. Yes, I'm using the latest release and can reproduce the issue. Issues that are not in the latest version will be closed directly.
2. Yes, I've searched for [existing issues](https://github.com/usual2970/certimate/issues) (including closed ones) on GitHub and didn't find any similar.
2. Yes, I've searched for [existing issues](https://github.com/certimate-go/certimate/issues) (including closed ones) on GitHub and didn't find any similar.
3. Yes, I've read the [documentation](https://docs.certimate.me/en/) and didn't find any similar.
4. Please describe the problem in detail according to the template specification, otherwise the issue will be closed directly.
5. Please limit one report per issue.
@ -76,5 +76,5 @@ body:
attributes:
label: 贡献 / Contribution
options:
- label: 我乐意为此贡献代码! / I am interested in contributing to this issue!
- label: 我乐意为此贡献 PR / I am interested in contributing a PR for this!
required: false

View File

@ -11,14 +11,14 @@ body:
**在提交 Issue 之前,请确认以下事项**
1. 我**确认**是基于当前最新大版本而提出的新功能请求或改进意见。
2. 我**确认**已搜索过[已有的 Issues](https://github.com/usual2970/certimate/issues)(包括已关闭的),没有类似的问题。
2. 我**确认**已搜索过[已有的 Issues](https://github.com/certimate-go/certimate/issues)(包括已关闭的),没有类似的问题。
3. 我**确认**已阅读过[文档](https://docs.certimate.me/),没有类似的问题。
4. 请**务必**按照模板规范详细描述问题,否则 Issue 将会被直接关闭。
5. 请保持每个 Issue 只包含一个功能请求。如果有多个需求,请分别提交 Issue。
**Before you submit the issue, please make sure of the following checklist**:
1. Yes, I'm using the latest release.
2. Yes, I've searched for [existing issues](https://github.com/usual2970/certimate/issues) (including closed ones) on GitHub and didn't find any similar.
2. Yes, I've searched for [existing issues](https://github.com/certimate-go/certimate/issues) (including closed ones) on GitHub and didn't find any similar.
3. Yes, I've read the [documentation](https://docs.certimate.me/en/) and didn't find any similar.
4. Please describe the problem in detail according to the template specification, otherwise the issue will be closed directly.
5. Please limit one request per issue.
@ -48,5 +48,5 @@ body:
attributes:
label: 贡献 / Contribution
options:
- label: 我乐意为此贡献代码! / I am interested in contributing to this issue!
- label: 我乐意为此贡献 PR / I am interested in contributing a PR for this!
required: false

View File

@ -9,14 +9,14 @@ body:
**在提交 Issue 之前,请确认以下事项**
1. 我**确认**正在使用的是当前最新版本。
2. 我**确认**已搜索过[已有的 Issues](https://github.com/usual2970/certimate/issues)(包括已关闭的),没有类似的问题。
2. 我**确认**已搜索过[已有的 Issues](https://github.com/certimate-go/certimate/issues)(包括已关闭的),没有类似的问题。
3. 我**确认**已阅读过[文档](https://docs.certimate.me/),没有类似的问题。
4. 请**务必**按照模板规范详细描述问题,否则 Issue 将会被直接关闭。
5. 请保持每个 Issue 只包含一个问题求助。如果有多个问题,请分别提交 Issue。
**Before you submit the issue, please make sure of the following checklist**:
1. Yes, I'm using the latest release.
2. Yes, I've searched for [existing issues](https://github.com/usual2970/certimate/issues) (including closed ones) on GitHub and didn't find any similar.
2. Yes, I've searched for [existing issues](https://github.com/certimate-go/certimate/issues) (including closed ones) on GitHub and didn't find any similar.
3. Yes, I've read the [documentation](https://docs.certimate.me/en/) and didn't find any similar.
4. Please describe the problem in detail according to the template specification, otherwise the issue will be closed directly.
5. Please limit one question per issue.

View File

@ -32,8 +32,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
usual2970/certimate
registry.cn-shanghai.aliyuncs.com/usual2970/certimate
certimate/certimate
registry.cn-shanghai.aliyuncs.com/certimate/certimate
tags: |
type=ref,event=branch
type=ref,event=pr
@ -61,4 +61,3 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}

View File

@ -31,8 +31,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
usual2970/certimate
registry.cn-shanghai.aliyuncs.com/usual2970/certimate
certimate/certimate
registry.cn-shanghai.aliyuncs.com/certimate/certimate
tags: |
type=ref,event=tag,pattern={{version}}
flavor: |

View File

@ -61,7 +61,7 @@ jobs:
if [ "$ARCH" == "armv7" ]; then
export GOARM=7
fi
go build -ldflags="-s -w -X github.com/usual2970/certimate.Version=${GITHUB_REF#refs/tags/}" -o dist/linux/certimate_${GITHUB_REF#refs/tags/}_linux_$ARCH
go build -ldflags="-s -w -X github.com/certimate-go/certimate.Version=${GITHUB_REF#refs/tags/}" -o dist/linux/certimate_${GITHUB_REF#refs/tags/}_linux_$ARCH
done
- name: Upload Linux binaries
@ -98,7 +98,7 @@ jobs:
run: |
mkdir -p dist/darwin
for ARCH in amd64 arm64; do
go build -ldflags="-s -w -X github.com/usual2970/certimate.Version=${GITHUB_REF#refs/tags/}" -o dist/darwin/certimate_${GITHUB_REF#refs/tags/}_darwin_$ARCH
go build -ldflags="-s -w -X github.com/certimate-go/certimate.Version=${GITHUB_REF#refs/tags/}" -o dist/darwin/certimate_${GITHUB_REF#refs/tags/}_darwin_$ARCH
done
- name: Upload macOS binaries
@ -135,7 +135,7 @@ jobs:
run: |
mkdir -p dist/windows
for ARCH in amd64 arm64; do
go build -ldflags="-s -w -X github.com/usual2970/certimate.Version=${GITHUB_REF#refs/tags/}" -o dist/windows/certimate_${GITHUB_REF#refs/tags/}_windows_$ARCH.exe
go build -ldflags="-s -w -X github.com/certimate-go/certimate.Version=${GITHUB_REF#refs/tags/}" -o dist/windows/certimate_${GITHUB_REF#refs/tags/}_windows_$ARCH.exe
done
- name: Upload Windows binaries

View File

@ -11,7 +11,7 @@ builds:
main: ./
binary: certimate
ldflags:
- -s -w -X github.com/usual2970/certimate.Version={{ .Version }}
- -s -w -X github.com/certimate-go/certimate.Version={{ .Version }}
env:
- CGO_ENABLED=0
goos:

View File

@ -1 +1 @@
A full changelog of past releases is available on [GitHub Releases](https://github.com/usual2970/certimate/releases) page.
A full changelog of past releases is available on [GitHub Releases](https://github.com/certimate-go/certimate/releases) page.

View File

@ -2,11 +2,11 @@
<div align="center">
[![Stars](https://img.shields.io/github/stars/usual2970/certimate?style=flat)](https://github.com/usual2970/certimate)
[![Forks](https://img.shields.io/github/forks/usual2970/certimate?style=flat)](https://github.com/usual2970/certimate)
[![Docker Pulls](https://img.shields.io/docker/pulls/usual2970/certimate?style=flat)](https://hub.docker.com/r/usual2970/certimate)
[![Release](https://img.shields.io/github/v/release/usual2970/certimate?sort=semver)](https://github.com/usual2970/certimate/releases)
[![License](https://img.shields.io/github/license/usual2970/certimate)](https://mit-license.org/)
[![Stars](https://img.shields.io/github/stars/certimate-go/certimate?style=flat)](https://github.com/certimate-go/certimate)
[![Forks](https://img.shields.io/github/forks/certimate-go/certimate?style=flat)](https://github.com/certimate-go/certimate)
[![Docker Pulls](https://img.shields.io/docker/pulls/certimate/certimate?style=flat)](https://hub.docker.com/r/certimate/certimate)
[![Release](https://img.shields.io/github/v/release/certimate-go/certimate?sort=semver)](https://github.com/certimate-go/certimate/releases)
[![License](https://img.shields.io/github/license/certimate-go/certimate)](https://mit-license.org/)
</div>
@ -48,7 +48,7 @@ Certimate 旨在为用户提供一个安全、简便的 SSL 证书管理解决
**5 分钟部署 Certimate**
以二进制部署为例,从 [GitHub Releases](https://github.com/usual2970/certimate/releases) 页面下载预先编译好的二进制可执行文件压缩包,解压缩后在终端中执行:
以二进制部署为例,从 [GitHub Releases](https://github.com/certimate-go/certimate/te/releases) 页面下载预先编译好的二进制可执行文件压缩包,解压缩后在终端中执行:
```bash
./certimate serve
@ -87,7 +87,7 @@ Certimate 是一个免费且开源的项目,采用 [MIT License](./LICENSE.md)
你可以通过以下方式来支持 Certimate 的开发:
- 提交代码:如果你发现了 Bug 或有新的功能需求,而你又有相关经验,可以[提交代码](CONTRIBUTING.md)给我们。
- 提交 Issue功能建议或者 Bug 可以[提交 Issue](https://github.com/usual2970/certimate/issues) 给我们。
- 提交 Issue功能建议或者 Bug 可以[提交 Issue](https://github.com/certimate-go/certimate/te/issues) 给我们。
支持更多提供商、UI 的优化改进、Bug 修复、文档完善等,欢迎大家参与贡献。
@ -108,4 +108,4 @@ Certimate 基于 [MIT License](https://opensource.org/licenses/MIT) 发布,完
## 🚀 Star 趋势图
[![Stargazers over time](https://starchart.cc/usual2970/certimate.svg?variant=adaptive)](https://starchart.cc/usual2970/certimate)
[![Stargazers over time](https://starchart.cc/certimate-go/certimate.svg?variant=adaptive)](https://starchart.cc/certimate-go/certimate)

View File

@ -2,11 +2,11 @@
<div align="center">
[![Stars](https://img.shields.io/github/stars/usual2970/certimate?style=flat)](https://github.com/usual2970/certimate)
[![Forks](https://img.shields.io/github/forks/usual2970/certimate?style=flat)](https://github.com/usual2970/certimate)
[![Docker Pulls](https://img.shields.io/docker/pulls/usual2970/certimate?style=flat)](https://hub.docker.com/r/usual2970/certimate)
[![Release](https://img.shields.io/github/v/release/usual2970/certimate?style=flat&sort=semver)](https://github.com/usual2970/certimate/releases)
[![License](https://img.shields.io/github/license/usual2970/certimate?style=flat)](https://mit-license.org/)
[![Stars](https://img.shields.io/github/stars/certimate-go/certimate?style=flat)](https://github.com/certimate-go/certimate)
[![Forks](https://img.shields.io/github/forks/certimate-go/certimate?style=flat)](https://github.com/certimate-go/certimate)
[![Docker Pulls](https://img.shields.io/docker/pulls/certimate/certimate?style=flat)](https://hub.docker.com/r/certimate/certimate)
[![Release](https://img.shields.io/github/v/release/certimate-go/certimate?style=flat&sort=semver)](https://github.com/certimate-go/certimate/releases)
[![License](https://img.shields.io/github/license/certimate-go/certimate?style=flat)](https://mit-license.org/)
</div>
@ -48,7 +48,7 @@ Certimate aims to provide users with a secure and user-friendly SSL certificate
**Deploy Certimate in 5 minutes!**
Download the archived package of precompiled binary files directly from [GitHub Releases](https://github.com/usual2970/certimate/releases), extract and then execute:
Download the archived package of precompiled binary files directly from [GitHub Releases](https://github.com/certimate-go/certimate/te/releases), extract and then execute:
```bash
./certimate serve
@ -85,7 +85,7 @@ Certimate is a free and open-source project, licensed under the [MIT License](./
You can support the development of Certimate in the following ways:
- **Submit Code**: If you find a bug or have new feature requests, and you have relevant experience, [you can submit code to us](CONTRIBUTING_EN.md).
- **Submit an Issue**: For feature suggestions or bugs, you can [submit an issue](https://github.com/usual2970/certimate/issues) to us.
- **Submit an Issue**: For feature suggestions or bugs, you can [submit an issue](https://github.com/certimate-go/certimate/te/issues) to us.
Support for more service providers, UI enhancements, bug fixes, and documentation improvements are all welcome. We encourage everyone to contribute.
@ -106,4 +106,4 @@ This software is provided under the [MIT License](https://opensource.org/license
## 🚀 Star History
[![Stargazers over time](https://starchart.cc/usual2970/certimate.svg?variant=adaptive)](https://starchart.cc/usual2970/certimate)
[![Stargazers over time](https://starchart.cc/certimate-go/certimate.svg?variant=adaptive)](https://starchart.cc/certimate-go/certimate)

View File

@ -1,8 +1,8 @@
version: "3.0"
services:
certimate:
image: registry.cn-shanghai.aliyuncs.com/usual2970/certimate:latest
container_name: certimate_server
image: certimate/certimate:latest
container_name: certimate
ports:
- 8090:8090
volumes:

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/usual2970/certimate
module github.com/certimate-go/certimate
go 1.24.0

View File

@ -1,6 +1,6 @@
package applicant
import "github.com/usual2970/certimate/internal/domain"
import "github.com/certimate-go/certimate/internal/domain"
const (
caLetsEncrypt = string(domain.CAProviderTypeLetsEncrypt)

View File

@ -13,10 +13,10 @@ import (
"github.com/go-acme/lego/v4/registration"
"golang.org/x/sync/singleflight"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/repository"
xcert "github.com/usual2970/certimate/pkg/utils/cert"
xmaps "github.com/usual2970/certimate/pkg/utils/maps"
"github.com/certimate-go/certimate/internal/domain"
"github.com/certimate-go/certimate/te/internal/repository"
xcert "github.com/certimate-go/certimate/te/pkg/utils/cert"
xmaps "github.com/certimate-go/certimate/te/pkg/utils/maps"
)
type acmeUser struct {

View File

@ -19,10 +19,10 @@ import (
"golang.org/x/exp/slices"
"golang.org/x/time/rate"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/repository"
xmaps "github.com/usual2970/certimate/pkg/utils/maps"
xslices "github.com/usual2970/certimate/pkg/utils/slices"
"github.com/certimate-go/certimate/internal/domain"
"github.com/certimate-go/certimate/te/internal/repository"
xmaps "github.com/certimate-go/certimate/te/pkg/utils/maps"
xslices "github.com/certimate-go/certimate/te/pkg/utils/slices"
)
type ApplyResult struct {

View File

@ -5,46 +5,46 @@ import (
"github.com/go-acme/lego/v4/challenge"
"github.com/usual2970/certimate/internal/domain"
pACMEHttpReq "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/acmehttpreq"
pAliyun "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/aliyun"
pAliyunESA "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/aliyun-esa"
pAWSRoute53 "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/aws-route53"
pAzureDNS "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/azure-dns"
pBaiduCloud "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/baiducloud"
pBunny "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/bunny"
pCloudflare "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/cloudflare"
pClouDNS "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/cloudns"
pCMCCCloud "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/cmcccloud"
pConstellix "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/constellix"
pCTCCCloud "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/ctcccloud"
pDeSEC "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/desec"
pDigitalOcean "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/digitalocean"
pDNSLA "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/dnsla"
pDuckDNS "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/duckdns"
pDynv6 "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/dynv6"
pGcore "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/gcore"
pGname "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/gname"
pGoDaddy "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/godaddy"
pHetzner "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/hetzner"
pHuaweiCloud "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/huaweicloud"
pJDCloud "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/jdcloud"
pNamecheap "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/namecheap"
pNameDotCom "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/namedotcom"
pNameSilo "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/namesilo"
pNetcup "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/netcup"
pNetlify "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/netlify"
pNS1 "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/ns1"
pPorkbun "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/porkbun"
pPowerDNS "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/powerdns"
pRainYun "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/rainyun"
pTencentCloud "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/tencentcloud"
pTencentCloudEO "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/tencentcloud-eo"
pUCloudUDNR "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/ucloud-udnr"
pVercel "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/vercel"
pVolcEngine "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/volcengine"
pWestcn "github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/westcn"
xmaps "github.com/usual2970/certimate/pkg/utils/maps"
"github.com/certimate-go/certimate/internal/domain"
pACMEHttpReq "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/acmehttpreq"
pAliyun "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/aliyun"
pAliyunESA "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/aliyun-esa"
pAWSRoute53 "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/aws-route53"
pAzureDNS "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/azure-dns"
pBaiduCloud "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/baiducloud"
pBunny "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/bunny"
pCloudflare "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/cloudflare"
pClouDNS "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/cloudns"
pCMCCCloud "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/cmcccloud"
pConstellix "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/constellix"
pCTCCCloud "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/ctcccloud"
pDeSEC "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/desec"
pDigitalOcean "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/digitalocean"
pDNSLA "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/dnsla"
pDuckDNS "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/duckdns"
pDynv6 "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/dynv6"
pGcore "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/gcore"
pGname "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/gname"
pGoDaddy "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/godaddy"
pHetzner "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/hetzner"
pHuaweiCloud "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/huaweicloud"
pJDCloud "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/jdcloud"
pNamecheap "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/namecheap"
pNameDotCom "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/namedotcom"
pNameSilo "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/namesilo"
pNetcup "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/netcup"
pNetlify "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/netlify"
pNS1 "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/ns1"
pPorkbun "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/porkbun"
pPowerDNS "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/powerdns"
pRainYun "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/rainyun"
pTencentCloud "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/tencentcloud"
pTencentCloudEO "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/tencentcloud-eo"
pUCloudUDNR "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/ucloud-udnr"
pVercel "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/vercel"
pVolcEngine "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/volcengine"
pWestcn "github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/westcn"
xmaps "github.com/certimate-go/certimate/te/pkg/utils/maps"
)
type applicantProviderOptions struct {

View File

@ -13,12 +13,12 @@ import (
"github.com/go-acme/lego/v4/certcrypto"
"github.com/pocketbase/dbx"
"github.com/usual2970/certimate/internal/app"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/domain/dtos"
"github.com/usual2970/certimate/internal/notify"
"github.com/usual2970/certimate/internal/repository"
xcert "github.com/usual2970/certimate/pkg/utils/cert"
"github.com/certimate-go/certimate/internal/app"
"github.com/certimate-go/certimate/te/internal/domain"
"github.com/certimate-go/certimate/te/internal/domain/dtos"
"github.com/certimate-go/certimate/te/internal/notify"
"github.com/certimate-go/certimate/te/internal/repository"
xcert "github.com/certimate-go/certimate/te/pkg/utils/cert"
)
const (

View File

@ -5,9 +5,9 @@ import (
"fmt"
"log/slog"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/repository"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/internal/domain"
"github.com/certimate-go/certimate/te/internal/repository"
"github.com/certimate-go/certimate/te/pkg/core"
)
type Deployer interface {

View File

@ -5,106 +5,106 @@ import (
"net/http"
"strings"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/pkg/core"
p1PanelConsole "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/1panel-console"
p1PanelSite "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/1panel-site"
pAliyunALB "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-alb"
pAliyunAPIGW "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-apigw"
pAliyunCAS "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-cas"
pAliyunCASDeploy "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-cas-deploy"
pAliyunCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-cdn"
pAliyunCLB "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-clb"
pAliyunDCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-dcdn"
pAliyunDDoS "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-ddos"
pAliyunESA "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-esa"
pAliyunFC "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-fc"
pAliyunGA "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-ga"
pAliyunLive "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-live"
pAliyunNLB "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-nlb"
pAliyunOSS "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-oss"
pAliyunVOD "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-vod"
pAliyunWAF "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aliyun-waf"
pAPISIX "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/apisix"
pAWSACM "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aws-acm"
pAWSCloudFront "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aws-cloudfront"
pAWSIAM "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/aws-iam"
pAzureKeyVault "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/azure-keyvault"
pBaiduCloudAppBLB "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/baiducloud-appblb"
pBaiduCloudBLB "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/baiducloud-blb"
pBaiduCloudCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/baiducloud-cdn"
pBaiduCloudCert "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/baiducloud-cert"
pBaishanCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/baishan-cdn"
pBaotaPanelConsole "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/baotapanel-console"
pBaotaPanelSite "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/baotapanel-site"
pBaotaWAFConsole "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/baotawaf-console"
pBaotaWAFSite "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/baotawaf-site"
pBunnyCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/bunny-cdn"
pBytePlusCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/byteplus-cdn"
pCacheFly "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/cachefly"
pCdnfly "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/cdnfly"
pCTCCCloudAO "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/ctcccloud-ao"
pCTCCCloudCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/ctcccloud-cdn"
pCTCCCloudCMS "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/ctcccloud-cms"
pCTCCCloudELB "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/ctcccloud-elb"
pCTCCCloudICDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/ctcccloud-icdn"
pCTCCCloudLVDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/ctcccloud-lvdn"
pDogeCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/dogecloud-cdn"
pEdgioApplications "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/edgio-applications"
pFlexCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/flexcdn"
pGcoreCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/gcore-cdn"
pGoEdge "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/goedge"
pHuaweiCloudCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/huaweicloud-cdn"
pHuaweiCloudELB "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/huaweicloud-elb"
pHuaweiCloudSCM "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/huaweicloud-scm"
pHuaweiCloudWAF "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/huaweicloud-waf"
pJDCloudALB "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/jdcloud-alb"
pJDCloudCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/jdcloud-cdn"
pJDCloudLive "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/jdcloud-live"
pJDCloudVOD "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/jdcloud-vod"
pK8sSecret "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/k8s-secret"
pLeCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/lecdn"
pLocal "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/local"
pNetlifySite "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/netlify-site"
pProxmoxVE "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/proxmoxve"
pQiniuCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/qiniu-cdn"
pQiniuPili "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/qiniu-pili"
pRainYunRCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/rainyun-rcdn"
pRatPanelConsole "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/ratpanel-console"
pRatPanelSite "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/ratpanel-site"
pSafeLine "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/safeline"
pSSH "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/ssh"
pTencentCloudCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/tencentcloud-cdn"
pTencentCloudCLB "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/tencentcloud-clb"
pTencentCloudCOS "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/tencentcloud-cos"
pTencentCloudCSS "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/tencentcloud-css"
pTencentCloudECDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/tencentcloud-ecdn"
pTencentCloudEO "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/tencentcloud-eo"
pTencentCloudGAAP "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/tencentcloud-gaap"
pTencentCloudSCF "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/tencentcloud-scf"
pTencentCloudSSL "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/tencentcloud-ssl"
pTencentCloudSSLDeploy "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/tencentcloud-ssl-deploy"
pTencentCloudVOD "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/tencentcloud-vod"
pTencentCloudWAF "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/tencentcloud-waf"
pUCloudUCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/ucloud-ucdn"
pUCloudUS3 "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/ucloud-us3"
pUniCloudWebHost "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/unicloud-webhost"
pUpyunCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/upyun-cdn"
pVolcEngineALB "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/volcengine-alb"
pVolcEngineCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/volcengine-cdn"
pVolcEngineCertCenter "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/volcengine-certcenter"
pVolcEngineCLB "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/volcengine-clb"
pVolcEngineDCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/volcengine-dcdn"
pVolcEngineImageX "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/volcengine-imagex"
pVolcEngineLive "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/volcengine-live"
pVolcEngineTOS "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/volcengine-tos"
pWangsuCDN "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/wangsu-cdn"
pWangsuCDNPro "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/wangsu-cdnpro"
pWangsuCertificate "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/wangsu-certificate"
pWebhook "github.com/usual2970/certimate/pkg/core/ssl-deployer/providers/webhook"
xhttp "github.com/usual2970/certimate/pkg/utils/http"
xmaps "github.com/usual2970/certimate/pkg/utils/maps"
xslices "github.com/usual2970/certimate/pkg/utils/slices"
"github.com/certimate-go/certimate/internal/domain"
"github.com/certimate-go/certimate/te/pkg/core"
p1PanelConsole "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/1panel-console"
p1PanelSite "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/1panel-site"
pAliyunALB "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-alb"
pAliyunAPIGW "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-apigw"
pAliyunCAS "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-cas"
pAliyunCASDeploy "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-cas-deploy"
pAliyunCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-cdn"
pAliyunCLB "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-clb"
pAliyunDCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-dcdn"
pAliyunDDoS "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-ddos"
pAliyunESA "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-esa"
pAliyunFC "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-fc"
pAliyunGA "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-ga"
pAliyunLive "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-live"
pAliyunNLB "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-nlb"
pAliyunOSS "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-oss"
pAliyunVOD "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-vod"
pAliyunWAF "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aliyun-waf"
pAPISIX "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/apisix"
pAWSACM "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aws-acm"
pAWSCloudFront "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aws-cloudfront"
pAWSIAM "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/aws-iam"
pAzureKeyVault "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/azure-keyvault"
pBaiduCloudAppBLB "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/baiducloud-appblb"
pBaiduCloudBLB "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/baiducloud-blb"
pBaiduCloudCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/baiducloud-cdn"
pBaiduCloudCert "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/baiducloud-cert"
pBaishanCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/baishan-cdn"
pBaotaPanelConsole "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/baotapanel-console"
pBaotaPanelSite "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/baotapanel-site"
pBaotaWAFConsole "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/baotawaf-console"
pBaotaWAFSite "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/baotawaf-site"
pBunnyCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/bunny-cdn"
pBytePlusCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/byteplus-cdn"
pCacheFly "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/cachefly"
pCdnfly "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/cdnfly"
pCTCCCloudAO "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/ctcccloud-ao"
pCTCCCloudCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/ctcccloud-cdn"
pCTCCCloudCMS "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/ctcccloud-cms"
pCTCCCloudELB "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/ctcccloud-elb"
pCTCCCloudICDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/ctcccloud-icdn"
pCTCCCloudLVDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/ctcccloud-lvdn"
pDogeCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/dogecloud-cdn"
pEdgioApplications "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/edgio-applications"
pFlexCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/flexcdn"
pGcoreCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/gcore-cdn"
pGoEdge "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/goedge"
pHuaweiCloudCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/huaweicloud-cdn"
pHuaweiCloudELB "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/huaweicloud-elb"
pHuaweiCloudSCM "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/huaweicloud-scm"
pHuaweiCloudWAF "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/huaweicloud-waf"
pJDCloudALB "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/jdcloud-alb"
pJDCloudCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/jdcloud-cdn"
pJDCloudLive "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/jdcloud-live"
pJDCloudVOD "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/jdcloud-vod"
pK8sSecret "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/k8s-secret"
pLeCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/lecdn"
pLocal "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/local"
pNetlifySite "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/netlify-site"
pProxmoxVE "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/proxmoxve"
pQiniuCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/qiniu-cdn"
pQiniuPili "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/qiniu-pili"
pRainYunRCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/rainyun-rcdn"
pRatPanelConsole "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/ratpanel-console"
pRatPanelSite "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/ratpanel-site"
pSafeLine "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/safeline"
pSSH "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/ssh"
pTencentCloudCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/tencentcloud-cdn"
pTencentCloudCLB "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/tencentcloud-clb"
pTencentCloudCOS "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/tencentcloud-cos"
pTencentCloudCSS "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/tencentcloud-css"
pTencentCloudECDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/tencentcloud-ecdn"
pTencentCloudEO "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/tencentcloud-eo"
pTencentCloudGAAP "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/tencentcloud-gaap"
pTencentCloudSCF "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/tencentcloud-scf"
pTencentCloudSSL "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/tencentcloud-ssl"
pTencentCloudSSLDeploy "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/tencentcloud-ssl-deploy"
pTencentCloudVOD "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/tencentcloud-vod"
pTencentCloudWAF "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/tencentcloud-waf"
pUCloudUCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/ucloud-ucdn"
pUCloudUS3 "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/ucloud-us3"
pUniCloudWebHost "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/unicloud-webhost"
pUpyunCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/upyun-cdn"
pVolcEngineALB "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/volcengine-alb"
pVolcEngineCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/volcengine-cdn"
pVolcEngineCertCenter "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/volcengine-certcenter"
pVolcEngineCLB "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/volcengine-clb"
pVolcEngineDCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/volcengine-dcdn"
pVolcEngineImageX "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/volcengine-imagex"
pVolcEngineLive "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/volcengine-live"
pVolcEngineTOS "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/volcengine-tos"
pWangsuCDN "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/wangsu-cdn"
pWangsuCDNPro "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/wangsu-cdnpro"
pWangsuCertificate "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/wangsu-certificate"
pWebhook "github.com/certimate-go/certimate/te/pkg/core/ssl-deployer/providers/webhook"
xhttp "github.com/certimate-go/certimate/te/pkg/utils/http"
xmaps "github.com/certimate-go/certimate/te/pkg/utils/maps"
xslices "github.com/certimate-go/certimate/te/pkg/utils/slices"
)
type deployerProviderOptions struct {

View File

@ -8,7 +8,7 @@ import (
"strings"
"time"
xcert "github.com/usual2970/certimate/pkg/utils/cert"
xcert "github.com/certimate-go/certimate/pkg/utils/cert"
)
const CollectionNameCertificate = "certificate"

View File

@ -1,6 +1,6 @@
package dtos
import "github.com/usual2970/certimate/internal/domain"
import "github.com/certimate-go/certimate/internal/domain"
type NotifyTestPushReq struct {
Channel domain.NotifyChannelType `json:"channel"`

View File

@ -1,6 +1,6 @@
package dtos
import "github.com/usual2970/certimate/internal/domain"
import "github.com/certimate-go/certimate/internal/domain"
type WorkflowStartRunReq struct {
WorkflowId string `json:"-"`

View File

@ -4,8 +4,8 @@ import (
"encoding/json"
"time"
"github.com/usual2970/certimate/internal/domain/expr"
xmaps "github.com/usual2970/certimate/pkg/utils/maps"
"github.com/certimate-go/certimate/internal/domain/expr"
xmaps "github.com/certimate-go/certimate/te/pkg/utils/maps"
)
const CollectionNameWorkflow = "workflow"

View File

@ -5,9 +5,9 @@ import (
"fmt"
"log/slog"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/repository"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/internal/domain"
"github.com/certimate-go/certimate/te/internal/repository"
"github.com/certimate-go/certimate/te/pkg/core"
)
type Notifier interface {

View File

@ -7,10 +7,10 @@ import (
"golang.org/x/sync/errgroup"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/repository"
"github.com/usual2970/certimate/pkg/core"
xmaps "github.com/usual2970/certimate/pkg/utils/maps"
"github.com/certimate-go/certimate/internal/domain"
"github.com/certimate-go/certimate/te/internal/repository"
"github.com/certimate-go/certimate/te/pkg/core"
xmaps "github.com/certimate-go/certimate/te/pkg/utils/maps"
)
// Deprecated: v0.4.x 将废弃

View File

@ -4,19 +4,19 @@ import (
"fmt"
"net/http"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/pkg/core"
pDingTalkBot "github.com/usual2970/certimate/pkg/core/notifier/providers/dingtalkbot"
pDiscordBot "github.com/usual2970/certimate/pkg/core/notifier/providers/discordbot"
pEmail "github.com/usual2970/certimate/pkg/core/notifier/providers/email"
pLarkBot "github.com/usual2970/certimate/pkg/core/notifier/providers/larkbot"
pMattermost "github.com/usual2970/certimate/pkg/core/notifier/providers/mattermost"
pSlackBot "github.com/usual2970/certimate/pkg/core/notifier/providers/slackbot"
pTelegramBot "github.com/usual2970/certimate/pkg/core/notifier/providers/telegrambot"
pWebhook "github.com/usual2970/certimate/pkg/core/notifier/providers/webhook"
pWeComBot "github.com/usual2970/certimate/pkg/core/notifier/providers/wecombot"
xhttp "github.com/usual2970/certimate/pkg/utils/http"
xmaps "github.com/usual2970/certimate/pkg/utils/maps"
"github.com/certimate-go/certimate/internal/domain"
"github.com/certimate-go/certimate/te/pkg/core"
pDingTalkBot "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/dingtalkbot"
pDiscordBot "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/discordbot"
pEmail "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/email"
pLarkBot "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/larkbot"
pMattermost "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/mattermost"
pSlackBot "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/slackbot"
pTelegramBot "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/telegrambot"
pWebhook "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/webhook"
pWeComBot "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/wecombot"
xhttp "github.com/certimate-go/certimate/te/pkg/utils/http"
xmaps "github.com/certimate-go/certimate/te/pkg/utils/maps"
)
type notifierProviderOptions struct {

View File

@ -3,21 +3,21 @@ package notify
import (
"fmt"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/pkg/core"
pBark "github.com/usual2970/certimate/pkg/core/notifier/providers/bark"
pDingTalk "github.com/usual2970/certimate/pkg/core/notifier/providers/dingtalkbot"
pEmail "github.com/usual2970/certimate/pkg/core/notifier/providers/email"
pGotify "github.com/usual2970/certimate/pkg/core/notifier/providers/gotify"
pLark "github.com/usual2970/certimate/pkg/core/notifier/providers/larkbot"
pMattermost "github.com/usual2970/certimate/pkg/core/notifier/providers/mattermost"
pPushover "github.com/usual2970/certimate/pkg/core/notifier/providers/pushover"
pPushPlus "github.com/usual2970/certimate/pkg/core/notifier/providers/pushplus"
pServerChan "github.com/usual2970/certimate/pkg/core/notifier/providers/serverchan"
pTelegram "github.com/usual2970/certimate/pkg/core/notifier/providers/telegrambot"
pWebhook "github.com/usual2970/certimate/pkg/core/notifier/providers/webhook"
pWeCom "github.com/usual2970/certimate/pkg/core/notifier/providers/wecombot"
xmaps "github.com/usual2970/certimate/pkg/utils/maps"
"github.com/certimate-go/certimate/internal/domain"
"github.com/certimate-go/certimate/te/pkg/core"
pBark "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/bark"
pDingTalk "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/dingtalkbot"
pEmail "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/email"
pGotify "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/gotify"
pLark "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/larkbot"
pMattermost "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/mattermost"
pPushover "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/pushover"
pPushPlus "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/pushplus"
pServerChan "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/serverchan"
pTelegram "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/telegrambot"
pWebhook "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/webhook"
pWeCom "github.com/certimate-go/certimate/te/pkg/core/notifier/providers/wecombot"
xmaps "github.com/certimate-go/certimate/te/pkg/utils/maps"
)
// Deprecated: v0.4.x 将废弃

View File

@ -4,8 +4,8 @@ import (
"context"
"fmt"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/domain/dtos"
"github.com/certimate-go/certimate/internal/domain"
"github.com/certimate-go/certimate/te/internal/domain/dtos"
)
// Deprecated: v0.4.x 将废弃

View File

@ -8,8 +8,8 @@ import (
"github.com/pocketbase/pocketbase/core"
"github.com/usual2970/certimate/internal/app"
"github.com/usual2970/certimate/internal/domain"
"github.com/certimate-go/certimate/internal/app"
"github.com/certimate-go/certimate/te/internal/domain"
)
type AccessRepository struct{}

View File

@ -11,8 +11,8 @@ import (
"github.com/pocketbase/pocketbase/core"
"golang.org/x/sync/singleflight"
"github.com/usual2970/certimate/internal/app"
"github.com/usual2970/certimate/internal/domain"
"github.com/certimate-go/certimate/internal/app"
"github.com/certimate-go/certimate/te/internal/domain"
)
type AcmeAccountRepository struct{}

View File

@ -6,10 +6,10 @@ import (
"errors"
"fmt"
"github.com/certimate-go/certimate/internal/app"
"github.com/certimate-go/certimate/te/internal/domain"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/core"
"github.com/usual2970/certimate/internal/app"
"github.com/usual2970/certimate/internal/domain"
)
type CertificateRepository struct{}

View File

@ -5,9 +5,9 @@ import (
"database/sql"
"errors"
"github.com/certimate-go/certimate/internal/app"
"github.com/certimate-go/certimate/te/internal/domain"
"github.com/pocketbase/dbx"
"github.com/usual2970/certimate/internal/app"
"github.com/usual2970/certimate/internal/domain"
)
type SettingsRepository struct{}

View File

@ -3,8 +3,8 @@ package repository
import (
"context"
"github.com/usual2970/certimate/internal/app"
"github.com/usual2970/certimate/internal/domain"
"github.com/certimate-go/certimate/internal/app"
"github.com/certimate-go/certimate/te/internal/domain"
)
type StatisticsRepository struct{}

View File

@ -6,10 +6,10 @@ import (
"errors"
"fmt"
"github.com/certimate-go/certimate/internal/app"
"github.com/certimate-go/certimate/te/internal/domain"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/core"
"github.com/usual2970/certimate/internal/app"
"github.com/usual2970/certimate/internal/domain"
)
type WorkflowRepository struct{}

View File

@ -6,10 +6,10 @@ import (
"errors"
"fmt"
"github.com/certimate-go/certimate/internal/app"
"github.com/certimate-go/certimate/te/internal/domain"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/core"
"github.com/usual2970/certimate/internal/app"
"github.com/usual2970/certimate/internal/domain"
)
type WorkflowLogRepository struct{}

View File

@ -6,10 +6,10 @@ import (
"errors"
"fmt"
"github.com/certimate-go/certimate/internal/app"
"github.com/certimate-go/certimate/te/internal/domain"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/core"
"github.com/usual2970/certimate/internal/app"
"github.com/usual2970/certimate/internal/domain"
)
type WorkflowOutputRepository struct{}

View File

@ -6,10 +6,10 @@ import (
"errors"
"fmt"
"github.com/certimate-go/certimate/internal/app"
"github.com/certimate-go/certimate/te/internal/domain"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/core"
"github.com/usual2970/certimate/internal/app"
"github.com/usual2970/certimate/internal/domain"
)
type WorkflowRunRepository struct{}

View File

@ -6,8 +6,8 @@ import (
"github.com/pocketbase/pocketbase/core"
"github.com/pocketbase/pocketbase/tools/router"
"github.com/usual2970/certimate/internal/domain/dtos"
"github.com/usual2970/certimate/internal/rest/resp"
"github.com/certimate-go/certimate/internal/domain/dtos"
"github.com/certimate-go/certimate/te/internal/rest/resp"
)
type certificateService interface {

View File

@ -6,8 +6,8 @@ import (
"github.com/pocketbase/pocketbase/core"
"github.com/pocketbase/pocketbase/tools/router"
"github.com/usual2970/certimate/internal/domain/dtos"
"github.com/usual2970/certimate/internal/rest/resp"
"github.com/certimate-go/certimate/internal/domain/dtos"
"github.com/certimate-go/certimate/te/internal/rest/resp"
)
type notifyService interface {

View File

@ -6,8 +6,8 @@ import (
"github.com/pocketbase/pocketbase/core"
"github.com/pocketbase/pocketbase/tools/router"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/rest/resp"
"github.com/certimate-go/certimate/internal/domain"
"github.com/certimate-go/certimate/te/internal/rest/resp"
)
type statisticsService interface {

View File

@ -6,8 +6,8 @@ import (
"github.com/pocketbase/pocketbase/core"
"github.com/pocketbase/pocketbase/tools/router"
"github.com/usual2970/certimate/internal/domain/dtos"
"github.com/usual2970/certimate/internal/rest/resp"
"github.com/certimate-go/certimate/internal/domain/dtos"
"github.com/certimate-go/certimate/te/internal/rest/resp"
)
type workflowService interface {

View File

@ -5,7 +5,7 @@ import (
"github.com/pocketbase/pocketbase/core"
"github.com/usual2970/certimate/internal/domain"
"github.com/certimate-go/certimate/internal/domain"
)
type Response struct {

View File

@ -7,12 +7,12 @@ import (
"github.com/pocketbase/pocketbase/core"
"github.com/pocketbase/pocketbase/tools/router"
"github.com/usual2970/certimate/internal/certificate"
"github.com/usual2970/certimate/internal/notify"
"github.com/usual2970/certimate/internal/repository"
"github.com/usual2970/certimate/internal/rest/handlers"
"github.com/usual2970/certimate/internal/statistics"
"github.com/usual2970/certimate/internal/workflow"
"github.com/certimate-go/certimate/internal/certificate"
"github.com/certimate-go/certimate/te/internal/notify"
"github.com/certimate-go/certimate/te/internal/repository"
"github.com/certimate-go/certimate/te/internal/rest/handlers"
"github.com/certimate-go/certimate/te/internal/statistics"
"github.com/certimate-go/certimate/te/internal/workflow"
)
var (

View File

@ -1,10 +1,10 @@
package scheduler
import (
"github.com/usual2970/certimate/internal/app"
"github.com/usual2970/certimate/internal/certificate"
"github.com/usual2970/certimate/internal/repository"
"github.com/usual2970/certimate/internal/workflow"
"github.com/certimate-go/certimate/internal/app"
"github.com/certimate-go/certimate/te/internal/certificate"
"github.com/certimate-go/certimate/te/internal/repository"
"github.com/certimate-go/certimate/te/internal/workflow"
)
func Register() {

View File

@ -3,7 +3,7 @@ package statistics
import (
"context"
"github.com/usual2970/certimate/internal/domain"
"github.com/certimate-go/certimate/internal/domain"
)
type statisticsRepository interface {

View File

@ -12,9 +12,9 @@ import (
"sync"
"time"
"github.com/usual2970/certimate/internal/app"
"github.com/usual2970/certimate/internal/domain"
xslices "github.com/usual2970/certimate/pkg/utils/slices"
"github.com/certimate-go/certimate/internal/app"
"github.com/certimate-go/certimate/te/internal/domain"
xslices "github.com/certimate-go/certimate/te/pkg/utils/slices"
)
var maxWorkers = 1

View File

@ -5,9 +5,9 @@ import (
"errors"
"log/slog"
"github.com/usual2970/certimate/internal/domain"
nodes "github.com/usual2970/certimate/internal/workflow/node-processor"
"github.com/usual2970/certimate/pkg/logging"
"github.com/certimate-go/certimate/internal/domain"
nodes "github.com/certimate-go/certimate/te/internal/workflow/node-processor"
"github.com/certimate-go/certimate/te/pkg/logging"
)
type workflowInvoker struct {

View File

@ -4,8 +4,8 @@ import (
"context"
"sync"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/repository"
"github.com/certimate-go/certimate/internal/domain"
"github.com/certimate-go/certimate/te/internal/repository"
)
type workflowRepository interface {

View File

@ -6,10 +6,10 @@ import (
"github.com/pocketbase/pocketbase/core"
"github.com/usual2970/certimate/internal/app"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/domain/dtos"
"github.com/usual2970/certimate/internal/repository"
"github.com/certimate-go/certimate/internal/app"
"github.com/certimate-go/certimate/te/internal/domain"
"github.com/certimate-go/certimate/te/internal/domain/dtos"
"github.com/certimate-go/certimate/te/internal/repository"
)
func Register() {

View File

@ -9,10 +9,10 @@ import (
"golang.org/x/exp/maps"
"github.com/usual2970/certimate/internal/applicant"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/repository"
xcert "github.com/usual2970/certimate/pkg/utils/cert"
"github.com/certimate-go/certimate/internal/applicant"
"github.com/certimate-go/certimate/te/internal/domain"
"github.com/certimate-go/certimate/te/internal/repository"
xcert "github.com/certimate-go/certimate/te/pkg/utils/cert"
)
type applyNode struct {

View File

@ -5,8 +5,8 @@ import (
"errors"
"fmt"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/domain/expr"
"github.com/certimate-go/certimate/internal/domain"
"github.com/certimate-go/certimate/te/internal/domain/expr"
)
type conditionNode struct {

View File

@ -9,9 +9,9 @@ import (
"golang.org/x/exp/maps"
"github.com/usual2970/certimate/internal/deployer"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/repository"
"github.com/certimate-go/certimate/internal/deployer"
"github.com/certimate-go/certimate/te/internal/domain"
"github.com/certimate-go/certimate/te/internal/repository"
)
type deployNode struct {

View File

@ -3,7 +3,7 @@ package nodeprocessor
import (
"context"
"github.com/usual2970/certimate/internal/domain"
"github.com/certimate-go/certimate/internal/domain"
)
type executeFailureNode struct {

View File

@ -3,7 +3,7 @@ package nodeprocessor
import (
"context"
"github.com/usual2970/certimate/internal/domain"
"github.com/certimate-go/certimate/internal/domain"
)
type executeSuccessNode struct {

View File

@ -13,8 +13,8 @@ import (
"strings"
"time"
"github.com/usual2970/certimate/internal/domain"
xhttp "github.com/usual2970/certimate/pkg/utils/http"
"github.com/certimate-go/certimate/internal/domain"
xhttp "github.com/certimate-go/certimate/te/pkg/utils/http"
)
type monitorNode struct {

View File

@ -5,8 +5,8 @@ import (
"log/slog"
"testing"
"github.com/usual2970/certimate/internal/domain"
nodeprocessor "github.com/usual2970/certimate/internal/workflow/node-processor"
"github.com/certimate-go/certimate/internal/domain"
nodeprocessor "github.com/certimate-go/certimate/te/internal/workflow/node-processor"
)
func Test_MonitorNode(t *testing.T) {

View File

@ -6,9 +6,9 @@ import (
"log/slog"
"strconv"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/notify"
"github.com/usual2970/certimate/internal/repository"
"github.com/certimate-go/certimate/internal/domain"
"github.com/certimate-go/certimate/te/internal/notify"
"github.com/certimate-go/certimate/te/internal/repository"
)
type notifyNode struct {

View File

@ -6,7 +6,7 @@ import (
"io"
"log/slog"
"github.com/usual2970/certimate/internal/domain"
"github.com/certimate-go/certimate/internal/domain"
)
type NodeProcessor interface {

View File

@ -3,7 +3,7 @@ package nodeprocessor
import (
"context"
"github.com/usual2970/certimate/internal/domain"
"github.com/certimate-go/certimate/internal/domain"
)
type startNode struct {

View File

@ -8,8 +8,8 @@ import (
"strings"
"time"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/repository"
"github.com/certimate-go/certimate/internal/domain"
"github.com/certimate-go/certimate/te/internal/repository"
)
type uploadNode struct {

View File

@ -9,10 +9,10 @@ import (
"github.com/pocketbase/dbx"
"github.com/usual2970/certimate/internal/app"
"github.com/usual2970/certimate/internal/domain"
"github.com/usual2970/certimate/internal/domain/dtos"
"github.com/usual2970/certimate/internal/workflow/dispatcher"
"github.com/certimate-go/certimate/internal/app"
"github.com/certimate-go/certimate/te/internal/domain"
"github.com/certimate-go/certimate/te/internal/domain/dtos"
"github.com/certimate-go/certimate/te/internal/workflow/dispatcher"
)
type workflowRepository interface {

12
main.go
View File

@ -13,13 +13,13 @@ import (
"github.com/pocketbase/pocketbase/plugins/migratecmd"
"github.com/pocketbase/pocketbase/tools/hook"
"github.com/usual2970/certimate/internal/app"
"github.com/usual2970/certimate/internal/rest/routes"
"github.com/usual2970/certimate/internal/scheduler"
"github.com/usual2970/certimate/internal/workflow"
"github.com/usual2970/certimate/ui"
"github.com/certimate-go/certimate/internal/app"
"github.com/certimate-go/certimate/te/internal/rest/routes"
"github.com/certimate-go/certimate/te/internal/scheduler"
"github.com/certimate-go/certimate/te/internal/workflow"
"github.com/certimate-go/certimate/te/ui"
_ "github.com/usual2970/certimate/migrations"
_ "github.com/certimate-go/certimate/te/migrations"
)
func main() {

View File

@ -6,7 +6,7 @@ import (
"github.com/pocketbase/pocketbase/core"
m "github.com/pocketbase/pocketbase/migrations"
xcert "github.com/usual2970/certimate/pkg/utils/cert"
xcert "github.com/certimate-go/certimate/pkg/utils/cert"
)
func init() {

View File

@ -8,7 +8,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/bark"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/bark"
)
const (

View File

@ -9,7 +9,7 @@ import (
"github.com/blinkbean/dingtalk"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/dingtalkbot"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/dingtalkbot"
)
const (

View File

@ -8,7 +8,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/discordbot"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/discordbot"
)
const (

View File

@ -11,7 +11,7 @@ import (
"github.com/domodwyer/mailyak/v3"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/email"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/email"
)
const (

View File

@ -9,7 +9,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/gotify"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/gotify"
)
const (

View File

@ -8,7 +8,7 @@ import (
"github.com/go-lark/lark"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/larkbot"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/larkbot"
)
const (

View File

@ -9,7 +9,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/mattermost"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/mattermost"
)
const (

View File

@ -8,7 +8,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/pushover"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/pushover"
)
const (

View File

@ -9,7 +9,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/pushplus"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/pushplus"
)
const (

View File

@ -8,7 +8,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/serverchan"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/serverchan"
)
const (

View File

@ -8,7 +8,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/slackbot"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/slackbot"
)
const (

View File

@ -8,7 +8,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/telegrambot"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/telegrambot"
)
const (

View File

@ -14,7 +14,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/webhook"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/webhook"
)
const (

View File

@ -8,7 +8,7 @@ import (
"github.com/go-resty/resty/v2"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type NotifierProviderConfig struct {

View File

@ -7,7 +7,7 @@ import (
"strings"
"testing"
provider "github.com/usual2970/certimate/pkg/core/notifier/providers/wecombot"
provider "github.com/certimate-go/certimate/pkg/core/notifier/providers/wecombot"
)
const (

View File

@ -7,7 +7,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/httpreq"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@ -4,8 +4,8 @@ import (
"errors"
"time"
"github.com/usual2970/certimate/pkg/core"
"github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/aliyun-esa/internal"
"github.com/certimate-go/certimate/pkg/core"
"github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/aliyun-esa/internal"
)
type ChallengeProviderConfig struct {

View File

@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/alidns"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/route53"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@ -6,8 +6,8 @@ import (
"github.com/go-acme/lego/v4/providers/dns/azuredns"
"github.com/usual2970/certimate/pkg/core"
azenv "github.com/usual2970/certimate/pkg/sdk3rd/azure/env"
"github.com/certimate-go/certimate/pkg/core"
azenv "github.com/certimate-go/certimate/te/pkg/sdk3rd/azure/env"
)
type ChallengeProviderConfig struct {

View File

@ -4,8 +4,8 @@ import (
"errors"
"time"
"github.com/usual2970/certimate/pkg/core"
"github.com/usual2970/certimate/pkg/core/ssl-applicator/acme-dns01/providers/baiducloud/internal"
"github.com/certimate-go/certimate/pkg/core"
"github.com/certimate-go/certimate/te/pkg/core/ssl-applicator/acme-dns01/providers/baiducloud/internal"
)
type ChallengeProviderConfig struct {

View File

@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/bunny"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/cloudflare"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

View File

@ -6,7 +6,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/cloudns"
"github.com/usual2970/certimate/pkg/core"
"github.com/certimate-go/certimate/pkg/core"
)
type ChallengeProviderConfig struct {

Some files were not shown because too many files have changed in this diff Show More