rename package.

This commit is contained in:
Miroslav Šedivý 2024-09-06 23:26:29 +02:00
parent 168507dcd4
commit 15e805c9b2
99 changed files with 267 additions and 256 deletions

View file

@ -8,10 +8,11 @@ import (
"net/http"
"strings"
oldTypes "github.com/demodesk/neko/internal/http/legacy/types"
oldTypes "m1k1o/neko/internal/http/legacy/types"
"m1k1o/neko/internal/api"
"m1k1o/neko/pkg/types"
"github.com/demodesk/neko/internal/api"
"github.com/demodesk/neko/pkg/types"
"github.com/gorilla/websocket"
"github.com/rs/zerolog"
)