module github.com/anz-bank/sysl-go go 1.14 require ( github.com/alecthomas/participle v0.6.0 github.com/anz-bank/pkg v0.0.27 github.com/anz-bank/sysl-catalog v1.4.185 github.com/go-chi/chi v4.1.2+incompatible github.com/golang/protobuf v1.4.2 github.com/google/go-querystring v1.0.0 github.com/google/uuid v1.1.1 github.com/mitchellh/mapstructure v1.2.2 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.5.1 github.com/sethvargo/go-retry v0.1.0 github.com/sirupsen/logrus v1.6.0 github.com/spf13/afero v1.4.0 github.com/spf13/cast v1.3.1 github.com/spf13/viper v1.6.1 github.com/stretchr/testify v1.6.1 google.golang.org/grpc v1.32.0 gopkg.in/go-playground/validator.v9 v9.31.0 gopkg.in/square/go-jose.v2 v2.5.1 gopkg.in/yaml.v2 v2.3.0 )