Skip to content

Commit

Permalink
using golang/dep
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Apr 16, 2017
1 parent 9aa0e65 commit 6101500
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 50 deletions.
49 changes: 49 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

[[dependencies]]
name = "github.com/caarlos0/spin"
version = "^1.0.0"

[[dependencies]]
branch = "master"
name = "github.com/google/go-github"

[[dependencies]]
name = "github.com/urfave/cli"
version = "^1.19.1"

[[dependencies]]
branch = "master"
name = "golang.org/x/oauth2"
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ TEST_OPTIONS?=

setup: ## Install all the build and lint dependencies
go get -u github.com/alecthomas/gometalinter
go get -u github.com/Masterminds/glide
go get -u github.com/golang/dep/...
go get -u github.com/pierrre/gotestcover
go get -u golang.org/x/tools/cmd/cover
glide install
dep ensure
gometalinter --install --update

test: ## Run all the tests
Expand Down
38 changes: 0 additions & 38 deletions glide.lock

This file was deleted.

10 changes: 0 additions & 10 deletions glide.yaml

This file was deleted.

0 comments on commit 6101500

Please sign in to comment.