etcd/clientv3/namespace
Brandon Philips 96cce208c2 go.mod: use go.etcd.io/etcd/v3 versioning
This change makes the etcd package compatible with the existing Go
ecosystem for module versioning.

Used this tool to update package imports:
  https://github.com/KSubedi/gomove
2020-04-28 00:57:35 +00:00
..
doc.go clientv3/namespace: fixed an error in the doc.go 2018-01-24 23:36:58 +08:00
kv.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
lease.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
util.go namespace: a wrapper for clientv3 to namespace requests 2017-03-22 14:09:09 -07:00
util_test.go namespace: a wrapper for clientv3 to namespace requests 2017-03-22 14:09:09 -07:00
watch.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00