Skip to content

Commit

Permalink
Re-add missing test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
databus23 committed Nov 16, 2017
1 parent e4fe5c0 commit aec672d
Show file tree
Hide file tree
Showing 11 changed files with 2,456 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test_deps.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
//this file is only here so that `glide list` picks
//up our test dependencies. Otherwise glide-vc will delete
//out test dependencies and the build will go kaputt...
package main

import "github.com/stretchr/testify/assert"

func main() {
assert.CallerInfo()

}
27 changes: 27 additions & 0 deletions vendor/github.com/pmezard/go-difflib/LICENSE

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

Loading

0 comments on commit aec672d

Please sign in to comment.