module github.com/barchart/common-go go 1.14 require ( github.com/aws/aws-sdk-go v1.30.7 github.com/go-playground/universal-translator v0.17.0 // indirect github.com/go-playground/validator v9.31.0+incompatible github.com/leodido/go-urn v1.2.0 // indirect github.com/lib/pq v1.3.0 github.com/mattn/go-colorable v0.1.6 // indirect github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b github.com/sirupsen/logrus v1.2.0 github.com/smartystreets/goconvey v1.6.4 github.com/spf13/viper v1.6.3 github.com/stretchr/testify v1.5.1 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect gopkg.in/go-playground/assert.v1 v1.2.1 // indirect )