module muesli require gitlab.com/beoran/monolog v0.0.0 require ( github.com/cosiner/argv v0.0.1 // indirect github.com/cpuguy83/go-md2man v1.0.10 // indirect github.com/go-delve/delve v1.2.0 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/mattn/go-colorable v0.1.1 // indirect github.com/mattn/go-isatty v0.0.7 // indirect github.com/mattn/go-runewidth v0.0.4 // indirect github.com/peterh/liner v1.1.0 // indirect github.com/pkg/profile v1.3.0 // indirect github.com/russross/blackfriday v2.0.0+incompatible // indirect github.com/sirupsen/logrus v1.4.0 // indirect github.com/spf13/cobra v0.0.3 // indirect github.com/spf13/pflag v1.0.3 // indirect github.com/stretchr/testify v1.3.0 // indirect gitlab.com/beoran/gdast v0.0.0 golang.org/x/arch v0.0.0-20190312162104-788fe5ffcd8c // indirect golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect golang.org/x/sys v0.0.0-20190329044733-9eb1bfa1ce65 // indirect golang.org/x/tools v0.0.0-20190330180304-aef51cc3777c // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.2 // indirect ) replace gitlab.com/beoran/monolog => ../monolog replace gitlab.com/beoran/gdast => ../gdast