module github.com/anz-bank/sysl go 1.13 replace github.com/spf13/afero => github.com/anz-bank/afero v1.2.3 require ( aqwari.net/xml v0.0.0-20190526204230-8dd125f7c15c cloud.google.com/go v0.55.0 // indirect github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 github.com/alecthomas/chroma v0.7.1 github.com/alecthomas/colour v0.1.0 // indirect github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect github.com/antlr/antlr4 v0.0.0-20200309161749-1284814c2112 github.com/anz-bank/sysl-go v0.0.0-20200325045908-46c4ce0a2736 github.com/arr-ai/hash v0.5.0 // indirect github.com/arr-ai/wbnf v0.13.0 github.com/bitly/go-simplejson v0.5.0 github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect github.com/cncf/udpa/go v0.0.0-20200313221541-5f7e5dd04533 // indirect github.com/cornelk/hashmap v1.0.1 github.com/dchest/siphash v1.2.1 // indirect github.com/dlclark/regexp2 v1.2.0 // indirect github.com/fullstorydev/grpcui v0.2.1 github.com/fullstorydev/grpcurl v1.5.0 github.com/getkin/kin-openapi v0.5.1 github.com/ghodss/yaml v1.0.0 github.com/go-chi/chi v4.0.4+incompatible github.com/go-openapi/errors v0.19.4 // indirect github.com/go-openapi/loads v0.19.5 github.com/go-openapi/runtime v0.19.12 github.com/go-openapi/spec v0.19.7 github.com/go-openapi/strfmt v0.19.5 // indirect github.com/go-openapi/swag v0.19.8 github.com/go-openapi/validate v0.19.7 // indirect github.com/golang/protobuf v1.3.5 github.com/gorilla/handlers v1.4.2 github.com/gorilla/mux v1.7.4 github.com/hashicorp/hcl v1.0.0 github.com/jhump/protoreflect v1.6.0 // indirect github.com/markbates/pkger v0.15.0 github.com/mattn/go-isatty v0.0.12 // indirect github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 github.com/rickb777/date v1.12.4 github.com/russross/blackfriday v2.0.0+incompatible github.com/sirupsen/logrus v1.4.2 github.com/spf13/afero v1.2.2 github.com/stretchr/testify v1.5.1 go.mongodb.org/mongo-driver v1.3.1 // indirect golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 google.golang.org/grpc v1.28.0 gopkg.in/alecthomas/kingpin.v2 v2.2.6 gopkg.in/yaml.v2 v2.2.8 )