Skip to content

Commit 020b968

Browse files
author
jshubatt
committed
Upgrade to go 1.16
1 parent 7974a46 commit 020b968

File tree

4 files changed

+46
-186
lines changed

4 files changed

+46
-186
lines changed

go.mod

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Optum/dce
22

3-
go 1.15
3+
go 1.16
44

55
require (
66
github.com/360EntSecGroup-Skylar/excelize v1.4.1
@@ -11,41 +11,33 @@ require (
1111
github.com/aws/aws-sdk-go v1.36.30
1212
github.com/awslabs/aws-lambda-go-api-proxy v0.8.0
1313
github.com/caarlos0/env v3.5.0+incompatible
14-
github.com/fatih/color v1.13.0 // indirect
15-
github.com/fsnotify/fsnotify v1.5.4 // indirect
1614
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
17-
github.com/golang/mock v1.6.0 // indirect
18-
github.com/google/go-cmp v0.5.8 // indirect
19-
github.com/google/uuid v1.3.0
15+
github.com/google/uuid v1.1.2
2016
github.com/gorilla/handlers v1.5.0
2117
github.com/gorilla/mux v1.8.0
2218
github.com/gorilla/schema v1.2.0
2319
github.com/gruntwork-io/terratest v0.29.0
2420
github.com/imdario/mergo v0.3.11
25-
github.com/kr/text v0.2.0 // indirect
26-
github.com/mattn/go-colorable v0.1.12 // indirect
27-
github.com/mitchellh/mapstructure v1.5.0
28-
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
21+
github.com/mattn/go-colorable v0.1.7 // indirect
22+
github.com/mitchellh/mapstructure v1.3.3
2923
github.com/oleiade/reflections v1.0.0 // indirect
30-
github.com/onsi/ginkgo/v2 v2.1.3 // indirect
31-
github.com/onsi/gomega v1.18.1 // indirect
24+
github.com/onsi/ginkgo v1.12.0 // indirect
25+
github.com/onsi/gomega v1.9.0 // indirect
3226
github.com/pkg/errors v0.9.1
3327
github.com/rebuy-de/aws-nuke v1.4.0
34-
github.com/sirupsen/logrus v1.8.1 // indirect
35-
github.com/spf13/cobra v1.4.0 // indirect
36-
github.com/stretchr/objx v0.4.0 // indirect
37-
github.com/stretchr/testify v1.7.1
38-
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
39-
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
40-
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
28+
github.com/stretchr/objx v0.3.0 // indirect
29+
github.com/stretchr/testify v1.6.1
30+
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
31+
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
32+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
4133
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect
42-
google.golang.org/protobuf v1.28.0 // indirect
34+
golang.org/x/text v0.3.7 // indirect
35+
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
4336
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
44-
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
37+
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
4538
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
4639
gopkg.in/oleiade/reflections.v1 v1.0.0
4740
gopkg.in/yaml.v2 v2.4.0
48-
gopkg.in/yaml.v3 v3.0.0-20220512140231-539c8e751b99 // indirect
4941
)
5042

5143
replace github.com/rebuy-de/aws-nuke => github.com/Optum/aws-nuke v1.3.0

0 commit comments

Comments
 (0)