module github.com/bitmaelum/bitmaelum-suite go 1.13 require ( github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2 github.com/cloudflare/gokey v0.1.0 github.com/coreos/go-semver v0.3.0 github.com/danieljoos/wincred v1.1.0 // indirect github.com/davecgh/go-spew v1.1.1 github.com/emersion/go-imap v1.0.6 github.com/emersion/go-message v0.11.1 github.com/emersion/go-smtp v0.14.0 github.com/ernesto-jimenez/httplogger v0.0.0-20150224132909-86cc44f6150a github.com/gabriel-vasile/mimetype v1.1.2 github.com/gdamore/tcell/v2 v2.1.0 github.com/gen2brain/beeep v0.0.0-20200526185328-e9c15c258e28 github.com/go-redis/redis/v7 v7.4.0 github.com/google/go-cmp v0.5.4 // indirect github.com/google/uuid v1.1.3 github.com/gookit/color v1.3.6 github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect github.com/gorilla/handlers v1.5.1 github.com/gorilla/mux v1.8.0 github.com/hashicorp/golang-lru v0.5.4 github.com/jessevdk/go-flags v1.4.0 github.com/jhillyerd/enmime v0.8.4 github.com/mattn/go-colorable v0.1.8 // indirect github.com/mattn/go-sqlite3 v2.0.3+incompatible github.com/mborders/artifex v0.4.0 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect github.com/mileusna/spf v0.0.0-20180805155443-438749886245 github.com/mitchellh/go-homedir v1.1.0 github.com/nightlyone/lockfile v1.0.0 github.com/olekukonko/tablewriter v0.0.4 github.com/onsi/ginkgo v1.14.2 // indirect github.com/onsi/gomega v1.10.4 // indirect github.com/rivo/tview v0.0.0-20201204190810-5406288b8e4e github.com/sirupsen/logrus v1.7.0 github.com/spf13/afero v1.5.1 github.com/spf13/cobra v1.1.1 github.com/stretchr/testify v1.6.1 github.com/tyler-smith/go-bip39 v1.1.0 github.com/vtolstov/jwt-go v3.2.0+incompatible github.com/x-cray/logrus-prefixed-formatter v0.5.2 github.com/xhit/go-str2duration/v2 v2.0.0 github.com/zalando/go-keyring v0.1.0 go.etcd.io/bbolt v1.3.5 golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad golang.org/x/mod v0.4.1 // indirect golang.org/x/sync v0.0.0-20201207232520-09787c993a3a golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf golang.org/x/text v0.3.4 // indirect golang.org/x/tools v0.1.0 // indirect gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c )