Skip to content

Commit

Permalink
codegen: gohash
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Oct 27, 2020
1 parent e775a82 commit fc76253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ protected static GoDependency module(
}

private static final class Versions {
private static final String AWS_SDK = "v0.28.0";
private static final String AWS_SDK = "v0.28.1-0.20201027175240-e775a8223a10";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private AwsCustomGoDependency() {
}

private static final class Versions {
private static final String INTERNAL_S3SHARED = "v0.3.0";
private static final String INTERNAL_S3SHARED = "v0.3.1-0.20201027175240-e775a8223a10";
private static final String INTERNAL_ACCEPTENCODING = "v0.3.0";
private static final String INTERNAL_PRESIGNURL = "v0.1.0";
}
Expand Down

0 comments on commit fc76253

Please sign in to comment.