Codebase list golang-gomega / scrub-obsolete/main go.mod
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

go.mod @scrub-obsolete/mainraw · history · blame

module github.com/onsi/gomega

go 1.14

require (
	github.com/golang/protobuf v1.4.2
	github.com/onsi/ginkgo v1.12.1
	golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0
	golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
	gopkg.in/yaml.v2 v2.3.0
)