go.mod 676 B

123456789101112131415161718192021
  1. module notabug.org/apiote/amuse
  2. go 1.13
  3. require (
  4. github.com/BurntSushi/toml v0.3.1
  5. github.com/bytesparadise/libasciidoc v0.2.0
  6. github.com/go-python/gopy v0.3.1
  7. github.com/mattn/go-sqlite3 v2.0.2+incompatible
  8. github.com/onsi/ginkgo v1.10.3 // indirect
  9. github.com/onsi/gomega v1.7.1 // indirect
  10. github.com/sirupsen/logrus v1.4.2 // indirect
  11. github.com/stretchr/testify v1.4.0 // indirect
  12. golang.org/x/net v0.0.0-20191116160921-f9c825593386 // indirect
  13. golang.org/x/text v0.3.0
  14. golang.org/x/tools v0.0.0-20191204011308-9611592c72f6 // indirect
  15. gopkg.in/yaml.v2 v2.2.7 // indirect
  16. notabug.org/apiote/gott v1.0.1
  17. zombiezen.com/go/capnproto2 v2.17.0+incompatible
  18. )