-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
30 lines (28 loc) · 1.05 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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/gop v0.20.0
github.com/anz-bank/pkg v0.0.25
github.com/anz-bank/protoc-gen-sysl v0.0.28
github.com/anz-bank/sysl v0.393.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.3
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.8.1
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
google.golang.org/protobuf v1.25.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)