go.mod 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. module muesli
  2. require gitlab.com/beoran/monolog v0.0.0
  3. require (
  4. github.com/cosiner/argv v0.0.1 // indirect
  5. github.com/cpuguy83/go-md2man v1.0.10 // indirect
  6. github.com/go-delve/delve v1.2.0 // indirect
  7. github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
  8. github.com/mattn/go-colorable v0.1.1 // indirect
  9. github.com/mattn/go-isatty v0.0.7 // indirect
  10. github.com/mattn/go-runewidth v0.0.4 // indirect
  11. github.com/peterh/liner v1.1.0 // indirect
  12. github.com/pkg/profile v1.3.0 // indirect
  13. github.com/russross/blackfriday v2.0.0+incompatible // indirect
  14. github.com/sirupsen/logrus v1.4.0 // indirect
  15. github.com/spf13/cobra v0.0.3 // indirect
  16. github.com/spf13/pflag v1.0.3 // indirect
  17. github.com/stretchr/testify v1.3.0 // indirect
  18. gitlab.com/beoran/gdast v0.0.0
  19. golang.org/x/arch v0.0.0-20190312162104-788fe5ffcd8c // indirect
  20. golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect
  21. golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect
  22. golang.org/x/sys v0.0.0-20190329044733-9eb1bfa1ce65 // indirect
  23. golang.org/x/tools v0.0.0-20190330180304-aef51cc3777c // indirect
  24. gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
  25. gopkg.in/yaml.v2 v2.2.2 // indirect
  26. )
  27. replace gitlab.com/beoran/monolog => ../monolog
  28. replace gitlab.com/beoran/gdast => ../gdast