go.mod 302 B

12345678
  1. module github.com/smartystreets/goconvey
  2. require (
  3. github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
  4. github.com/jtolds/gls v4.20.0+incompatible
  5. github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d
  6. golang.org/x/tools v0.0.0-20190328211700-ab21143f2384
  7. )