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/anz-bank/pkg v0.0.25 github.com/anz-bank/protoc-gen-sysl v0.0.17 github.com/anz-bank/sysl v0.258.0 github.com/getkin/kin-openapi v0.18.0 // indirect github.com/ghodss/yaml v1.0.0 github.com/gohugoio/hugo v0.74.1 github.com/huandu/xstrings v1.3.2 // indirect github.com/iancoleman/strcase v0.1.1 github.com/joshcarp/gop v0.4.0 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.4.0 github.com/stretchr/testify v1.6.1 github.com/yuin/goldmark v1.2.1 golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect golang.org/x/net v0.0.0-20201002202402-0a1ea396d57c // indirect golang.org/x/sys v0.0.0-20201004230629-f6757f270073 // indirect google.golang.org/protobuf v1.25.0 gopkg.in/alecthomas/kingpin.v2 v2.2.6 )