ceph-csi/vendor/github.com/onsi/gomega/go.mod

11 lines
197 B
Modula-2
Raw Normal View History

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
)