From 1b5159384bf05d6625af69d3280b9f850323e5b1 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte <961963+jasdel@users.noreply.github.com> Date: Mon, 6 Jun 2022 14:53:38 -0700 Subject: [PATCH] Add stub module to remove non-Go SDK codegen from core module --- codegen/go.mod | 3 +++ modman.toml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 codegen/go.mod diff --git a/codegen/go.mod b/codegen/go.mod new file mode 100644 index 00000000000..e554d467480 --- /dev/null +++ b/codegen/go.mod @@ -0,0 +1,3 @@ +module github.com/aws/aws-sdk-go-v2/codegen + +go 1.15 diff --git a/modman.toml b/modman.toml index cb4d61cfb09..ac2e7595d02 100644 --- a/modman.toml +++ b/modman.toml @@ -11,6 +11,9 @@ [modules."."] metadata_package = "aws" + [modules."codegen"] + no_tag = true + [modules."example/service/dynamodb/createTable"] no_tag = true