chore: rename everything to versia

This commit is contained in:
DevMiner 2024-08-28 00:25:25 +02:00
parent 0223ea0535
commit 3876ad2738
112 changed files with 587 additions and 576 deletions

View file

@ -3,9 +3,9 @@ package meta_handler
import (
"github.com/go-logr/logr"
"github.com/gofiber/fiber/v2"
"github.com/lysand-org/versia-go/config"
"github.com/lysand-org/versia-go/internal/service"
"github.com/lysand-org/versia-go/pkg/webfinger"
"github.com/versia-pub/versia-go/config"
"github.com/versia-pub/versia-go/internal/service"
"github.com/versia-pub/versia-go/pkg/webfinger"
)
type Handler struct {