mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-06 21:04:11 +02:00
rename package.
This commit is contained in:
parent
168507dcd4
commit
15e805c9b2
99 changed files with 267 additions and 256 deletions
|
@ -4,8 +4,9 @@ import (
|
|||
"encoding/json"
|
||||
"os"
|
||||
|
||||
"github.com/demodesk/neko/internal/config"
|
||||
"github.com/demodesk/neko/internal/plugins"
|
||||
"m1k1o/neko/internal/config"
|
||||
"m1k1o/neko/internal/plugins"
|
||||
|
||||
"github.com/rs/zerolog/log"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue