11
vendor/github.com/onsi/ginkgo/go.mod
generated
vendored
Normal file
11
vendor/github.com/onsi/ginkgo/go.mod
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
module github.com/onsi/ginkgo
|
||||
|
||||
require (
|
||||
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
||||
github.com/nxadm/tail v1.4.4
|
||||
github.com/onsi/gomega v1.10.1
|
||||
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
|
||||
golang.org/x/text v0.3.2 // indirect
|
||||
)
|
||||
|
||||
go 1.13
|
||||
Reference in New Issue
Block a user