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 25, 2025
1 parent 2b99b7b commit 03a4ef8
Show file tree
Hide file tree
Showing 45 changed files with 129 additions and 129 deletions.
2 changes: 1 addition & 1 deletion aws-ts-eks-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"@pulumi/aws": "6.67.0",
"@pulumi/awsx": "2.21.0",
"@pulumi/eks": "3.7.0",
"@pulumi/eks": "3.8.0",
"@pulumi/kubernetes": "4.21.0",
"@pulumi/pulumi": "3.147.0",
"@types/node": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion aws-ts-eks-migrate-nodegroups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@pulumi/aws": "6.67.0",
"@pulumi/awsx": "2.21.0",
"@pulumi/eks": "3.7.0",
"@pulumi/eks": "3.8.0",
"@pulumi/kubernetes": "4.21.0",
"@pulumi/pulumi": "3.147.0"
}
Expand Down
2 changes: 1 addition & 1 deletion aws-ts-eks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@pulumi/aws": "6.67.0",
"@pulumi/awsx": "2.21.0",
"@pulumi/eks": "3.7.0",
"@pulumi/eks": "3.8.0",
"@pulumi/pulumi": "3.147.0"
}
}
2 changes: 1 addition & 1 deletion aws-ts-k8s-mern-voting-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@pulumi/aws": "6.67.0",
"@pulumi/awsx": "2.21.0",
"@pulumi/eks": "3.7.0",
"@pulumi/eks": "3.8.0",
"@pulumi/pulumi": "3.147.0"
}
}
2 changes: 1 addition & 1 deletion aws-ts-k8s-voting-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@pulumi/aws": "6.67.0",
"@pulumi/awsx": "2.21.0",
"@pulumi/eks": "3.7.0",
"@pulumi/eks": "3.8.0",
"@pulumi/postgresql": "3.15.0",
"@pulumi/pulumi": "3.147.0",
"pg": "^8.3.3"
Expand Down
2 changes: 1 addition & 1 deletion aws-ts-localai-flowise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"typescript": "^4.0.0",
"@pulumi/pulumi": "3.147.0",
"@pulumi/eks": "3.7.0",
"@pulumi/eks": "3.8.0",
"@pulumi/aws": "6.67.0",
"@pulumi/docker": "4.6.1",
"@pulumi/kubernetes": "4.21.0",
Expand Down
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.1737706742
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737706742
github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749
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.1737706742 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737727749 // 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.1737706742 h1:29AezRIN+ha9/AbxAQkSKJaQYYEqoO+NZl2ZplsRUbA=
github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.84.0-alpha.1737706742/go.mod h1:LFirKHMLQjpVQsGgTAwLBE15qPH3E0uXLpRtoJmzrbQ=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737706742 h1:crR59DbpzAQW8938VRG6gUs/la0ZjfMI3OlJJ9kOnnU=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737706742/go.mod h1:/NjUgr4D2jAxuhoe9dpy/x3lsXw23sKEnp4lIpbKGu0=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737706742 h1:CQ99XxqJN8NFCfVVFxEdrrs2b1Zj3frUjcc3fAGeyQU=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737706742/go.mod h1:Z5Q51yUa05UG+2EU5BY8KA9w8pLAe5yaaBpJZFIrcZk=
github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.85.0-alpha.1737727749 h1:Hk4NekNqa3l09bl/+eifQDiuEwQwqwPTDqGOZk9bQ10=
github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.85.0-alpha.1737727749/go.mod h1:5vSSSUxitDdYHfFeMa2+FMul3gS0q/hLBbFO9WBEgAA=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749 h1:xcHUQ3mhuZVp54LYoZ+jkLC0Dfbe1S91QTEwRER6Tjg=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749/go.mod h1:R2lHG84wqcdyK5Z46tziz1RK7MUasEQ1GsvhebTHevQ=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737727749 h1:XE99Oq/jvyeEphciOVECM0B3AC2JyTJII7b+c50m1Bo=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737727749/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.1737706742
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737706742
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749
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.1737706742 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737727749 // 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.1737706742 h1:C523aOJF528OChf/ePOlg/kypMUl05SKcTXwpZeU5Lw=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737706742/go.mod h1:eUPvzkx3Ghi4eqcgbpKa8rGKgAQscOc3pZLFk67w/4k=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737706742 h1:crR59DbpzAQW8938VRG6gUs/la0ZjfMI3OlJJ9kOnnU=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737706742/go.mod h1:/NjUgr4D2jAxuhoe9dpy/x3lsXw23sKEnp4lIpbKGu0=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737706742 h1:CQ99XxqJN8NFCfVVFxEdrrs2b1Zj3frUjcc3fAGeyQU=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737706742/go.mod h1:Z5Q51yUa05UG+2EU5BY8KA9w8pLAe5yaaBpJZFIrcZk=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737727749 h1:N6bbPi1o5pXViFV5gAmmNjJsZt0Q3D2bV7Xu1qHlrG8=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737727749/go.mod h1:cKHF8B7jD7bUcvwAggEc4VJZ/3d+am8lM/8JEjpJ0cg=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749 h1:xcHUQ3mhuZVp54LYoZ+jkLC0Dfbe1S91QTEwRER6Tjg=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749/go.mod h1:R2lHG84wqcdyK5Z46tziz1RK7MUasEQ1GsvhebTHevQ=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737727749 h1:XE99Oq/jvyeEphciOVECM0B3AC2JyTJII7b+c50m1Bo=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737727749/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.1737706742
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737706742
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.84.0-alpha.1737706742
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737706742
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749
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.1737706742 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737727749 // 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.1737706742 h1:YicVaneNxdEB24QIQNrjYhgdVnn0eY00YKKLFnjkw64=
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.84.0-alpha.1737706742/go.mod h1:8QEkdLNWUTL4bnJQw0lDTKOFlvUR0cvPlLEe2johlSk=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737706742 h1:C523aOJF528OChf/ePOlg/kypMUl05SKcTXwpZeU5Lw=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737706742/go.mod h1:eUPvzkx3Ghi4eqcgbpKa8rGKgAQscOc3pZLFk67w/4k=
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.84.0-alpha.1737706742 h1:i2MQ5ciMwySxWsG6INLhMmqp2prsHqRnSpcYdiOjKzc=
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.84.0-alpha.1737706742/go.mod h1:ist0W3/UYhY9jigOkELbz3h/ScvvJI8viHBfUkrvLFQ=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737706742 h1:crR59DbpzAQW8938VRG6gUs/la0ZjfMI3OlJJ9kOnnU=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737706742/go.mod h1:/NjUgr4D2jAxuhoe9dpy/x3lsXw23sKEnp4lIpbKGu0=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737706742 h1:CQ99XxqJN8NFCfVVFxEdrrs2b1Zj3frUjcc3fAGeyQU=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737706742/go.mod h1:Z5Q51yUa05UG+2EU5BY8KA9w8pLAe5yaaBpJZFIrcZk=
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.85.0-alpha.1737727749 h1:8JxclOqco7vK5cUm+5AcnO25GzPQHX5e/kD0kfWN23s=
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.85.0-alpha.1737727749/go.mod h1:89vvozQg0Z21wd20xgqal+hmTolDTjQWgEBBlL4pYIY=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737727749 h1:N6bbPi1o5pXViFV5gAmmNjJsZt0Q3D2bV7Xu1qHlrG8=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737727749/go.mod h1:cKHF8B7jD7bUcvwAggEc4VJZ/3d+am8lM/8JEjpJ0cg=
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.85.0-alpha.1737727749 h1:wzPok0Orz3Cncpyup8hprd6G3iP3q4JTV/WDKNMJo2c=
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.85.0-alpha.1737727749/go.mod h1:yKzqYAnRRD0aLKvyiCAU0C5qB8zh2Hv8FcrVTJVTq9Q=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749 h1:xcHUQ3mhuZVp54LYoZ+jkLC0Dfbe1S91QTEwRER6Tjg=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749/go.mod h1:R2lHG84wqcdyK5Z46tziz1RK7MUasEQ1GsvhebTHevQ=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737727749 h1:XE99Oq/jvyeEphciOVECM0B3AC2JyTJII7b+c50m1Bo=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737727749/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.1737706742
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737706742
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749
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.1737706742 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737727749 // 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.1737706742 h1:C523aOJF528OChf/ePOlg/kypMUl05SKcTXwpZeU5Lw=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737706742/go.mod h1:eUPvzkx3Ghi4eqcgbpKa8rGKgAQscOc3pZLFk67w/4k=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737706742 h1:crR59DbpzAQW8938VRG6gUs/la0ZjfMI3OlJJ9kOnnU=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737706742/go.mod h1:/NjUgr4D2jAxuhoe9dpy/x3lsXw23sKEnp4lIpbKGu0=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737706742 h1:CQ99XxqJN8NFCfVVFxEdrrs2b1Zj3frUjcc3fAGeyQU=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737706742/go.mod h1:Z5Q51yUa05UG+2EU5BY8KA9w8pLAe5yaaBpJZFIrcZk=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737727749 h1:N6bbPi1o5pXViFV5gAmmNjJsZt0Q3D2bV7Xu1qHlrG8=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737727749/go.mod h1:cKHF8B7jD7bUcvwAggEc4VJZ/3d+am8lM/8JEjpJ0cg=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749 h1:xcHUQ3mhuZVp54LYoZ+jkLC0Dfbe1S91QTEwRER6Tjg=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749/go.mod h1:R2lHG84wqcdyK5Z46tziz1RK7MUasEQ1GsvhebTHevQ=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737727749 h1:XE99Oq/jvyeEphciOVECM0B3AC2JyTJII7b+c50m1Bo=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737727749/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.1737706742
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737706742
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749
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.1737706742 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737727749 // 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.1737706742 h1:C523aOJF528OChf/ePOlg/kypMUl05SKcTXwpZeU5Lw=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737706742/go.mod h1:eUPvzkx3Ghi4eqcgbpKa8rGKgAQscOc3pZLFk67w/4k=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737706742 h1:crR59DbpzAQW8938VRG6gUs/la0ZjfMI3OlJJ9kOnnU=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737706742/go.mod h1:/NjUgr4D2jAxuhoe9dpy/x3lsXw23sKEnp4lIpbKGu0=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737706742 h1:CQ99XxqJN8NFCfVVFxEdrrs2b1Zj3frUjcc3fAGeyQU=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737706742/go.mod h1:Z5Q51yUa05UG+2EU5BY8KA9w8pLAe5yaaBpJZFIrcZk=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737727749 h1:N6bbPi1o5pXViFV5gAmmNjJsZt0Q3D2bV7Xu1qHlrG8=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737727749/go.mod h1:cKHF8B7jD7bUcvwAggEc4VJZ/3d+am8lM/8JEjpJ0cg=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749 h1:xcHUQ3mhuZVp54LYoZ+jkLC0Dfbe1S91QTEwRER6Tjg=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749/go.mod h1:R2lHG84wqcdyK5Z46tziz1RK7MUasEQ1GsvhebTHevQ=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737727749 h1:XE99Oq/jvyeEphciOVECM0B3AC2JyTJII7b+c50m1Bo=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737727749/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
Loading

0 comments on commit 03a4ef8

Please sign in to comment.