Skip to content

Commit

Permalink
fix(build): always fetch dependencies from the network
Browse files Browse the repository at this point in the history
Merge pull request #218 from qri-io/always_update_deps
  • Loading branch information
b5 authored Feb 1, 2018
2 parents 9938b7e + 510e5ff commit 71b0cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: require-gopath
@echo ""
@echo "1/5 install non-gx deps:"
@echo ""
go get -v github.com/briandowns/spinner github.com/datatogether/api/apiutil github.com/fatih/color github.com/ipfs/go-datastore github.com/olekukonko/tablewriter github.com/qri-io/analytics github.com/qri-io/bleve github.com/qri-io/dataset github.com/qri-io/doggos github.com/sirupsen/logrus github.com/spf13/cobra github.com/spf13/viper github.com/qri-io/varName github.com/qri-io/datasetDiffer github.com/datatogether/cdxj
go get -v -u github.com/briandowns/spinner github.com/datatogether/api/apiutil github.com/fatih/color github.com/ipfs/go-datastore github.com/olekukonko/tablewriter github.com/qri-io/analytics github.com/qri-io/bleve github.com/qri-io/dataset github.com/qri-io/doggos github.com/sirupsen/logrus github.com/spf13/cobra github.com/spf13/viper github.com/qri-io/varName github.com/qri-io/datasetDiffer github.com/datatogether/cdxj
@echo ""
@echo "2/5 install gx:"
@echo ""
Expand Down

0 comments on commit 71b0cdc

Please sign in to comment.