Skip to content

Commit 8523ff7

Browse files
committed
update go hash
1 parent 66b2791 commit 8523ff7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/AwsGoDependency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ protected static GoDependency module(
8181
}
8282

8383
private static final class Versions {
84-
private static final String AWS_SDK = "v0.26.1-0.20201015193332-24a88063b255";
84+
private static final String AWS_SDK = "v0.26.1-0.20201016111247-66b2791dafc4";
8585
}
8686
}

codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/AwsCustomGoDependency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private AwsCustomGoDependency() {
4545
}
4646

4747
private static final class Versions {
48-
private static final String INTERNAL_S3SHARED = "v0.26.1-0.20201015193332-24a88063b255";
48+
private static final String INTERNAL_S3SHARED = "v0.26.1-0.20201016111247-66b2791dafc4";
4949
private static final String INTERNAL_ACCEPTENCODING = "v0.0.0-20200930084954-897dfb99530c";
5050
}
5151
}

0 commit comments

Comments
 (0)