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

View File

@@ -7,10 +7,10 @@ import (
"sync"
"time"
"zero/core/mathx"
"zero/core/proc"
"zero/core/stat"
"zero/core/stringx"
"github.com/tal-tech/go-zero/core/mathx"
"github.com/tal-tech/go-zero/core/proc"
"github.com/tal-tech/go-zero/core/stat"
"github.com/tal-tech/go-zero/core/stringx"
)
const (

View File

@@ -5,9 +5,8 @@ import (
"strconv"
"testing"
"zero/core/stat"
"github.com/stretchr/testify/assert"
"github.com/tal-tech/go-zero/core/stat"
)
func init() {

View File

@@ -5,9 +5,8 @@ import (
"fmt"
"testing"
"zero/core/stat"
"github.com/stretchr/testify/assert"
"github.com/tal-tech/go-zero/core/stat"
)
func init() {

View File

@@ -5,8 +5,8 @@ import (
"sync/atomic"
"time"
"zero/core/collection"
"zero/core/mathx"
"github.com/tal-tech/go-zero/core/collection"
"github.com/tal-tech/go-zero/core/mathx"
)
const (

View File

@@ -7,11 +7,10 @@ import (
"testing"
"time"
"zero/core/collection"
"zero/core/mathx"
"zero/core/stat"
"github.com/stretchr/testify/assert"
"github.com/tal-tech/go-zero/core/collection"
"github.com/tal-tech/go-zero/core/mathx"
"github.com/tal-tech/go-zero/core/stat"
)
const (