Command line client for Write.as https://write.as/apps/cli
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.

28 lines
1.2 KiB

  1. module github.com/writeas/writeas-cli
  2. require (
  3. github.com/atotto/clipboard v0.1.1
  4. github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
  5. github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
  6. github.com/hashicorp/go-multierror v1.0.0
  7. github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
  8. github.com/jtolds/gls v4.2.1+incompatible // indirect
  9. github.com/microcosm-cc/bluemonday v1.0.1 // indirect
  10. github.com/mitchellh/go-homedir v1.0.0
  11. github.com/onsi/ginkgo v1.8.0 // indirect
  12. github.com/onsi/gomega v1.5.0 // indirect
  13. github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
  14. github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
  15. github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
  16. github.com/writeas/go-writeas/v2 v2.0.2
  17. github.com/writeas/saturday v0.0.0-20170402010311-f455b05c043f // indirect
  18. github.com/writeas/web-core v0.0.0-20181111165528-05f387ffa1b3
  19. golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 // indirect
  20. golang.org/x/net v0.0.0-20181217023233-e147a9138326 // indirect
  21. golang.org/x/sys v0.0.0-20181213200352-4d1cda033e06 // indirect
  22. gopkg.in/ini.v1 v1.39.3
  23. gopkg.in/urfave/cli.v1 v1.20.0
  24. )
  25. go 1.13