Skip to content

Commit

Permalink
Update first-party Pulumi dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-renovate[bot] authored Jan 23, 2025
1 parent fdbfa7e commit 9d435fd
Show file tree
Hide file tree
Showing 45 changed files with 134 additions and 134 deletions.
6 changes: 3 additions & 3 deletions azure-go-aci/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.22
toolchain go1.23.5

require (
github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.84.0-alpha.1737449106
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106
github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.84.0-alpha.1737570745
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745
github.com/pulumi/pulumi/sdk/v3 v3.147.0
)

Expand Down Expand Up @@ -62,7 +62,7 @@ require (
github.com/pkg/term v1.1.0 // indirect
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
github.com/pulumi/esc v0.9.1 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
Expand Down
12 changes: 6 additions & 6 deletions azure-go-aci/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs=
github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c=
github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.84.0-alpha.1737449106 h1:X1TtrWzmHwzCvskRNYGoQ9gYm97s6J5SX59bS8SZHSw=
github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.84.0-alpha.1737449106/go.mod h1:pfqSfFKnZ4dEhN6wiUPk6ZxHHvJ6SkfX5MRIYn8ssJQ=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106 h1:gB3rKoPm5lXSH+n1tfJP13keJ5xdzzEnJxh1Tgf6FVw=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106/go.mod h1:lJiRDvgApaNMg8w/DWL9Fg3TBnUUU7EZzcFVjv5pO1s=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 h1:+sRG0kLjKH5mpcCJDnI8hih6ewIdBCA5eoh6B6KUvzM=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106/go.mod h1:7r3W2q5jmJ9Csq08zf/H68CBIhCzQrhASwKOb5h60Nc=
github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.84.0-alpha.1737570745 h1:5vZwclnpBStA9o8cJ14QDP5yisWSmPWMtmoMsesdCxs=
github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.84.0-alpha.1737570745/go.mod h1:0XRLYoJxjBAJ5NtLgPaGGwXW/INz/Q85bgUAeGsawHk=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745 h1:QARMKbtYnMJfjmROuOX1aMBO4DzEa4dYY/6qUMire1c=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745/go.mod h1:ggklc1XRZT7GCSZiB09MLnkVFMJqGR+dvsQ1oUkFndo=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745 h1:zqirO7tsXH9woJwsU0MFOKcndFdVuKjesdlCcs3cEyA=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745/go.mod h1:Z5Q51yUa05UG+2EU5BY8KA9w8pLAe5yaaBpJZFIrcZk=
github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM=
github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
Expand Down
6 changes: 3 additions & 3 deletions azure-go-aks-helm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.22
toolchain go1.23.5

require (
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737449106
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737570745
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745
github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0
github.com/pulumi/pulumi-random/sdk/v4 v4.17.0
Expand Down Expand Up @@ -69,7 +69,7 @@ require (
github.com/pkg/term v1.1.0 // indirect
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
github.com/pulumi/esc v0.10.0 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
Expand Down
12 changes: 6 additions & 6 deletions azure-go-aks-helm/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE=
github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737449106 h1:TYRBHOzPUyiEohZ/nfKjjWcWvyvH8VMwz6a4kmPKJSE=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737449106/go.mod h1:B0W5FLiu9g+25nbs7PzeCSznScSz2HVFTF9W52JzFno=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106 h1:gB3rKoPm5lXSH+n1tfJP13keJ5xdzzEnJxh1Tgf6FVw=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106/go.mod h1:lJiRDvgApaNMg8w/DWL9Fg3TBnUUU7EZzcFVjv5pO1s=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 h1:+sRG0kLjKH5mpcCJDnI8hih6ewIdBCA5eoh6B6KUvzM=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106/go.mod h1:7r3W2q5jmJ9Csq08zf/H68CBIhCzQrhASwKOb5h60Nc=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737570745 h1:EXTvT6JUy9JZjpB1p1njIqKrBcULahyDozCrQLLYlvg=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737570745/go.mod h1:Q1yUW89EaPNsLl1GNIlDbr2n0RV9u1/2x6/32/GwpRU=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745 h1:QARMKbtYnMJfjmROuOX1aMBO4DzEa4dYY/6qUMire1c=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745/go.mod h1:ggklc1XRZT7GCSZiB09MLnkVFMJqGR+dvsQ1oUkFndo=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745 h1:zqirO7tsXH9woJwsU0MFOKcndFdVuKjesdlCcs3cEyA=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745/go.mod h1:Z5Q51yUa05UG+2EU5BY8KA9w8pLAe5yaaBpJZFIrcZk=
github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0 h1:QU3Vi8OtgpaPf3NMCauYOjstaWL7uh+nrt/LtokIw3E=
github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0/go.mod h1:nP7hVmMwak4O4NiZCsbotjWXfQsIVkRTSIoXEpaDp/Q=
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 h1:UedeAwQ3afL/sK0eXl1cKLnqwfu2V+TQhZCVUaNmjJE=
Expand Down
10 changes: 5 additions & 5 deletions azure-go-aks-managed-identity/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ go 1.22
toolchain go1.23.5

require (
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.84.0-alpha.1737449106
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737449106
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.84.0-alpha.1737449106
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.84.0-alpha.1737570745
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737570745
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.84.0-alpha.1737570745
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745
github.com/pulumi/pulumi-tls/sdk/v5 v5.1.0
github.com/pulumi/pulumi/sdk/v3 v3.147.0
)
Expand Down Expand Up @@ -65,7 +65,7 @@ require (
github.com/pkg/term v1.1.0 // indirect
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
github.com/pulumi/esc v0.9.1 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
Expand Down
20 changes: 10 additions & 10 deletions azure-go-aks-managed-identity/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,16 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs=
github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c=
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.84.0-alpha.1737449106 h1:l/JdRbOToNNo+YYerQ5hqkTfgdW22bcxbLOk/aZiwvw=
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.84.0-alpha.1737449106/go.mod h1:y+5hMAVqEOADJVkaFMqymXhTnjU0XYF+Y+GJW2Ib6IY=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737449106 h1:TYRBHOzPUyiEohZ/nfKjjWcWvyvH8VMwz6a4kmPKJSE=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737449106/go.mod h1:B0W5FLiu9g+25nbs7PzeCSznScSz2HVFTF9W52JzFno=
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.84.0-alpha.1737449106 h1:UJtcF9Ct+kb4EqF7zd4Pf7ZjU8Ul0laZSOrIZmoUA5s=
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.84.0-alpha.1737449106/go.mod h1:13teoTSVSoPgdp7joP66i40+5RiETbuHIgcPb5DWZ7Q=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106 h1:gB3rKoPm5lXSH+n1tfJP13keJ5xdzzEnJxh1Tgf6FVw=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106/go.mod h1:lJiRDvgApaNMg8w/DWL9Fg3TBnUUU7EZzcFVjv5pO1s=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 h1:+sRG0kLjKH5mpcCJDnI8hih6ewIdBCA5eoh6B6KUvzM=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106/go.mod h1:7r3W2q5jmJ9Csq08zf/H68CBIhCzQrhASwKOb5h60Nc=
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.84.0-alpha.1737570745 h1:UCli9g2yC5A7u7wXz9kDFtLww9UDGCmd5ptXNtTIpwk=
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.84.0-alpha.1737570745/go.mod h1:6flhL3dJ7Z46fWKbHXKp6J3WNs5vII5a/YTTLVJMS8A=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737570745 h1:EXTvT6JUy9JZjpB1p1njIqKrBcULahyDozCrQLLYlvg=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737570745/go.mod h1:Q1yUW89EaPNsLl1GNIlDbr2n0RV9u1/2x6/32/GwpRU=
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.84.0-alpha.1737570745 h1:xHtzn5pRm6oIlRc6DY1oW3BnMwv3ZPj2PNix3fDVogg=
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.84.0-alpha.1737570745/go.mod h1:BVJtOwCBvIq4tl5F8THN7DE/22YX1hMrrXrvhO4y1aI=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745 h1:QARMKbtYnMJfjmROuOX1aMBO4DzEa4dYY/6qUMire1c=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745/go.mod h1:ggklc1XRZT7GCSZiB09MLnkVFMJqGR+dvsQ1oUkFndo=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745 h1:zqirO7tsXH9woJwsU0MFOKcndFdVuKjesdlCcs3cEyA=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745/go.mod h1:Z5Q51yUa05UG+2EU5BY8KA9w8pLAe5yaaBpJZFIrcZk=
github.com/pulumi/pulumi-tls/sdk/v5 v5.1.0 h1:eLl9zlIWn0APS5ol+jX7rndH3SYH7YtGc6+YKCDpoj0=
github.com/pulumi/pulumi-tls/sdk/v5 v5.1.0/go.mod h1:4nbc+X3iHeYH/rRFRRluVQedNYWydJY+bDOhHT0hJX0=
github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM=
Expand Down
6 changes: 3 additions & 3 deletions azure-go-aks-multicluster/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.22
toolchain go1.23.5

require (
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737449106
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737570745
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745
github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0
github.com/pulumi/pulumi/sdk/v3 v3.147.0
)
Expand Down Expand Up @@ -65,7 +65,7 @@ require (
github.com/pkg/term v1.1.0 // indirect
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
github.com/pulumi/esc v0.9.1 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
Expand Down
12 changes: 6 additions & 6 deletions azure-go-aks-multicluster/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs=
github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737449106 h1:TYRBHOzPUyiEohZ/nfKjjWcWvyvH8VMwz6a4kmPKJSE=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737449106/go.mod h1:B0W5FLiu9g+25nbs7PzeCSznScSz2HVFTF9W52JzFno=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106 h1:gB3rKoPm5lXSH+n1tfJP13keJ5xdzzEnJxh1Tgf6FVw=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106/go.mod h1:lJiRDvgApaNMg8w/DWL9Fg3TBnUUU7EZzcFVjv5pO1s=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 h1:+sRG0kLjKH5mpcCJDnI8hih6ewIdBCA5eoh6B6KUvzM=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106/go.mod h1:7r3W2q5jmJ9Csq08zf/H68CBIhCzQrhASwKOb5h60Nc=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737570745 h1:EXTvT6JUy9JZjpB1p1njIqKrBcULahyDozCrQLLYlvg=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737570745/go.mod h1:Q1yUW89EaPNsLl1GNIlDbr2n0RV9u1/2x6/32/GwpRU=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745 h1:QARMKbtYnMJfjmROuOX1aMBO4DzEa4dYY/6qUMire1c=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745/go.mod h1:ggklc1XRZT7GCSZiB09MLnkVFMJqGR+dvsQ1oUkFndo=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745 h1:zqirO7tsXH9woJwsU0MFOKcndFdVuKjesdlCcs3cEyA=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745/go.mod h1:Z5Q51yUa05UG+2EU5BY8KA9w8pLAe5yaaBpJZFIrcZk=
github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0 h1:QU3Vi8OtgpaPf3NMCauYOjstaWL7uh+nrt/LtokIw3E=
github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0/go.mod h1:nP7hVmMwak4O4NiZCsbotjWXfQsIVkRTSIoXEpaDp/Q=
github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM=
Expand Down
6 changes: 3 additions & 3 deletions azure-go-aks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.22
toolchain go1.23.5

require (
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737449106
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737570745
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745
github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0
github.com/pulumi/pulumi-random/sdk/v4 v4.17.0
github.com/pulumi/pulumi-tls/sdk/v5 v5.1.0
Expand Down Expand Up @@ -67,7 +67,7 @@ require (
github.com/pkg/term v1.1.0 // indirect
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
github.com/pulumi/esc v0.9.1 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
Expand Down
12 changes: 6 additions & 6 deletions azure-go-aks/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs=
github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737449106 h1:TYRBHOzPUyiEohZ/nfKjjWcWvyvH8VMwz6a4kmPKJSE=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737449106/go.mod h1:B0W5FLiu9g+25nbs7PzeCSznScSz2HVFTF9W52JzFno=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106 h1:gB3rKoPm5lXSH+n1tfJP13keJ5xdzzEnJxh1Tgf6FVw=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106/go.mod h1:lJiRDvgApaNMg8w/DWL9Fg3TBnUUU7EZzcFVjv5pO1s=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 h1:+sRG0kLjKH5mpcCJDnI8hih6ewIdBCA5eoh6B6KUvzM=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106/go.mod h1:7r3W2q5jmJ9Csq08zf/H68CBIhCzQrhASwKOb5h60Nc=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737570745 h1:EXTvT6JUy9JZjpB1p1njIqKrBcULahyDozCrQLLYlvg=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737570745/go.mod h1:Q1yUW89EaPNsLl1GNIlDbr2n0RV9u1/2x6/32/GwpRU=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745 h1:QARMKbtYnMJfjmROuOX1aMBO4DzEa4dYY/6qUMire1c=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745/go.mod h1:ggklc1XRZT7GCSZiB09MLnkVFMJqGR+dvsQ1oUkFndo=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745 h1:zqirO7tsXH9woJwsU0MFOKcndFdVuKjesdlCcs3cEyA=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745/go.mod h1:Z5Q51yUa05UG+2EU5BY8KA9w8pLAe5yaaBpJZFIrcZk=
github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0 h1:QU3Vi8OtgpaPf3NMCauYOjstaWL7uh+nrt/LtokIw3E=
github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0/go.mod h1:nP7hVmMwak4O4NiZCsbotjWXfQsIVkRTSIoXEpaDp/Q=
github.com/pulumi/pulumi-random/sdk/v4 v4.17.0 h1:gOZeoD6h1ThtWCS53lqcBvsNNP7aJn/euKYc9V1o7+8=
Expand Down
8 changes: 4 additions & 4 deletions azure-go-appservice-docker/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.22
toolchain go1.23.5

require (
github.com/pulumi/pulumi-azure-native-sdk/containerregistry/v2 v2.84.0-alpha.1737449106
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737449106
github.com/pulumi/pulumi-azure-native-sdk/web/v2 v2.84.0-alpha.1737449106
github.com/pulumi/pulumi-azure-native-sdk/containerregistry/v2 v2.84.0-alpha.1737570745
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737570745
github.com/pulumi/pulumi-azure-native-sdk/web/v2 v2.84.0-alpha.1737570745
github.com/pulumi/pulumi-docker/sdk/v4 v4.6.1
github.com/pulumi/pulumi/sdk/v3 v3.147.0
)
Expand Down Expand Up @@ -64,7 +64,7 @@ require (
github.com/pkg/term v1.1.0 // indirect
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
github.com/pulumi/esc v0.9.1 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737449106 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737570745 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
Expand Down
Loading

0 comments on commit 9d435fd

Please sign in to comment.