module github.com/blademainer/commons require ( github.com/coreos/etcd v3.3.13+incompatible github.com/fatih/structs v1.1.0 github.com/go-playground/locales v0.12.1 // indirect github.com/go-playground/universal-translator v0.16.0 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/leodido/go-urn v1.1.0 // indirect github.com/pjoc-team/base-service v0.2.18 github.com/sirupsen/logrus v1.4.1 github.com/stretchr/testify v1.4.0 golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect golang.org/x/text v0.3.2 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/go-playground/assert.v1 v1.2.1 gopkg.in/go-playground/validator.v9 v9.28.0 gopkg.in/natefinch/lumberjack.v2 v2.0.0 ) go 1.13