Skip to content

Commit

Permalink
fix(deps): update module github.com/pulumi/pulumi-azure-native-sdk/ne…
Browse files Browse the repository at this point in the history
…twork/v2 to v2.9.0
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent bd36fbf commit 96518a1
Show file tree
Hide file tree
Showing 283 changed files with 14,565 additions and 254 deletions.
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
module github.com/adrianriobo/qenvs

go 1.19
go 1.21

toolchain go1.21.1

require (
github.com/aws/aws-sdk-go v1.45.14
github.com/coocood/freecache v1.2.3
github.com/pulumi/pulumi-command/sdk v0.9.0
github.com/pulumi/pulumi-random/sdk/v4 v4.14.0
github.com/pulumi/pulumi-tls/sdk/v4 v4.11.0
github.com/pulumi/pulumi/sdk/v3 v3.84.0
github.com/pulumi/pulumi/sdk/v3 v3.86.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
Expand All @@ -20,7 +22,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph v0.8.1
github.com/pulumi/pulumi-aws/sdk/v6 v6.2.0
github.com/pulumi/pulumi-azure-native-sdk/compute/v2 v2.8.0
github.com/pulumi/pulumi-azure-native-sdk/network/v2 v2.8.0
github.com/pulumi/pulumi-azure-native-sdk/network/v2 v2.9.0
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.8.0
github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.8.0
)
Expand Down Expand Up @@ -57,7 +59,7 @@ require (
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.8.0 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.9.0 // indirect
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect
github.com/skeema/knownhosts v1.1.0 // indirect
github.com/spf13/afero v1.9.5 // indirect
Expand Down
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,16 @@ github.com/pulumi/pulumi-azure-native-sdk/compute/v2 v2.8.0 h1:QegNlGELyfKlUGEZi
github.com/pulumi/pulumi-azure-native-sdk/compute/v2 v2.8.0/go.mod h1:YO1C18zYWFiCNf18kLXYVdVIW7mwSkMEVZL7yvG8QO4=
github.com/pulumi/pulumi-azure-native-sdk/network/v2 v2.8.0 h1:ZYoTXEyI93nSrgad+HPSNAUSReHm/I8uAz1sDaoW+ag=
github.com/pulumi/pulumi-azure-native-sdk/network/v2 v2.8.0/go.mod h1:iyUPFNGU9a/6OVtlMjmPXU2bItkYsuApelMdw1GSydI=
github.com/pulumi/pulumi-azure-native-sdk/network/v2 v2.9.0 h1:oiayaiycmxZ22dxc0uLqe0xX1ax22SCTGJiyYn0QD08=
github.com/pulumi/pulumi-azure-native-sdk/network/v2 v2.9.0/go.mod h1:ZSHoDt3hqDMgrYa1jqwbtWGKT42WTzMqY/YPcecM9y4=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.8.0 h1:+W6yCqaI+fIcZiPbVqVYzuhIyYSA2pbx57GIr1rk4GI=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.8.0/go.mod h1:X4GBG6E05h3a2gmr+COaaHZOnT+cQupu3VlnT6FeD/w=
github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.8.0 h1:GBvUXMg/39zWN/1yx7jWBKsWpxdyq6hzbw68vkhaYJw=
github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.8.0/go.mod h1:gV6s6/UfNGlUrFtpDSBJkQ+sGoxowPCOiauh76MsMOI=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.8.0 h1:xwSEdRgGqWKzyl9AN98X0nmOb6GrY3gpmjm3IMnTMxo=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.8.0/go.mod h1:0M4mUmmpe41qj02HAGJnLYLpf8TBkrtdqD6H8J9XPo4=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.9.0 h1:CjRc9cAtDXQA8x328v/eWrq19SAkQQW71TTQHJjC+3U=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.9.0/go.mod h1:UEMeETj2xpvgTjzsCCPzYODx5j2XqOuy1l8eDpfvfWg=
github.com/pulumi/pulumi-command/sdk v0.9.0 h1:YD2MMFO6caMiaBc+DIXwcGXsvuxsU2f2n3zLapltslE=
github.com/pulumi/pulumi-command/sdk v0.9.0/go.mod h1:jZaG2y3ZXEtsFKarNVva7jhAWCiaDgZMbKPfcetlA8o=
github.com/pulumi/pulumi-random/sdk/v4 v4.14.0 h1:ljy/gUeur2kZZWL3JPy0J9zLDYKKA0zMd1mT7xrpI7s=
Expand All @@ -323,6 +327,8 @@ github.com/pulumi/pulumi-tls/sdk/v4 v4.11.0 h1:sg5CuKpiKUaVmklW7xXSJ9XNisY+TXR55
github.com/pulumi/pulumi-tls/sdk/v4 v4.11.0/go.mod h1:CIpy+GbhEIj/Ywtxu8jRdrt/V7n4QBGUo0swWnwsLO4=
github.com/pulumi/pulumi/sdk/v3 v3.84.0 h1:/vCRj6ATGVZw4pFmG7pZgjlKUcnbbnb9vmlqd+OpdXo=
github.com/pulumi/pulumi/sdk/v3 v3.84.0/go.mod h1:RMilNNVMlmK1h4Nl/qylb9vzbgh4F3mufZoUOnPy98o=
github.com/pulumi/pulumi/sdk/v3 v3.86.0 h1:Cxg0rGdvMt9GqGvesFTj8+WaO/ihmALYlQf4zm1GzFw=
github.com/pulumi/pulumi/sdk/v3 v3.86.0/go.mod h1:vexSGJ5L834l3T7Fo/KpdywjGAgZ2CvChuqGFl+ebS0=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 96518a1

Please sign in to comment.