Codebase list golang-gomega / 8edce2e1-9830-4162-ba92-adacdbd835c5/upstream/sid go.mod
8edce2e1-9830-4162-ba92-adacdbd835c5/upstream/sid

Tree @8edce2e1-9830-4162-ba92-adacdbd835c5/upstream/sid (Download .tar.gz)

go.mod @8edce2e1-9830-4162-ba92-adacdbd835c5/upstream/sidraw · 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
)