module github.com/anz-bank/sysl-catalog go 1.14 require ( aqwari.net/xml v0.0.0-20200323224746-73105c9af915 // indirect github.com/Joshcarp/sysl v0.5.1 // indirect github.com/alecthomas/repr v0.0.0-20200325044227-4184120f674c // indirect github.com/antlr/antlr4 v0.0.0-20200503195918-621b933c7a7f // indirect github.com/anz-bank/protoc-gen-sysl v0.0.1 github.com/anz-bank/sysl v0.78.0 github.com/cheggaaa/pb v2.0.7+incompatible // indirect github.com/cheggaaa/pb/v3 v3.0.4 github.com/fatih/color v1.9.0 // indirect github.com/getkin/kin-openapi v0.8.0 // indirect github.com/go-openapi/swag v0.19.9 // indirect github.com/gohugoio/hugo v0.69.2 github.com/golang/protobuf v1.4.1 // indirect github.com/gorilla/websocket v1.4.2 // indirect github.com/hashicorp/go-retryablehttp v0.6.6 github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect github.com/mattn/go-colorable v0.1.6 // indirect github.com/mattn/go-runewidth v0.0.9 // indirect github.com/radovskyb/watcher v1.0.7 github.com/russross/blackfriday/v2 v2.0.1 github.com/sirupsen/logrus v1.6.0 github.com/spf13/afero v1.2.2 golang.org/x/net v0.0.0-20200505041828-1ed23360d12c // indirect golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect gopkg.in/alecthomas/kingpin.v2 v2.2.6 gopkg.in/cheggaaa/pb.v2 v2.0.7 // indirect )