mconnect - KDE Connect protocol implementation in Vala/C
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.

17 lines
554 B

  1. module github.com/bboozzoo/mconnect
  2. go 1.13
  3. require (
  4. github.com/Sirupsen/logrus v1.0.4
  5. github.com/godbus/dbus v4.1.0+incompatible
  6. github.com/jessevdk/go-flags v1.3.0
  7. github.com/onsi/ginkgo v1.11.0 // indirect
  8. github.com/onsi/gomega v1.8.1 // indirect
  9. github.com/pkg/errors v0.8.0
  10. github.com/sirupsen/logrus v1.4.2 // indirect
  11. github.com/stretchr/testify v1.2.2
  12. golang.org/x/crypto v0.0.0-20180119165957-a66000089151 // indirect
  13. gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
  14. gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
  15. )