File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,4 @@ allowed:
36
36
- crl
37
37
- crt
38
38
- ocsp
39
+ - logrus
Original file line number Diff line number Diff line change @@ -22,14 +22,13 @@ import (
22
22
"strings"
23
23
"time"
24
24
25
- log "github.com/sirupsen/logrus"
26
-
27
25
"github.com/go-openapi/runtime/middleware"
28
26
client_native "github.com/haproxytech/client-native/v6"
29
27
"github.com/haproxytech/client-native/v6/models"
30
28
31
29
"github.com/haproxytech/dataplaneapi/configuration"
32
30
"github.com/haproxytech/dataplaneapi/haproxy"
31
+ "github.com/haproxytech/dataplaneapi/log"
33
32
"github.com/haproxytech/dataplaneapi/operations/cluster"
34
33
"github.com/haproxytech/dataplaneapi/storagetype"
35
34
)
You can’t perform that action at this time.
0 commit comments