-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 905 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
module github.com/deepalert/deepalert-hybridanalysis
go 1.15
require (
github.com/Netflix/go-env v0.0.0-20210116210345-8f74e74141f7
github.com/aws/aws-lambda-go v1.22.0
github.com/aws/aws-sdk-go v1.37.1 // indirect
github.com/deepalert/deepalert v1.1.0-alpha.0.20210201111512-8a03d214d588
github.com/go-errors/errors v1.1.1 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/google/uuid v1.2.0
github.com/kr/text v0.2.0 // indirect
github.com/m-mizutani/golambda v1.1.2-0.20210126023411-e8d00822afff
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)