chore: update package name

This commit is contained in:
Steven
2023-11-25 10:40:16 +08:00
parent b7999a4db2
commit 263812f98f
56 changed files with 146 additions and 139 deletions

View File

@ -7,8 +7,8 @@ import (
"github.com/pkg/errors"
"github.com/boojack/slash/internal/util"
storepb "github.com/boojack/slash/proto/gen/store"
"github.com/yourselfhosted/slash/internal/util"
storepb "github.com/yourselfhosted/slash/proto/gen/store"
)
type UpdateCollection struct {

View File

@ -1,7 +1,7 @@
package store
import (
storepb "github.com/boojack/slash/proto/gen/store"
storepb "github.com/yourselfhosted/slash/proto/gen/store"
)
// RowStatus is the status for a row.

View File

@ -14,8 +14,8 @@ import (
"github.com/pkg/errors"
"github.com/boojack/slash/server/profile"
"github.com/boojack/slash/server/version"
"github.com/yourselfhosted/slash/server/profile"
"github.com/yourselfhosted/slash/server/version"
)
//go:embed migration

View File

@ -9,7 +9,7 @@ import (
"github.com/pkg/errors"
"google.golang.org/protobuf/encoding/protojson"
storepb "github.com/boojack/slash/proto/gen/store"
storepb "github.com/yourselfhosted/slash/proto/gen/store"
)
type UpdateShortcut struct {

View File

@ -4,7 +4,7 @@ import (
"database/sql"
"sync"
"github.com/boojack/slash/server/profile"
"github.com/yourselfhosted/slash/server/profile"
)
// Store provides database access to all raw objects.

View File

@ -8,7 +8,7 @@ import (
"google.golang.org/protobuf/encoding/protojson"
storepb "github.com/boojack/slash/proto/gen/store"
storepb "github.com/yourselfhosted/slash/proto/gen/store"
)
type FindUserSetting struct {

View File

@ -8,7 +8,7 @@ import (
"google.golang.org/protobuf/encoding/protojson"
storepb "github.com/boojack/slash/proto/gen/store"
storepb "github.com/yourselfhosted/slash/proto/gen/store"
)
type FindWorkspaceSetting struct {