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: crc-org/crc-cloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 94c43c6ff02d096cc8a559885f70f2033270baf7
Choose a base ref
..
head repository: crc-org/crc-cloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cfe247843291471ce391b4882b9c6985611b5987
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 go.mod
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ module github.com/crc/crc-cloud
go 1.19

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.18.2
github.com/pulumi/pulumi-aws/sdk/v6 v6.19.0
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.27.0
github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.27.0
github.com/pulumi/pulumi-gcp/sdk/v7 v7.7.0