change git imports

This commit is contained in:
2025-10-06 12:28:15 +03:00
parent 1544b943fc
commit b26c43ee4b
20 changed files with 41 additions and 41 deletions

View File

@@ -6,8 +6,8 @@ import (
"github.com/iancoleman/strcase"
"github.com/spf13/viper"
"git.amok.space/yevhen/resource-scraper/pkg/service"
"git.amok.space/yevhen/resource-scraper/types/constant"
"git.kplus.net.ua/yevhen/resource-scraper/pkg/service"
"git.kplus.net.ua/yevhen/resource-scraper/types/constant"
)
type Handler struct {

View File

@@ -9,7 +9,7 @@ import (
"github.com/mewkiz/flac"
"git.amok.space/yevhen/resource-scraper/types/constant"
"git.kplus.net.ua/yevhen/resource-scraper/types/constant"
)
func (h *Handler) Info() string {

View File

@@ -9,7 +9,7 @@ import (
"github.com/spf13/viper"
"git.amok.space/yevhen/resource-scraper/types/constant"
"git.kplus.net.ua/yevhen/resource-scraper/types/constant"
)
func (h *Handler) Prescene() string {

View File

@@ -7,7 +7,7 @@ import (
"github.com/spf13/viper"
"git.amok.space/yevhen/resource-scraper/types/constant"
"git.kplus.net.ua/yevhen/resource-scraper/types/constant"
)
func (h *Handler) STB() string {