File tree Expand file tree Collapse file tree
go/{{cookiecutter.project_class_name}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ require (
88 github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos v1.4.2
99{%- elif cookiecutter.cloud_service == 'GCP Cloud Function' %}
1010 cloud.google.com/go/firestore v1.22.0
11- google.golang.org/api v0.283 .0
11+ google.golang.org/api v0.286 .0
1212 google.golang.org/grpc v1.81.1
1313{%- elif cookiecutter.cloud_service == 'AWS Lambda' %}
1414 github.com/aws/aws-lambda-go v1.54.0
15- github.com/aws/aws-sdk-go-v2 v1.41.12
16- github.com/aws/aws-sdk-go-v2/config v1.32.23
17- github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.20.46
18- github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression v1.8.46
19- github.com/aws/aws-sdk-go-v2/service/dynamodb v1.58 .0
15+ github.com/aws/aws-sdk-go-v2 v1.42.0
16+ github.com/aws/aws-sdk-go-v2/config v1.32.25
17+ github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.20.48
18+ github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression v1.8.48
19+ github.com/aws/aws-sdk-go-v2/service/dynamodb v1.59 .0
2020{%- endif %}
2121 github.com/google/uuid v1.6.0
2222 github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
You can’t perform that action at this time.
0 commit comments