update package reference

This commit is contained in:
kevin
2020-08-08 16:40:10 +08:00
parent d19d25c72f
commit 0a7e0cce77
377 changed files with 881 additions and 1423 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"io"
"time"
"zero/core/timex"
"github.com/tal-tech/go-zero/core/timex"
)
const customCallerDepth = 3
+2 -2
View File
@@ -4,8 +4,8 @@ import (
"sync/atomic"
"time"
"zero/core/syncx"
"zero/core/timex"
"github.com/tal-tech/go-zero/core/syncx"
"github.com/tal-tech/go-zero/core/timex"
)
type limitedExecutor struct {
+4 -4
View File
@@ -16,10 +16,10 @@ import (
"sync"
"sync/atomic"
"zero/core/iox"
"zero/core/lang"
"zero/core/sysx"
"zero/core/timex"
"github.com/tal-tech/go-zero/core/iox"
"github.com/tal-tech/go-zero/core/lang"
"github.com/tal-tech/go-zero/core/sysx"
"github.com/tal-tech/go-zero/core/timex"
)
const (
+3 -3
View File
@@ -13,9 +13,9 @@ import (
"sync"
"time"
"zero/core/fs"
"zero/core/lang"
"zero/core/timex"
"github.com/tal-tech/go-zero/core/fs"
"github.com/tal-tech/go-zero/core/lang"
"github.com/tal-tech/go-zero/core/timex"
)
const (
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"fmt"
"io"
"zero/core/trace/tracespec"
"github.com/tal-tech/go-zero/core/trace/tracespec"
)
type tracingEntry struct {
+1 -2
View File
@@ -5,9 +5,8 @@ import (
"strings"
"testing"
"zero/core/trace/tracespec"
"github.com/stretchr/testify/assert"
"github.com/tal-tech/go-zero/core/trace/tracespec"
)
const (