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.

11 lines
288 B

  1. module github.com/onsi/ginkgo
  2. go 1.15
  3. require (
  4. github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
  5. github.com/nxadm/tail v1.4.8
  6. github.com/onsi/gomega v1.10.1
  7. golang.org/x/sys v0.0.0-20210112080510-489259a85091
  8. golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e
  9. )