Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
makefile: update dependency to use dep
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McQuay <derekmcquay@gmail.com>
  • Loading branch information
dmmcquay committed Oct 4, 2017
1 parent 17faff5 commit 29c486e
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,9 @@ all: release-std
# dependencies installs all of the dependencies that are required for building
# Sia.
dependencies:
# Consensus Dependencies
go get -u github.com/NebulousLabs/demotemutex
go get -u github.com/NebulousLabs/fastrand
go get -u github.com/NebulousLabs/merkletree
go get -u github.com/NebulousLabs/bolt
go get -u golang.org/x/crypto/blake2b
go get -u golang.org/x/crypto/ed25519
# Module + Daemon Dependencies
go get -u github.com/NebulousLabs/entropy-mnemonics
go get -u github.com/NebulousLabs/errors
go get -u github.com/NebulousLabs/go-upnp
go get -u github.com/NebulousLabs/muxado
go get -u github.com/NebulousLabs/threadgroup
go get -u github.com/klauspost/reedsolomon
go get -u github.com/julienschmidt/httprouter
go get -u github.com/inconshreveable/go-update
go get -u github.com/kardianos/osext
go get -u github.com/inconshreveable/mousetrap
# Frontend Dependencies
go get -u github.com/bgentry/speakeasy
go get -u github.com/spf13/cobra/...
# Developer Dependencies
go get -u github.com/golang/dep
go install -race std
go get -u github.com/client9/misspell/cmd/misspell
go get -u github.com/golang/lint/golint
go get -u github.com/NebulousLabs/glyphcheck
dep ensure

# pkgs changes which packages the makefile calls operate on. run changes which
# tests are run during testing.
Expand Down

0 comments on commit 29c486e

Please sign in to comment.