Skip to content

Commit

Permalink
chore(deps): update deps to include ipfs/keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
b5 committed Dec 5, 2018
1 parent 2c206de commit a3783a1
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
GOFILES = $(shell find . -name '*.go' -not -path './vendor/*')
GOPACKAGES = 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/bleve 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 github.com/spf13/cobra/doc github.com/theckman/go-flock github.com/ugorji/go/codec github.com/beme/abide github.com/ghodss/yaml github.com/qri-io/ioes github.com/pkg/errors
GX_DEP_PACKAGES = github.com/qri-io/cafs github.com/qri-io/startf
define GOPACKAGES
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/bleve \
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 \
github.com/spf13/cobra/doc \
github.com/theckman/go-flock \
github.com/ugorji/go/codec \
github.com/beme/abide \
github.com/ghodss/yaml \
github.com/qri-io/ioes \
github.com/pkg/errors
endef

define GX_DEP_PACKAGES
github.com/qri-io/cafs \
github.com/qri-io/startf \
github.com/ipfs/go-ipfs/keystore
endef

default: build

Expand Down

0 comments on commit a3783a1

Please sign in to comment.