fix: changed to use correct logging library

This commit is contained in:
David Allen 2024-12-10 19:09:49 -07:00
parent d02a49fe80
commit 66bb1e6c1a
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

@ -8,7 +8,7 @@ import (
"net/http"
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