Skip to content

Commit

Permalink
style: 更新团队地址
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Aug 5, 2023
1 parent b6c4ff9 commit 05d97c9
Show file tree
Hide file tree
Showing 52 changed files with 70 additions and 70 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 土豆片控制面板

[![TDP Cloud Builder](https://github.com/open-tdp/tdp-cloud/actions/workflows/release.yml/badge.svg)](https://github.com/open-tdp/tdp-cloud/actions/workflows/release.yml)
[![TDP Cloud Builder](https://github.com/opentdp/tdp-cloud/actions/workflows/release.yml/badge.svg)](https://github.com/opentdp/tdp-cloud/actions/workflows/release.yml)

可以跨平台部署的云资源管理面板

Expand Down Expand Up @@ -43,7 +43,7 @@

## 功能预览

- 功能支持和开发进度,请参阅 [Issues #1](https://github.com/open-tdp/tdp-cloud/issues/1)
- 功能支持和开发进度,请参阅 [Issues #1](https://github.com/opentdp/tdp-cloud/issues/1)

- 在线体验开发版功能,请进入 [演示站点](https://cloud.opentdp.org),自行注册账号后登录

Expand Down
2 changes: 1 addition & 1 deletion api/alibaba/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package alibaba

import (
"github.com/gin-gonic/gin"
"github.com/open-tdp/go-helper/alibaba"
"github.com/opentdp/go-helper/alibaba"
"github.com/spf13/cast"

"tdp-cloud/model/vendor"
Expand Down
2 changes: 1 addition & 1 deletion api/cloudflare/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package cloudflare

import (
"github.com/gin-gonic/gin"
"github.com/open-tdp/go-helper/cloudflare"
"github.com/opentdp/go-helper/cloudflare"
"github.com/spf13/cast"

"tdp-cloud/model/vendor"
Expand Down
2 changes: 1 addition & 1 deletion api/keypair/keygen.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package keypair

import (
"github.com/gin-gonic/gin"
"github.com/open-tdp/go-helper/secure"
"github.com/opentdp/go-helper/secure"
)

func keygen(c *gin.Context) {
Expand Down
2 changes: 1 addition & 1 deletion api/passport/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package passport

import (
"github.com/gin-gonic/gin"
"github.com/open-tdp/go-helper/strutil"
"github.com/opentdp/go-helper/strutil"

"tdp-cloud/cmd/args"
"tdp-cloud/model/config"
Expand Down
2 changes: 1 addition & 1 deletion api/tencent/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"

"github.com/gin-gonic/gin"
"github.com/open-tdp/go-helper/tencent"
"github.com/opentdp/go-helper/tencent"
"github.com/spf13/cast"

"tdp-cloud/cmd/args"
Expand Down
2 changes: 1 addition & 1 deletion api/terminal/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package terminal

import (
"github.com/gin-gonic/gin"
"github.com/open-tdp/go-helper/webssh"
"github.com/opentdp/go-helper/webssh"
"github.com/spf13/cast"
"golang.org/x/net/websocket"

Expand Down
2 changes: 1 addition & 1 deletion api/upgrade/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package upgrade

import (
"github.com/gin-gonic/gin"
"github.com/open-tdp/go-helper/upgrade"
"github.com/opentdp/go-helper/upgrade"

"tdp-cloud/cmd/args"
)
Expand Down
2 changes: 1 addition & 1 deletion api/user/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package user

import (
"github.com/gin-gonic/gin"
"github.com/open-tdp/go-helper/strutil"
"github.com/opentdp/go-helper/strutil"

"tdp-cloud/cmd/args"
"tdp-cloud/model/user"
Expand Down
2 changes: 1 addition & 1 deletion api/workhub/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package workhub

import (
"github.com/gin-gonic/gin"
"github.com/open-tdp/go-helper/command"
"github.com/opentdp/go-helper/command"
"github.com/spf13/cast"
"golang.org/x/net/websocket"

Expand Down
2 changes: 1 addition & 1 deletion api/workhub/founder.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package workhub

import (
"github.com/gin-gonic/gin"
"github.com/open-tdp/go-helper/psutil"
"github.com/opentdp/go-helper/psutil"
)

// 主机信息
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build() {

####################################################################

releases_url=https://api.github.com/repos/open-tdp/tdp-cloud-ui/releases/latest
releases_url=https://api.github.com/repos/opentdp/tdp-cloud-ui/releases/latest
download_url=`wget -qO- $releases_url | grep releases/download | cut -f4 -d "\""`

wget -O cloud-ui.tar.gz $download_url
Expand Down
2 changes: 1 addition & 1 deletion cmd/args/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ const ReadmeText = AppSummary + `
可以跨平台部署的云资源管理面板
TDP Website: https://www.opentdp.org
Open Source: https://github.com/open-tdp`
Open Source: https://github.com/opentdp`
4 changes: 2 additions & 2 deletions cmd/args/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package args
import (
"path"

"github.com/open-tdp/go-helper/logman"
"github.com/open-tdp/go-helper/strutil"
"github.com/opentdp/go-helper/logman"
"github.com/opentdp/go-helper/strutil"
"github.com/spf13/viper"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/initd/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package initd
import (
"os"

"github.com/open-tdp/go-helper/logman"
"github.com/opentdp/go-helper/logman"

"tdp-cloud/cmd/args"
)
Expand Down
4 changes: 2 additions & 2 deletions cmd/subset/update.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package subset

import (
"github.com/open-tdp/go-helper/logman"
"github.com/open-tdp/go-helper/upgrade"
"github.com/opentdp/go-helper/logman"
"github.com/opentdp/go-helper/upgrade"
"github.com/spf13/cobra"

"tdp-cloud/cmd/args"
Expand Down
2 changes: 1 addition & 1 deletion front/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<div id="app" class="wrapper">
<h3>未编译前端组件</h3>
<p>1、下载 <a href="https://github.com/open-tdp/tdp-cloud-ui/releases">前端模块</a></p>
<p>1、下载 <a href="https://github.com/opentdp/tdp-cloud-ui/releases">前端模块</a></p>
<p>2、解压所有文件到 tdp-cloud/front/ 目录内</p>
<p>3、重新编译</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
// Map 转结构体
github.com/mitchellh/mapstructure v1.5.0
// 辅助类库
github.com/open-tdp/go-helper v0.1.3
github.com/opentdp/go-helper v0.1.3
// 计划任务
github.com/robfig/cron/v3 v3.0.1
// 类型转换
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/open-tdp/go-helper v0.1.3 h1:fgxsAJa2w4v/rYqKyygG1W/kM342rSyPbZe4+/KERfU=
github.com/open-tdp/go-helper v0.1.3/go.mod h1:jqllAn7lH+8tO1RnpN60usMmoN7BF4A09yLaKGlbhug=
github.com/opentdp/go-helper v0.1.3 h1:fgxsAJa2w4v/rYqKyygG1W/kM342rSyPbZe4+/KERfU=
github.com/opentdp/go-helper v0.1.3/go.mod h1:jqllAn7lH+8tO1RnpN60usMmoN7BF4A09yLaKGlbhug=
github.com/pelletier/go-toml/v2 v2.0.8 h1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZR9tGQ=
github.com/pelletier/go-toml/v2 v2.0.8/go.mod h1:vuYfssBdrU2XDZ9bYydBu6t+6a6PYNcZljzZR9VXg+4=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down
2 changes: 1 addition & 1 deletion model/certjob/model.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package certjob

import (
"github.com/open-tdp/go-helper/dborm"
"github.com/opentdp/go-helper/dborm"

"tdp-cloud/model"
)
Expand Down
2 changes: 1 addition & 1 deletion model/config/model.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package config

import (
"github.com/open-tdp/go-helper/dborm"
"github.com/opentdp/go-helper/dborm"

"tdp-cloud/model"
)
Expand Down
2 changes: 1 addition & 1 deletion model/cronjob/model.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package cronjob

import (
"github.com/open-tdp/go-helper/dborm"
"github.com/opentdp/go-helper/dborm"

"tdp-cloud/model"
)
Expand Down
2 changes: 1 addition & 1 deletion model/domain/model.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package domain

import (
"github.com/open-tdp/go-helper/dborm"
"github.com/opentdp/go-helper/dborm"

"tdp-cloud/model"
)
Expand Down
4 changes: 2 additions & 2 deletions model/keypair/model.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package keypair

import (
"github.com/open-tdp/go-helper/dborm"
"github.com/open-tdp/go-helper/secure"
"github.com/opentdp/go-helper/dborm"
"github.com/opentdp/go-helper/secure"

"tdp-cloud/model"
)
Expand Down
2 changes: 1 addition & 1 deletion model/machine/model.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package machine

import (
"github.com/open-tdp/go-helper/dborm"
"github.com/opentdp/go-helper/dborm"

"tdp-cloud/model"
)
Expand Down
2 changes: 1 addition & 1 deletion model/migration/model.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package migration

import (
"github.com/open-tdp/go-helper/dborm"
"github.com/opentdp/go-helper/dborm"

"tdp-cloud/model"
)
Expand Down
2 changes: 1 addition & 1 deletion model/script/model.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package script

import (
"github.com/open-tdp/go-helper/dborm"
"github.com/opentdp/go-helper/dborm"

"tdp-cloud/model"
)
Expand Down
2 changes: 1 addition & 1 deletion model/taskline/model.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package taskline

import (
"github.com/open-tdp/go-helper/dborm"
"github.com/opentdp/go-helper/dborm"

"tdp-cloud/model"
)
Expand Down
4 changes: 2 additions & 2 deletions model/user/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package user

import (
"github.com/google/uuid"
"github.com/open-tdp/go-helper/dborm"
"github.com/open-tdp/go-helper/secure"
"github.com/opentdp/go-helper/dborm"
"github.com/opentdp/go-helper/secure"

"tdp-cloud/model"
)
Expand Down
4 changes: 2 additions & 2 deletions model/vendor/model.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package vendor

import (
"github.com/open-tdp/go-helper/dborm"
"github.com/open-tdp/go-helper/secure"
"github.com/opentdp/go-helper/dborm"
"github.com/opentdp/go-helper/secure"

"tdp-cloud/model"
)
Expand Down
4 changes: 2 additions & 2 deletions module/certbot/main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package certbot

import (
"github.com/open-tdp/go-helper/certmagic"
"github.com/open-tdp/go-helper/logman"
"github.com/opentdp/go-helper/certmagic"
"github.com/opentdp/go-helper/logman"

"tdp-cloud/cmd/args"
"tdp-cloud/model"
Expand Down
2 changes: 1 addition & 1 deletion module/certbot/manage.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package certbot

import (
"github.com/open-tdp/go-helper/certmagic"
"github.com/opentdp/go-helper/certmagic"

"tdp-cloud/model"
"tdp-cloud/model/certjob"
Expand Down
2 changes: 1 addition & 1 deletion module/midware/guard.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"time"

"github.com/gin-gonic/gin"
"github.com/open-tdp/go-helper/secure"
"github.com/opentdp/go-helper/secure"

"tdp-cloud/cmd/args"
)
Expand Down
2 changes: 1 addition & 1 deletion module/migrator/deploy.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package migrator

import (
"github.com/open-tdp/go-helper/logman"
"github.com/opentdp/go-helper/logman"

"tdp-cloud/model/migration"
)
Expand Down
2 changes: 1 addition & 1 deletion module/migrator/v100000.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package migrator

import (
"github.com/open-tdp/go-helper/dborm"
"github.com/opentdp/go-helper/dborm"

"tdp-cloud/model"
)
Expand Down
2 changes: 1 addition & 1 deletion module/migrator/v100001.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package migrator

import (
"github.com/open-tdp/go-helper/strutil"
"github.com/opentdp/go-helper/strutil"

"tdp-cloud/cmd/args"
"tdp-cloud/model/user"
Expand Down
2 changes: 1 addition & 1 deletion module/upload/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"
"time"

"github.com/open-tdp/go-helper/strutil"
"github.com/opentdp/go-helper/strutil"

"tdp-cloud/cmd/args"
)
Expand Down
4 changes: 2 additions & 2 deletions module/worker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package worker
import (
"os"

"github.com/open-tdp/go-helper/logman"
"github.com/open-tdp/go-helper/socket"
"github.com/opentdp/go-helper/logman"
"github.com/opentdp/go-helper/socket"

"tdp-cloud/cmd/args"
)
Expand Down
4 changes: 2 additions & 2 deletions module/worker/recv_exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"errors"

"github.com/mitchellh/mapstructure"
"github.com/open-tdp/go-helper/command"
"github.com/open-tdp/go-helper/logman"
"github.com/opentdp/go-helper/command"
"github.com/opentdp/go-helper/logman"
)

func (pod *RecvPod) Exec(rs *SocketData) error {
Expand Down
4 changes: 2 additions & 2 deletions module/worker/recv_stat.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package worker

import (
"github.com/open-tdp/go-helper/logman"
"github.com/open-tdp/go-helper/psutil"
"github.com/opentdp/go-helper/logman"
"github.com/opentdp/go-helper/psutil"
)

func (pod *RecvPod) Stat(rs *SocketData) error {
Expand Down
4 changes: 2 additions & 2 deletions module/worker/send_ping.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package worker

import (
"github.com/open-tdp/go-helper/logman"
"github.com/open-tdp/go-helper/psutil"
"github.com/opentdp/go-helper/logman"
"github.com/opentdp/go-helper/psutil"
)

func (pod *SendPod) Ping() (uint, error) {
Expand Down
Loading

0 comments on commit 05d97c9

Please sign in to comment.