diff --git a/examples/go.mod b/examples/go.mod index 656e1bd..cf270f0 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/at-wat/ebml-go v0.17.0 - github.com/aws/aws-sdk-go v1.49.12 + github.com/aws/aws-sdk-go v1.49.13 github.com/seqsense/kinesisvideomanager v0.0.0 github.com/seqsense/sq-gst-go v0.5.2 ) diff --git a/examples/go.sum b/examples/go.sum index ff0ade6..75b703e 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -1,7 +1,7 @@ github.com/at-wat/ebml-go v0.17.0 h1:A0pribrI2qAajlnd4CIsbz2p6Z5pvw4NGfN7VDbvZ/w= github.com/at-wat/ebml-go v0.17.0/go.mod h1:w1cJs7zmGsb5nnSvhWGKLCxvfu4FVx5ERvYDIalj1ww= -github.com/aws/aws-sdk-go v1.49.12 h1:SbGHDdMjtuTL8zpRXKjvIvQHLt9cCqcxcHoJps23WxI= -github.com/aws/aws-sdk-go v1.49.12/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= +github.com/aws/aws-sdk-go v1.49.13 h1:f4mGztsgnx2dR9r8FQYa9YW/RsKb+N7bgef4UGrOW1Y= +github.com/aws/aws-sdk-go v1.49.13/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/uuid v1.4.0 h1:MtMxsa51/r9yyhkyLsVeVt0B+BGQZzpQiTQ4eHZ8bc4= diff --git a/go.mod b/go.mod index 723d67e..7a14dcc 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.15 require ( github.com/at-wat/ebml-go v0.17.0 - github.com/aws/aws-sdk-go v1.49.12 + github.com/aws/aws-sdk-go v1.49.13 github.com/google/uuid v1.4.0 ) diff --git a/go.sum b/go.sum index 5969619..38cb9ae 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/at-wat/ebml-go v0.17.0 h1:A0pribrI2qAajlnd4CIsbz2p6Z5pvw4NGfN7VDbvZ/w= github.com/at-wat/ebml-go v0.17.0/go.mod h1:w1cJs7zmGsb5nnSvhWGKLCxvfu4FVx5ERvYDIalj1ww= -github.com/aws/aws-sdk-go v1.49.12 h1:SbGHDdMjtuTL8zpRXKjvIvQHLt9cCqcxcHoJps23WxI= -github.com/aws/aws-sdk-go v1.49.12/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= +github.com/aws/aws-sdk-go v1.49.13 h1:f4mGztsgnx2dR9r8FQYa9YW/RsKb+N7bgef4UGrOW1Y= +github.com/aws/aws-sdk-go v1.49.13/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/google/uuid v1.4.0 h1:MtMxsa51/r9yyhkyLsVeVt0B+BGQZzpQiTQ4eHZ8bc4=