|
|
@ -0,0 +1,17 @@ |
|
|
|
module github.com/bboozzoo/mconnect |
|
|
|
|
|
|
|
go 1.13 |
|
|
|
|
|
|
|
require ( |
|
|
|
github.com/Sirupsen/logrus v1.0.4 |
|
|
|
github.com/godbus/dbus v4.1.0+incompatible |
|
|
|
github.com/jessevdk/go-flags v1.3.0 |
|
|
|
github.com/onsi/ginkgo v1.11.0 // indirect |
|
|
|
github.com/onsi/gomega v1.8.1 // indirect |
|
|
|
github.com/pkg/errors v0.8.0 |
|
|
|
github.com/sirupsen/logrus v1.4.2 // indirect |
|
|
|
github.com/stretchr/testify v1.2.2 |
|
|
|
golang.org/x/crypto v0.0.0-20180119165957-a66000089151 // indirect |
|
|
|
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect |
|
|
|
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect |
|
|
|
) |