forked from gane5hvarma/panther
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (31 loc) · 1.17 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/alecthomas/jsonschema v0.0.0-20200217214135-7152f22193c9
github.com/aws/aws-lambda-go v1.16.0
github.com/aws/aws-sdk-go v1.30.7
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/go-openapi/errors v0.19.4
github.com/go-openapi/runtime v0.19.15
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/swag v0.19.9
github.com/go-openapi/validate v0.19.8
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.9
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/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
github.com/tidwall/gjson v1.6.0
go.uber.org/zap v1.14.1
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/tools v0.0.0-20200407144507-5fc56a9a2104 // 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.2.8
)