mirror of
https://github.com/versia-pub/versia-go.git
synced 2026-03-13 20:49:15 +01:00
refactor: move config into internal package
This commit is contained in:
parent
3dd35d7182
commit
d691d26e02
11 changed files with 10 additions and 10 deletions
|
|
@ -3,7 +3,7 @@ package utils
|
|||
import (
|
||||
"fmt"
|
||||
"github.com/google/uuid"
|
||||
"github.com/versia-pub/versia-go/config"
|
||||
"github.com/versia-pub/versia-go/internal/config"
|
||||
versiautils "github.com/versia-pub/versia-go/pkg/versia/utils"
|
||||
"net/url"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue