summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/go.mod
blob: 212b2454c4d2753e92cad6e346c13b5c17dcca99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
	github.com/sclevine/agouti v3.0.0+incompatible // indirect
	golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
	golang.org/x/text v0.3.2 // indirect
)

go 1.13