-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
50 lines (47 loc) · 2.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module github.com/Optum/dce
go 1.15
require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1
github.com/Bowery/prompt v0.0.0-20190419144237-972d0ceb96f5 // indirect
github.com/Joker/jade v1.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
github.com/avast/retry-go v2.6.0+incompatible
github.com/aws/aws-lambda-go v1.19.1
// github.com/aws/aws-sdk-go v1.34.20
github.com/aws/aws-sdk-go v1.36.30
github.com/awslabs/aws-lambda-go-api-proxy v0.8.0
github.com/caarlos0/env v3.5.0+incompatible
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 // indirect
github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4 // indirect
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect
github.com/google/uuid v1.1.2
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/handlers v1.5.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/gruntwork-io/terratest v0.29.0
github.com/imdario/mergo v0.3.11
github.com/iris-contrib/formBinder v5.0.0+incompatible // indirect
github.com/kardianos/govendor v1.0.9 // indirect
github.com/kataras/iris v11.1.1+incompatible // indirect
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/labstack/echo v3.3.10+incompatible // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mitchellh/mapstructure v1.3.3
github.com/oleiade/reflections v1.0.0 // indirect
github.com/pkg/errors v0.9.1
github.com/rebuy-de/aws-nuke v1.4.0
github.com/securego/gosec v0.0.0-20200316084457-7da9f46445fd // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/oleiade/reflections.v1 v1.0.0
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
gopkg.in/yaml.v2 v2.3.0
)
replace github.com/rebuy-de/aws-nuke => github.com/Optum/aws-nuke v1.3.0