mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-23 05:57:11 +02:00
rename package.
This commit is contained in:
parent
168507dcd4
commit
15e805c9b2
99 changed files with 267 additions and 256 deletions
|
@ -5,13 +5,14 @@ import (
|
|||
"fmt"
|
||||
"net/http"
|
||||
|
||||
oldEvent "github.com/demodesk/neko/internal/http/legacy/event"
|
||||
oldMessage "github.com/demodesk/neko/internal/http/legacy/message"
|
||||
oldEvent "m1k1o/neko/internal/http/legacy/event"
|
||||
oldMessage "m1k1o/neko/internal/http/legacy/message"
|
||||
|
||||
"m1k1o/neko/pkg/types"
|
||||
"m1k1o/neko/pkg/types/event"
|
||||
"m1k1o/neko/pkg/types/message"
|
||||
"m1k1o/neko/pkg/utils"
|
||||
|
||||
"github.com/demodesk/neko/pkg/types"
|
||||
"github.com/demodesk/neko/pkg/types/event"
|
||||
"github.com/demodesk/neko/pkg/types/message"
|
||||
"github.com/demodesk/neko/pkg/utils"
|
||||
"github.com/gorilla/websocket"
|
||||
"github.com/rs/zerolog"
|
||||
"github.com/rs/zerolog/log"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue