Update logger import path

This commit is contained in:
Astra 2023-02-08 13:07:22 +00:00
parent 4c9b6afa1b
commit 353a9769ad
8 changed files with 18 additions and 11 deletions

View file

@ -1,8 +1,8 @@
package main
import (
"git.zio.sh/astra/logger"
photoprism "git.zio.sh/astra/photoprism-client-go"
"github.com/astravexton/logger"
)
func main() {