rename package to github name.

This commit is contained in:
Miroslav Šedivý 2025-03-26 23:51:19 +01:00
parent 9f480f5581
commit 51bbad7650
95 changed files with 250 additions and 250 deletions

View file

@ -4,8 +4,8 @@ import (
"encoding/json"
"os"
"m1k1o/neko/internal/config"
"m1k1o/neko/internal/plugins"
"github.com/m1k1o/neko/server/internal/config"
"github.com/m1k1o/neko/server/internal/plugins"
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"