rename
This commit is contained in:
parent
647d73cb0d
commit
0614199b5f
23 changed files with 182 additions and 192 deletions
cmd
14
cmd/main.go
14
cmd/main.go
|
@ -7,13 +7,13 @@ import (
|
|||
"net"
|
||||
|
||||
"github.com/ilyakaznacheev/cleanenv"
|
||||
"github.com/royalcat/konfa-server/pkg/uuid"
|
||||
"github.com/royalcat/konfa-server/src/auth"
|
||||
"github.com/royalcat/konfa-server/src/konfa"
|
||||
"github.com/royalcat/konfa-server/src/proto"
|
||||
chatv1 "github.com/royalcat/konfa-server/src/proto/konfa/chat/v1"
|
||||
serverv1 "github.com/royalcat/konfa-server/src/proto/konfa/server/v1"
|
||||
"github.com/royalcat/konfa-server/src/store"
|
||||
"github.com/konfa-chat/hub/pkg/uuid"
|
||||
"github.com/konfa-chat/hub/src/auth"
|
||||
"github.com/konfa-chat/hub/src/konfa"
|
||||
"github.com/konfa-chat/hub/src/proto"
|
||||
chatv1 "github.com/konfa-chat/hub/src/proto/konfa/chat/v1"
|
||||
serverv1 "github.com/konfa-chat/hub/src/proto/konfa/server/v1"
|
||||
"github.com/konfa-chat/hub/src/store"
|
||||
"google.golang.org/grpc"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue