forked from anz-bank/sysl-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 946 Bytes
/
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
module github.com/Joshcarp/sysl-playground
go 1.12
require (
github.com/Joshcarp/sysl_testing v0.5.9
github.com/antlr/antlr4 v0.0.0-20200103163232-691acdc23f1f // indirect
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
github.com/go-openapi/analysis v0.19.7 // indirect
github.com/go-openapi/errors v0.19.3 // indirect
github.com/go-openapi/loads v0.19.4 // indirect
github.com/go-openapi/spec v0.19.5 // indirect
github.com/go-openapi/strfmt v0.19.4 // indirect
github.com/go-openapi/swag v0.19.6 // indirect
github.com/gopherjs/vecty v0.0.0-20191227222824-6a0a25ee5a96
github.com/kr/pretty v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2
go.mongodb.org/mongo-driver v1.2.1 // indirect
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1 // indirect
)