Skip to content

Commit

Permalink
chore(deps): update go major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
platform-engineering-bot committed Sep 4, 2023
1 parent 02e0835 commit ae4f83d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/crc/crc-cloud
go 1.19

require (
github.com/pulumi/pulumi-azure-native-sdk/resources v1.104.0
github.com/pulumi/pulumi-azure-native-sdk/storage v1.104.0
github.com/pulumi/pulumi-azure-native-sdk/resources v2.5.0
github.com/pulumi/pulumi-azure-native-sdk/storage v2.5.0
github.com/pulumi/pulumi-tls/sdk/v4 v4.10.0
github.com/pulumi/pulumi/sdk/v3 v3.80.0
github.com/spf13/cobra v1.7.0
Expand All @@ -25,7 +25,7 @@ require (
github.com/cloudflare/circl v1.3.3 // indirect
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl/v2 v2.18.0 // indirect
github.com/hashicorp/hcl/v2 v2.18.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
Expand All @@ -36,7 +36,7 @@ require (
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.1 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pulumi/pulumi-azure-native-sdk v1.104.0 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.5.0 // indirect
github.com/skeema/knownhosts v1.2.0 // indirect
github.com/zclconf/go-cty v1.14.0 // indirect
golang.org/x/mod v0.12.0 // indirect
Expand Down Expand Up @@ -77,7 +77,7 @@ require (
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/term v1.1.0 // indirect
github.com/pulumi/pulumi-aws/sdk/v5 v5.42.0
github.com/pulumi/pulumi-aws/sdk/v6 v6.0.4
github.com/pulumi/pulumi-command/sdk v0.8.2
github.com/pulumi/pulumi-random/sdk/v4 v4.13.2
github.com/rivo/uniseg v0.4.4 // indirect
Expand Down

0 comments on commit ae4f83d

Please sign in to comment.