module github.com/anz-bank/sysl-catalog go 1.14 require ( aqwari.net/xml v0.0.0-20200323224746-73105c9af915 // indirect github.com/alecthomas/repr v0.0.0-20200325044227-4184120f674c // indirect github.com/antlr/antlr4 v0.0.0-20200417160354-8c50731894e0 // indirect github.com/anz-bank/protoc-gen-sysl v0.0.1 github.com/anz-bank/sysl v0.76.0 github.com/cheggaaa/pb v2.0.7+incompatible // indirect github.com/cheggaaa/pb/v3 v3.0.4 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/gorilla/websocket v1.4.2 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect github.com/radovskyb/watcher v1.0.7 github.com/russross/blackfriday/v2 v2.0.1 github.com/sirupsen/logrus v1.5.0 github.com/spf13/afero v1.2.2 golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect golang.org/x/sys v0.0.0-20200430202703-d923437fa56d // 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 )