packages/aws-cdk/lib/init-templates/sample-app/go/go.template.mod (7 lines of code) (raw):
module %name%
go 1.18
require (
github.com/aws/aws-cdk-go/awscdk/v2 v%cdk-version%
github.com/aws/constructs-go/constructs/v10 v10.0.5
github.com/aws/jsii-runtime-go v1.29.0
)