go.mod 309 B

1234567891011
  1. module github.com/robertkrimen/otto
  2. go 1.14
  3. require (
  4. github.com/chzyer/logex v1.1.10 // indirect
  5. github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
  6. github.com/stretchr/testify v1.7.0 // indirect
  7. gopkg.in/readline.v1 v1.0.0-20160726135117-62c6fe619375
  8. gopkg.in/sourcemap.v1 v1.0.5
  9. )