change logger library
This commit is contained in:
parent
44ee0234fa
commit
f2bcfe014c
2
main.go
2
main.go
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
"dev.sum7.eu/genofire/golang-lib/file"
|
||||
"github.com/NYTimes/gziphandler"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/bdlm/log"
|
||||
|
||||
respondYanic "github.com/FreifunkBremen/yanic/respond"
|
||||
runtimeYanic "github.com/FreifunkBremen/yanic/runtime"
|
||||
|
|
|
@ -3,7 +3,7 @@ package runtime
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/bdlm/log"
|
||||
|
||||
"github.com/FreifunkBremen/freifunkmanager/ssh"
|
||||
)
|
||||
|
|
|
@ -6,9 +6,9 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/FreifunkBremen/yanic/lib/duration"
|
||||
"github.com/bdlm/log"
|
||||
"github.com/digineo/go-ping"
|
||||
"github.com/jinzhu/gorm"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/FreifunkBremen/freifunkmanager/data"
|
||||
)
|
||||
|
|
|
@ -3,8 +3,8 @@ package runtime
|
|||
import (
|
||||
"time"
|
||||
|
||||
"github.com/bdlm/log"
|
||||
"github.com/jinzhu/gorm"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
databaseYanic "github.com/FreifunkBremen/yanic/database"
|
||||
runtimeYanic "github.com/FreifunkBremen/yanic/runtime"
|
||||
|
|
|
@ -3,7 +3,7 @@ package ssh
|
|||
import (
|
||||
"net"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/bdlm/log"
|
||||
|
||||
"golang.org/x/crypto/ssh"
|
||||
)
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/bdlm/log"
|
||||
"golang.org/x/crypto/ssh"
|
||||
)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"bytes"
|
||||
"net"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/bdlm/log"
|
||||
"golang.org/x/crypto/ssh"
|
||||
)
|
||||
|
||||
|
|
|
@ -3,9 +3,9 @@ package websocket
|
|||
import (
|
||||
"time"
|
||||
|
||||
"github.com/bdlm/log"
|
||||
"github.com/google/uuid"
|
||||
"github.com/mitchellh/mapstructure"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"dev.sum7.eu/genofire/golang-lib/websocket"
|
||||
)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package websocket
|
||||
|
||||
import (
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/bdlm/log"
|
||||
|
||||
wsLib "dev.sum7.eu/genofire/golang-lib/websocket"
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package websocket
|
||||
|
||||
import (
|
||||
"github.com/bdlm/log"
|
||||
"github.com/mitchellh/mapstructure"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
wsLib "dev.sum7.eu/genofire/golang-lib/websocket"
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ import (
|
|||
"time"
|
||||
|
||||
wsLib "dev.sum7.eu/genofire/golang-lib/websocket"
|
||||
"github.com/bdlm/log"
|
||||
"github.com/jinzhu/gorm"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/FreifunkBremen/yanic/runtime"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue