Skip to content

Commit

Permalink
fix(deps): update module github.com/pulumi/pulumi-command/sdk to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent bd36fbf commit ac4e5a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
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-command/sdk v0.9.1
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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ github.com/pulumi/pulumi-azure-native-sdk/v2 v2.8.0 h1:xwSEdRgGqWKzyl9AN98X0nmOb
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.8.0/go.mod h1:0M4mUmmpe41qj02HAGJnLYLpf8TBkrtdqD6H8J9XPo4=
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-command/sdk v0.9.1 h1:mYwCv2fJuEuka6gyZHOcRozQ+Il5f9WjyfHGVAxZnKw=
github.com/pulumi/pulumi-command/sdk v0.9.1/go.mod h1:AoZMftEj3cWUhoBSFwGx5Z9/RXxaYEfinyZS8Wl0jdg=
github.com/pulumi/pulumi-random/sdk/v4 v4.14.0 h1:ljy/gUeur2kZZWL3JPy0J9zLDYKKA0zMd1mT7xrpI7s=
github.com/pulumi/pulumi-random/sdk/v4 v4.14.0/go.mod h1:XqGATLB6KKuWRDhWvHO6YVwv0DRW/cK/pWzNkuhMB24=
github.com/pulumi/pulumi-tls/sdk/v4 v4.11.0 h1:sg5CuKpiKUaVmklW7xXSJ9XNisY+TXR55KHXR4n+Xwg=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ github.com/pulumi/pulumi-azure-native-sdk/storage/v2
# github.com/pulumi/pulumi-azure-native-sdk/v2 v2.8.0
## explicit; go 1.17
github.com/pulumi/pulumi-azure-native-sdk/v2/utilities
# github.com/pulumi/pulumi-command/sdk v0.9.0
# github.com/pulumi/pulumi-command/sdk v0.9.1
## explicit; go 1.19
github.com/pulumi/pulumi-command/sdk/go/command/internal
github.com/pulumi/pulumi-command/sdk/go/command/remote
Expand Down

0 comments on commit ac4e5a8

Please sign in to comment.