module github.com/aellwein/slf4go-logrus-adaptor require ( bou.ke/monkey v1.0.1 github.com/aellwein/slf4go v0.4.2 github.com/gopherjs/gopherjs v0.0.0-20190309154008-847fc94819f9 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/sirupsen/logrus v1.4.0 github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff // indirect github.com/stretchr/testify v1.3.0 golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect )