module github.com/deluan/rest

go 1.13

require (
	github.com/sirupsen/logrus v1.4.2
	github.com/smartystreets/goconvey v1.6.4
)
