move replication package to project root (independent of cmd package)

This commit is contained in:
Christian Schwarz
2018-08-22 00:19:03 +02:00
parent 301c7b2dd5
commit 7b3a84e2a3
15 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"github.com/mitchellh/mapstructure"
"github.com/pkg/errors"
"github.com/problame/go-streamrpc"
"github.com/zrepl/zrepl/cmd/replication"
"github.com/zrepl/zrepl/replication"
)
type PullJob struct {