Skip to content

Commit 6f91c20

Browse files
author
Matthew Fisher
committed
fix(etcd): use deis/pkg
1 parent 35b0ddc commit 6f91c20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etcd/members.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/Masterminds/cookoo"
88
"github.com/Masterminds/cookoo/log"
99
"github.com/coreos/etcd/client"
10-
"github.com/deis/deis/pkg/k8s"
10+
"github.com/deis/pkg/k8s"
1111

1212
"k8s.io/kubernetes/pkg/labels"
1313
)

0 commit comments

Comments
 (0)