-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
31 lines (29 loc) · 1.33 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
31
module github.com/anz-bank/sysl-template
go 1.13
require (
aqwari.net/xml v0.0.0-20200323224746-73105c9af915 // indirect
cloud.google.com/go v0.56.0 // indirect
github.com/alecthomas/repr v0.0.0-20200325044227-4184120f674c // indirect
github.com/antlr/antlr4 v0.0.0-20200412020049-7a11432ede99 // indirect
github.com/anz-bank/sysl v0.57.0 // indirect
github.com/anz-bank/sysl-go v0.58.0
github.com/arr-ai/wbnf v0.15.0 // indirect
github.com/cncf/udpa/go v0.0.0-20200327203949-e8cd3a4bb307 // indirect
github.com/envoyproxy/go-control-plane v0.9.5 // indirect
github.com/fullstorydev/grpcurl v1.5.1 // indirect
github.com/getkin/kin-openapi v0.3.1 // indirect
github.com/go-chi/chi v4.0.4+incompatible
github.com/go-openapi/runtime v0.19.15 // indirect
github.com/go-openapi/swag v0.19.9 // indirect
github.com/go-openapi/validate v0.19.8 // indirect
github.com/gobuffalo/here v0.6.2 // indirect
github.com/golang/protobuf v1.4.0 // indirect
github.com/markbates/pkger v0.15.1 // indirect
github.com/rickb777/date v1.12.4
github.com/spf13/cobra v0.0.5
go.mongodb.org/mongo-driver v1.3.2 // indirect
golang.org/dl v0.0.0-20200414231856-f86334ee252a // indirect
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36 // indirect
google.golang.org/grpc v1.29.0
)