File tree Expand file tree Collapse file tree 6 files changed +139
-90
lines changed Expand file tree Collapse file tree 6 files changed +139
-90
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
.vscode /
3
+ .idea
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
12
12
"github.com/jasonjoo2010/goschedule/store"
13
13
"github.com/labstack/gommon/log"
14
- etcd "go.etcd.io/etcd/v3/clientv3 "
14
+ etcd "go.etcd.io/etcd/client/v3 "
15
15
)
16
16
17
17
func toStr (obj interface {}) (string , error ) {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
17
17
"github.com/jasonjoo2010/goschedule/definition"
18
18
"github.com/jasonjoo2010/goschedule/log"
19
19
"github.com/jasonjoo2010/goschedule/store"
20
- etcd "go.etcd.io/etcd/v3/clientv3 "
20
+ etcd "go.etcd.io/etcd/client/v3 "
21
21
)
22
22
23
23
type Etcdv3Store struct {
Original file line number Diff line number Diff line change @@ -3,15 +3,8 @@ module github.com/jasonjoo2010/goschedule/store/etcdv3
3
3
go 1.14
4
4
5
5
require (
6
- go.etcd.io/etcd/v3 v3.3.0-rc.0.0.20200925060232-add86bbd1a7a
7
- github.com/coreos/go-semver v0.3.0 // indirect
8
- github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
9
- github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
10
- github.com/gogo/protobuf v1.3.2 // indirect
11
6
github.com/jasonjoo2010/goschedule v1.1.0
12
7
github.com/labstack/gommon v0.3.0
13
- github.com/sirupsen/logrus v1.6.0
14
8
github.com/stretchr/testify v1.7.0
15
- go.uber.org/zap v1.16.0 // indirect
16
- google.golang.org/grpc v1.29.1 // indirect
9
+ go.etcd.io/etcd/client/v3 v3.5.0
17
10
)
You can’t perform that action at this time.
0 commit comments