Skip to content

Commit

Permalink
Update glide and move testify to require
Browse files Browse the repository at this point in the history
"glide up" was complaining about testify being a testImport and a main
import. Since we're technically importing it in our application code
(_test.go files), it makes sense to have here.
  • Loading branch information
ascandella committed Nov 22, 2016
1 parent eff1c75 commit cbf48a8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
36 changes: 18 additions & 18 deletions glide.lock

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

9 changes: 5 additions & 4 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ import:
version: ^0.8.0
- package: github.com/uber/jaeger-client-go
version: ^1.6.0
- package: github.com/stretchr/testify
version: ^1.1.3
subpackages:
- assert
- require
testImport:
- package: golang.org/x/tools
version: 3fe2afc9e626f32e91aff6eddb78b14743446865
Expand All @@ -34,10 +39,6 @@ testImport:
- package: github.com/axw/gocov
subpackages:
- gocov
- package: github.com/stretchr/testify
version: ^1.1.3
subpackages:
- assert
- package: github.com/axw/gocov
- package: github.com/go-playground/overalls
- package: github.com/sectioneight/md-to-godoc
Expand Down

0 comments on commit cbf48a8

Please sign in to comment.