Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit aaafbda

Browse files
committed
Fixed correct import
1 parent 9aaec21 commit aaafbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"os"
55
"os/user"
66

7-
"github.com/containous/traefik/log"
7+
log "github.com/sirupsen/logrus"
88
"github.com/spf13/viper"
99
)
1010

0 commit comments

Comments
 (0)