Skip to content

Commit

Permalink
fix(build): move gx-dep packages around
Browse files Browse the repository at this point in the history
  • Loading branch information
b5 committed Dec 5, 2018
1 parent 54bb15e commit f85b432
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ github.com/qri-io/dataset \
github.com/qri-io/doggos \
github.com/qri-io/dsdiff \
github.com/qri-io/varName \
github.com/qri-io/registry/regclient \
github.com/sergi/go-diff/diffmatchpatch \
github.com/sirupsen/logrus \
github.com/spf13/cobra \
Expand All @@ -24,6 +23,8 @@ github.com/pkg/errors
endef

define GX_DEP_PACKAGES
github.com/qri-io/registry/regclient \
github.com/qri-io/dag \
github.com/qri-io/cafs \
github.com/qri-io/startf
endef
Expand Down

0 comments on commit f85b432

Please sign in to comment.