agent-claw: automated task changes
This commit is contained in:
9
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/go/go.template.mod
generated
vendored
Normal file
9
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/go/go.template.mod
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
module %name%
|
||||
|
||||
go 1.23.0
|
||||
|
||||
require (
|
||||
github.com/aws/aws-cdk-go/awscdk/v2 v%cdk-version%
|
||||
github.com/aws/constructs-go/constructs/v10 v%constructs-version%
|
||||
github.com/aws/jsii-runtime-go v1.112.0
|
||||
)
|
||||
Reference in New Issue
Block a user