mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
fix: changed to use correct logging library
This commit is contained in:
parent
d02a49fe80
commit
66bb1e6c1a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
configurator "github.com/OpenCHAMI/configurator/pkg"
|
configurator "github.com/OpenCHAMI/configurator/pkg"
|
||||||
"github.com/caarlos0/log"
|
"github.com/rs/zerolog/log"
|
||||||
)
|
)
|
||||||
|
|
||||||
// An struct that's meant to extend functionality of the base HTTP client by
|
// An struct that's meant to extend functionality of the base HTTP client by
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue