diff --git a/go.mod b/go.mod index 8a43f01..5cc36be 100644 --- a/go.mod +++ b/go.mod @@ -4,19 +4,14 @@ go 1.12 require ( github.com/aws/aws-lambda-go v1.12.0 - github.com/aws/aws-sdk-go v1.21.8 + github.com/aws/aws-sdk-go v1.33.0 github.com/cenkalti/backoff v2.2.1+incompatible // indirect github.com/gofrs/uuid v3.2.0+incompatible github.com/guregu/dynamo v1.3.1 github.com/kr/pretty v0.1.0 // indirect - github.com/pkg/errors v0.8.1 + github.com/pkg/errors v0.9.1 github.com/portals-me/account v0.0.0-20190801082223-bd4bc42203a4 - github.com/satori/go.uuid v1.2.0 - github.com/stretchr/objx v0.2.0 // indirect golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect - golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect - golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 // indirect golang.org/x/text v0.3.2 // indirect - golang.org/x/tools v0.0.0-20190731214159-1e85ed8060aa // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect )