summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/testify/require/requirements.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2017-04-27 18:10:34 +0800
committerBo-Yi Wu <appleboy.tw@gmail.com>2017-04-27 18:10:34 +0800
commite3c29632222c1f0b159467fecb218283fe81fac8 (patch)
tree226cc523339f823f20af727cba3537c707a29a70 /vendor/github.com/stretchr/testify/require/requirements.go
parente4a0a04829fc337ca9d0adcacda159fd6021e5de (diff)
downloadgitea-e3c29632222c1f0b159467fecb218283fe81fac8.tar.gz
gitea-e3c29632222c1f0b159467fecb218283fe81fac8.zip
remove unused vendor packages (#1620)
Diffstat (limited to 'vendor/github.com/stretchr/testify/require/requirements.go')
-rw-r--r--vendor/github.com/stretchr/testify/require/requirements.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/github.com/stretchr/testify/require/requirements.go b/vendor/github.com/stretchr/testify/require/requirements.go
deleted file mode 100644
index 41147562d8..0000000000
--- a/vendor/github.com/stretchr/testify/require/requirements.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package require
-
-// TestingT is an interface wrapper around *testing.T
-type TestingT interface {
- Errorf(format string, args ...interface{})
- FailNow()
-}
-
-//go:generate go run ../_codegen/main.go -output-package=require -template=require.go.tmpl