mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-02 16:29:55 +02:00
rename module to gitlab.com/demodesk/neko/server.
This commit is contained in:
parent
aa556b7839
commit
94c17e9a42
68 changed files with 166 additions and 165 deletions
|
@ -8,9 +8,9 @@ import (
|
|||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
|
||||
"demodesk/neko/internal/types"
|
||||
"demodesk/neko/internal/types/codec"
|
||||
"demodesk/neko/internal/utils"
|
||||
"gitlab.com/demodesk/neko/server/internal/types"
|
||||
"gitlab.com/demodesk/neko/server/internal/types/codec"
|
||||
"gitlab.com/demodesk/neko/server/internal/utils"
|
||||
)
|
||||
|
||||
type Capture struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue