module github.com/desertbit/orbit go 1.12 require ( github.com/desertbit/closer/v3 v3.1.1 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d github.com/kr/pretty v0.1.0 // indirect github.com/philhofer/fwd v1.0.0 // indirect github.com/pkg/errors v0.8.1 github.com/rs/zerolog v1.13.0 github.com/stretchr/testify v1.3.0 github.com/tinylib/msgp v1.1.0 github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect google.golang.org/appengine v1.5.0 // indirect gopkg.in/AlecAivazis/survey.v1 v1.8.2 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/vmihailenco/msgpack.v3 v3.3.3 )