diff --git a/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/AwsGoDependency.java b/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/AwsGoDependency.java index be439fce5e8..9420f569f14 100644 --- a/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/AwsGoDependency.java +++ b/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/AwsGoDependency.java @@ -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.20201216221327-f18ebfdeb472"; } } diff --git a/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/AwsCustomGoDependency.java b/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/AwsCustomGoDependency.java index 527d2c323c3..5b1f32b9f26 100644 --- a/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/AwsCustomGoDependency.java +++ b/codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/AwsCustomGoDependency.java @@ -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.20201216221327-f18ebfdeb472"; + private static final String INTERNAL_ACCEPTENCODING = "v0.3.2-0.20201216221327-f18ebfdeb472"; + private static final String INTERNAL_PRESIGNURL = "v0.1.3-0.20201216221327-f18ebfdeb472"; } }