Skip to content

Commit

Permalink
Move testify dependency to testImport (jaegertracing#265)
Browse files Browse the repository at this point in the history
I've been having a lot of trouble with glide on a new service I'm developing. One error message involved conflicting dependencies of testify, and I think jaeger-client-go may be the cause. Either way, this seems like a good change.

Signed-off-by: Keith Lea <keithl@uber.com>
  • Loading branch information
keithkml authored and yurishkuro committed Mar 2, 2018
1 parent d7f08d5 commit 1cd3bc1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ import:
- tnet
- trace/thrift/gen-go/tcollector
- typed
- package: github.com/stretchr/testify
version: ^1.1.3
subpackages:
- assert
- require
- suite
- package: github.com/crossdock/crossdock-go
- package: github.com/uber/jaeger-lib
version: ^1.2.1
Expand All @@ -35,5 +29,11 @@ import:
- package: github.com/pkg/errors
version: ~0.8.0
testImport:
- package: github.com/stretchr/testify
version: ^1.1.3
subpackages:
- assert
- require
- suite
- package: github.com/prometheus/client_golang
version: v0.8.0

0 comments on commit 1cd3bc1

Please sign in to comment.