module github.com/anz-bank/sysl-catalog go 1.14 require ( github.com/Masterminds/goutils v1.1.0 // indirect github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/sprig v2.22.0+incompatible github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 github.com/antlr/antlr4 v0.0.0-20200712162734-eb1adaa8a7a6 // indirect github.com/anz-bank/protoc-gen-sysl v0.0.17 github.com/anz-bank/sysl v0.149.0 github.com/cheggaaa/pb/v3 v3.0.4 github.com/chromedp/cdproto v0.0.0-20200709115526-d1f6fc58448b // indirect github.com/getkin/kin-openapi v0.18.0 // indirect github.com/go-chi/chi v4.1.2+incompatible // indirect github.com/gobwas/pool v0.2.1 // indirect github.com/gohugoio/hugo v0.74.1 github.com/hashicorp/go-retryablehttp v0.6.6 github.com/huandu/xstrings v1.3.2 // indirect github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334 github.com/imdario/mergo v0.3.9 // indirect github.com/joshcarp/mermaid-go v0.0.0-20200403052241-d6fecd5216de github.com/mitchellh/copystructure v1.0.0 // indirect github.com/mitchellh/reflectwalk v1.0.1 // indirect github.com/pkg/errors v0.9.1 github.com/radovskyb/watcher v1.0.7 github.com/sirupsen/logrus v1.6.0 github.com/spf13/afero v1.2.2 github.com/stretchr/testify v1.5.1 github.com/yuin/goldmark v1.1.31 golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect gopkg.in/alecthomas/kingpin.v2 v2.2.6 )