forked from gane5hvarma/panther
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
33 lines (31 loc) · 1.13 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
module github.com/panther-labs/panther
go 1.14
require (
github.com/aws/aws-lambda-go v1.17.0
github.com/aws/aws-sdk-go v1.32.7
github.com/cenkalti/backoff/v4 v4.0.2
github.com/fatih/structtag v1.2.0
github.com/go-openapi/errors v0.19.6
github.com/go-openapi/runtime v0.19.19
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/swag v0.19.9
github.com/go-openapi/validate v0.19.10
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/google/uuid v1.1.1
github.com/hashicorp/golang-lru v0.5.4
github.com/influxdata/go-syslog/v3 v3.0.0
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.10
github.com/kelseyhightower/envconfig v1.4.0
github.com/leodido/go-urn v1.2.0 // indirect
github.com/magefile/mage v1.9.0
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
github.com/tidwall/gjson v1.6.0
go.uber.org/zap v1.15.0
golang.org/x/tools v0.0.0-20200513171743-967c05484029 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/yaml.v2 v2.3.0
)