Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: terraform-google-modules/terraform-google-scheduled-function
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c207c486fb3c81bbff1674dd64332b1315691eb8
Choose a base ref
..
head repository: terraform-google-modules/terraform-google-scheduled-function
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e1d181a83db97967448542f5e2e21d2c39249ac3
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 modules/project_cleanup/function_source/go.mod
  2. +1 −1 test/integration/go.mod
2 changes: 1 addition & 1 deletion modules/project_cleanup/function_source/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/terraform-google-modules/terraform-google-scheduled-function/modules/project_cleanup

go 1.18
go 1.20

require (
golang.org/x/net v0.10.0
2 changes: 1 addition & 1 deletion test/integration/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/terraform-google-modules/terraform-google-scheduled-function/test/integration

go 1.18
go 1.20

require (
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.5.1