Skip to content

Commit

Permalink
update gohash
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Dec 16, 2020
1 parent af15bd9 commit 3f040cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.30.0";
private static final String AWS_SDK = "v0.30.1-0.20201216230630-af15bd904391";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ private AwsCustomGoDependency() {
}

private static final class Versions {
private static final String INTERNAL_S3SHARED = "v0.3.2";
private static final String INTERNAL_ACCEPTENCODING = "v0.3.1";
private static final String INTERNAL_PRESIGNURL = "v0.1.2";
private static final String INTERNAL_S3SHARED = "v0.3.3-0.20201216230630-af15bd904391";
private static final String INTERNAL_ACCEPTENCODING = "v0.3.2-0.20201216230630-af15bd904391";
private static final String INTERNAL_PRESIGNURL = "v0.1.3-0.20201216230630-af15bd904391";
}
}

0 comments on commit 3f040cc

Please sign in to comment.