forked from joshcarp/sysl-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (34 loc) · 1.52 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
32
33
34
35
36
module github.com/anz-bank/sysl-proxy
go 1.13
require (
aqwari.net/xml v0.0.0-20200724195937-ae380bb65a55 // indirect
cloud.google.com/go v0.70.0
cloud.google.com/go/storage v1.12.0 // indirect
github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.1 // indirect
github.com/antlr/antlr4 v0.0.0-20201025162310-ac92c48a09df // indirect
github.com/anz-bank/gop v0.16.0
github.com/anz-bank/pkg v0.0.27 // indirect
github.com/anz-bank/sysl v0.253.0
github.com/arr-ai/arrai v0.191.0 // indirect
github.com/arr-ai/hash v0.7.0 // indirect
github.com/dchest/siphash v1.2.2 // indirect
github.com/getkin/kin-openapi v0.23.0 // indirect
github.com/go-git/go-git/v5 v5.2.0 // indirect
github.com/go-openapi/swag v0.19.11 // indirect
github.com/iancoleman/strcase v0.1.2 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/afero v1.4.1
github.com/stretchr/testify v1.6.1
github.com/xanzy/ssh-agent v0.3.0 // indirect
github.com/xuri/efp v0.0.0-20201016154823-031c29024257 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/net v0.0.0-20201024042810-be3efd7ff127 // indirect
golang.org/x/sys v0.0.0-20201024232916-9f70ab9862d5 // indirect
golang.org/x/tools v0.0.0-20201023174141-c8cfbd0f21e6 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20201022181438-0ff5f38871d5
google.golang.org/grpc v1.33.1 // indirect
google.golang.org/protobuf v1.25.0
)