post megre cleanup.

This commit is contained in:
Miroslav Šedivý 2024-09-06 19:10:08 +02:00
parent 5b96fd5f5e
commit dc1bc2af79
105 changed files with 308 additions and 407 deletions

View file

@ -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"
)