forked from anz-bank/sysl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
52 lines (49 loc) · 2.1 KB
/
go.mod
File metadata and controls
52 lines (49 loc) · 2.1 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
module github.com/anz-bank/sysl
go 1.13
replace github.com/spf13/afero => github.com/anz-bank/afero v1.2.3
require (
aqwari.net/xml v0.0.0-20200619145941-6c62842e69c1
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
github.com/alecthomas/chroma v0.7.3
github.com/alecthomas/colour v0.1.0 // indirect
github.com/alecthomas/repr v0.0.0-20200325044227-4184120f674c // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/antlr/antlr4 v0.0.0-20200712162734-eb1adaa8a7a6
github.com/anz-bank/mermaid-go v0.1.1
github.com/arr-ai/frozen v0.14.0 // indirect
github.com/arr-ai/hash v0.5.0 // indirect
github.com/arr-ai/wbnf v0.15.0
github.com/chromedp/cdproto v0.0.0-20200709115526-d1f6fc58448b // indirect
github.com/cornelk/hashmap v1.0.1
github.com/dchest/siphash v1.2.1 // indirect
github.com/getkin/kin-openapi v0.8.0
github.com/ghodss/yaml v1.0.0
github.com/go-openapi/jsonreference v0.19.3 // indirect
github.com/go-openapi/spec v0.19.7
github.com/go-openapi/swag v0.19.9
github.com/gobwas/pool v0.2.1 // indirect
github.com/golang/protobuf v1.4.2
github.com/google/go-github/v32 v32.1.0
github.com/hashicorp/hcl v1.0.0
github.com/kr/pretty v0.2.0 // indirect
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/russross/blackfriday v2.0.0+incompatible
github.com/sirupsen/logrus v1.6.0
github.com/spf13/afero v1.3.4
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1 // indirect
golang.org/x/net v0.0.0-20200513185701-a91f0712d120 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200720211630-cb9d2d5c5666 // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
google.golang.org/grpc v1.29.0
google.golang.org/protobuf v1.25.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)