Update logger import path
This commit is contained in:
parent
4c9b6afa1b
commit
353a9769ad
8 changed files with 18 additions and 11 deletions
7
go.mod
7
go.mod
|
|
@ -2,4 +2,9 @@ module git.zio.sh/astra/photoprism-client-go
|
|||
|
||||
go 1.18
|
||||
|
||||
require github.com/astravexton/logger v0.2.2-0.20211216142523-c1e08a465709 // indirect
|
||||
require git.zio.sh/astra/logger v1.0.1
|
||||
|
||||
require (
|
||||
github.com/mattn/go-colorable v0.1.8 // indirect
|
||||
github.com/mattn/go-isatty v0.0.12 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue