diff --git a/aws/go.mod b/aws/go.mod index 522accd..c6778c2 100644 --- a/aws/go.mod +++ b/aws/go.mod @@ -17,7 +17,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/sqs v1.29.7 github.com/aws/smithy-go v1.19.0 github.com/cenkalti/backoff/v4 v4.2.1 - github.com/go-faker/faker/v4 v4.2.1 + github.com/go-faker/faker/v4 v4.3.0 github.com/stretchr/testify v1.8.4 github.com/tomtwinkle/utfbomremover v0.1.1 golang.org/x/sync v0.6.0 diff --git a/aws/go.sum b/aws/go.sum index 0fa9a18..823148e 100644 --- a/aws/go.sum +++ b/aws/go.sum @@ -62,8 +62,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/go-faker/faker/v4 v4.2.1 h1:w+kvZMvVwgn1tfl7W35tC+mlqtr3CN3tnXdHJxOGGO8= -github.com/go-faker/faker/v4 v4.2.1/go.mod h1:F/bBy8GH9NxOxMInug5Gx4WYeG6fHJZ8Ol/dhcpRub4= +github.com/go-faker/faker/v4 v4.3.0 h1:UXOW7kn/Mwd0u6MR30JjUKVzguT20EB/hBOddAAO+DY= +github.com/go-faker/faker/v4 v4.3.0/go.mod h1:F/bBy8GH9NxOxMInug5Gx4WYeG6fHJZ8Ol/dhcpRub4= github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=