This repository has been archived by the owner on Aug 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Update hashstructure (#252)
Related to cloudquery/cloudquery-issues#336 (internal issue). We seen the following error pop up from time to time: ``` failed to insert to table "aws_ec2_internet_gateway_attachments": ERROR: duplicate key value violates unique constraint "aws_ec2_internet_gateway_attachments_pk" ``` The reason is probably concurrent fetches, however the version we're using of `hashstructure` has a bug that can cause hash collisions. It was fixed in v2 https://github.com/mitchellh/hashstructure/tree/a045b665615f739329536a58c25ca6327abf1ec1#installation
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters