fix: changed logging import to zerolog

This commit is contained in:
David Allen 2024-12-04 15:44:48 -07:00
parent e3a8461828
commit 678e6b66bd
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

@ -8,7 +8,7 @@ import (
"github.com/OpenCHAMI/configurator/pkg/client" "github.com/OpenCHAMI/configurator/pkg/client"
"github.com/OpenCHAMI/configurator/pkg/config" "github.com/OpenCHAMI/configurator/pkg/config"
"github.com/OpenCHAMI/configurator/pkg/util" "github.com/OpenCHAMI/configurator/pkg/util"
"github.com/caarlos0/log" "github.com/rs/zerolog/log"
) )
type Warewulf struct{} type Warewulf struct{}