Codebase list golang-gomega / upstream/1.15.0+git20210817.1.4165d33 go.mod
upstream/1.15.0+git20210817.1.4165d33

Tree @upstream/1.15.0+git20210817.1.4165d33 (Download .tar.gz)

go.mod @upstream/1.15.0+git20210817.1.4165d33raw · history · blame

module github.com/onsi/gomega

go 1.16

require (
	github.com/golang/protobuf v1.5.2
	github.com/onsi/ginkgo v1.16.4
	golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
	gopkg.in/yaml.v2 v2.4.0
)