You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
197 B

  1. module github.com/onsi/gomega
  2. go 1.14
  3. require (
  4. github.com/golang/protobuf v1.5.2
  5. github.com/onsi/ginkgo v1.16.2
  6. golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
  7. gopkg.in/yaml.v2 v2.4.0
  8. )