Chore: update dependencies

This commit is contained in:
loyalsoldier
2021-05-17 15:54:22 +08:00
parent 9668949822
commit 31d9367a52
5 changed files with 363 additions and 175 deletions

View File

@@ -20,10 +20,10 @@ import (
"fmt"
"time"
"github.com/coreos/etcd/clientv3"
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
"github.com/mitchellh/mapstructure"
"github.com/pkg/errors"
clientv3 "go.etcd.io/etcd/client/v3"
"google.golang.org/grpc"
"github.com/beego/beego/v2/core/config"

View File

@@ -20,8 +20,8 @@ import (
"testing"
"time"
"github.com/coreos/etcd/clientv3"
"github.com/stretchr/testify/assert"
clientv3 "go.etcd.io/etcd/client/v3"
)
func TestEtcdConfigerProvider_Parse(t *testing.T) {