Files
node-problem-detector/vendor/github.com/onsi/gomega/go.mod
2022-03-24 16:25:03 +00:00

10 lines
245 B
Modula-2

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