Update import paths

This commit is contained in:
Astra 2023-01-18 00:20:55 +00:00
parent 055afd90f9
commit 32514d2324
8 changed files with 18 additions and 17 deletions

View file

@ -4,7 +4,7 @@ import (
"fmt"
"os"
photoprism "github.com/astravexton/photoprism-client-go"
photoprism "git.zio.sh/astra/photoprism-client-go"
"github.com/astravexton/logger"
)