module github.com/anz-bank/sysl-go go 1.14 require ( github.com/go-chi/chi v4.0.4+incompatible github.com/go-playground/universal-translator v0.17.0 // indirect github.com/golang/protobuf v1.3.5 github.com/google/uuid v1.1.1 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/leodido/go-urn v1.2.0 // indirect github.com/lib/pq v1.3.0 github.com/mattn/go-sqlite3 v2.0.3+incompatible github.com/mitchellh/mapstructure v1.2.2 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.5.1 github.com/rickb777/date v1.12.4 github.com/sirupsen/logrus v1.5.0 github.com/stretchr/objx v0.2.0 // indirect github.com/stretchr/testify v1.5.1 golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 // indirect google.golang.org/genproto v0.0.0-20200330113809-af700f360a68 // indirect google.golang.org/grpc v1.28.0 gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/go-playground/validator.v9 v9.31.0 gopkg.in/yaml.v2 v2.2.8 )