fix: changed logging import to zerolog
This commit is contained in:
parent
e3a8461828
commit
678e6b66bd
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import (
|
|||
"github.com/OpenCHAMI/configurator/pkg/client"
|
||||
"github.com/OpenCHAMI/configurator/pkg/config"
|
||||
"github.com/OpenCHAMI/configurator/pkg/util"
|
||||
"github.com/caarlos0/log"
|
||||
"github.com/rs/zerolog/log"
|
||||
)
|
||||
|
||||
type Warewulf struct{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue