update log library

master
dingjun 3 years ago
parent 7096afd7d6
commit 5d56089426

@ -7,7 +7,7 @@ import (
"os/signal"
"syscall"
"github.com/fangdingjun/go-log"
log "github.com/fangdingjun/go-log/v5"
)
func main() {

@ -3,7 +3,7 @@ package main
import (
"net/http"
"github.com/fangdingjun/go-log"
log "github.com/fangdingjun/go-log/v5"
)
type logHandler struct {

@ -8,7 +8,7 @@ import (
"net/url"
"strconv"
"github.com/fangdingjun/go-log"
log "github.com/fangdingjun/go-log/v5"
"github.com/fangdingjun/protolistener"
)

@ -4,7 +4,7 @@ import (
"io/ioutil"
"net/http"
"github.com/fangdingjun/go-log"
log "github.com/fangdingjun/go-log/v5"
"github.com/miekg/dns"
)

@ -3,7 +3,7 @@ package main
import (
"net"
"github.com/fangdingjun/go-log"
log "github.com/fangdingjun/go-log/v5"
"github.com/miekg/dns"
)

@ -3,7 +3,7 @@ package main
import (
"net"
"github.com/fangdingjun/go-log"
log "github.com/fangdingjun/go-log/v5"
"github.com/miekg/dns"
)

@ -13,7 +13,7 @@ import (
"strings"
"time"
log "github.com/fangdingjun/go-log"
log "github.com/fangdingjun/go-log/v5"
"github.com/miekg/dns"
"golang.org/x/net/http2"
)

Loading…
Cancel
Save