Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit fff50a9

Browse files
author
noah
committed
fix: replace the name of base package
1 parent 8ac3b0c commit fff50a9

File tree

154 files changed

+455
-455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+455
-455
lines changed

cmd/license/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"log"
88
"time"
99

10-
"github.com/hanjunlee/gitploy/vo"
10+
"github.com/gitploy-io/gitploy/vo"
1111
)
1212

1313
const (

cmd/server/db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
entsql "entgo.io/ent/dialect/sql"
1212
"github.com/go-sql-driver/mysql"
1313

14-
"github.com/hanjunlee/gitploy/ent"
14+
"github.com/gitploy-io/gitploy/ent"
1515
)
1616

1717
type (

cmd/server/main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import (
1111
"github.com/joho/godotenv"
1212
"go.uber.org/zap"
1313

14-
"github.com/hanjunlee/gitploy/internal/interactor"
15-
"github.com/hanjunlee/gitploy/internal/pkg/github"
16-
"github.com/hanjunlee/gitploy/internal/pkg/store"
17-
"github.com/hanjunlee/gitploy/internal/server"
14+
"github.com/gitploy-io/gitploy/internal/interactor"
15+
"github.com/gitploy-io/gitploy/internal/pkg/github"
16+
"github.com/gitploy-io/gitploy/internal/pkg/store"
17+
"github.com/gitploy-io/gitploy/internal/server"
1818

1919
_ "github.com/jackc/pgx/v4/stdlib"
2020
_ "github.com/mattn/go-sqlite3"

ent/approval.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ent/approval/where.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ent/approval_create.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ent/approval_delete.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ent/approval_query.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ent/approval_update.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ent/callback.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)