Skip to content

Commit

Permalink
Replace glide by dep
Browse files Browse the repository at this point in the history
  • Loading branch information
olebedev committed Oct 24, 2017
1 parent 343e3cc commit 53693fb
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 33 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor
39 changes: 39 additions & 0 deletions Gopkg.lock

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

10 changes: 10 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[[constraint]]
name = "github.com/AlekSi/pointer"

[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"
21 changes: 0 additions & 21 deletions glide.lock

This file was deleted.

10 changes: 0 additions & 10 deletions glide.yaml

This file was deleted.

5 changes: 3 additions & 2 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ build:
name: go get
code: |
go version
go get github.com/Masterminds/glide
glide install
go get -u -v github.com/golang/dep
go get -u -v github.com/golang/dep/cmd/dep
dep ensure
- script:
name: go test
code: |
Expand Down

0 comments on commit 53693fb

Please sign in to comment.