Skip to content

Commit b67bd06

Browse files
committed
https://github.com/sirupsen/logrus/issues/543
1 parent 3099a3e commit b67bd06

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

certcache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ import (
4242
"strings"
4343
"time"
4444

45-
"github.com/Sirupsen/logrus"
4645
"github.com/pkg/errors"
46+
"github.com/sirupsen/logrus"
4747
)
4848

4949
type CertCache struct {

fastcgi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ package main
3434
import (
3535
"bufio"
3636
"bytes"
37-
"github.com/Sirupsen/logrus"
3837
"github.com/moriyoshi/devproxy/fcgiclient"
38+
"github.com/sirupsen/logrus"
3939
"io"
4040
"io/ioutil"
4141
"math"

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ import (
5555
"sync"
5656
"time"
5757

58-
"github.com/Sirupsen/logrus"
5958
"github.com/moriyoshi/devproxy/httpx"
6059
"github.com/pkg/errors"
6160
"github.com/shibukawa/configdir"
61+
"github.com/sirupsen/logrus"
6262
)
6363

6464
type TLSConfigFactory func(hostPortPairStr string, proxyCtx *OurProxyCtx) (*tls.Config, error)

server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ import (
4747
"sync/atomic"
4848
"time"
4949

50-
"github.com/Sirupsen/logrus"
5150
"github.com/moriyoshi/devproxy/httpx"
5251
"github.com/pkg/errors"
52+
"github.com/sirupsen/logrus"
5353
)
5454

5555
type ResponseFilter interface {

0 commit comments

Comments
 (0)