Skip to content

Commit

Permalink
Update first-party Pulumi dependencies to v2.85.0-alpha.1737839157
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-renovate[bot] authored Jan 25, 2025
1 parent 1a6b243 commit 7ec3823
Show file tree
Hide file tree
Showing 18 changed files with 102 additions and 102 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.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.85.0-alpha.1737839157
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157
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.85.0-alpha.1737727749 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157 // 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.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-azure-native-sdk/containerinstance/v2 v2.85.0-alpha.1737839157 h1:FfJHqTm/CSHNbXOmFsX57todhM2K7umFUxtsviavvLY=
github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.85.0-alpha.1737839157/go.mod h1:OTOqijKzRNzVMpZwdWEgtZNQzXqqtzL3f7jljnfJUSs=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157 h1:Ukf1HXH4kEve2IyLqjAwr57moQje0kBA4LA74eCf72I=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157/go.mod h1:xV04wNxaB0IoNDsP7wkrobWjrMZkfWW4QaLIaB9cB+w=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157 h1:O8DbhHj+AyQxRDy3MkRCQUlcjkJCZdoC3KP2RsKM4Ck=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157/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.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737839157
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157
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.85.0-alpha.1737727749 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157 // 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.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-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737839157 h1:1Zbr0h3C5WT6dKH3iNy9oXFJscxDVTjzLokCkXhw68c=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737839157/go.mod h1:X8X28jam2+fVthJ3M7fywteSg78dISD2Klg5pbsvaHg=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157 h1:Ukf1HXH4kEve2IyLqjAwr57moQje0kBA4LA74eCf72I=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157/go.mod h1:xV04wNxaB0IoNDsP7wkrobWjrMZkfWW4QaLIaB9cB+w=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157 h1:O8DbhHj+AyQxRDy3MkRCQUlcjkJCZdoC3KP2RsKM4Ck=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157/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.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-azure-native-sdk/authorization/v2 v2.85.0-alpha.1737839157
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737839157
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.85.0-alpha.1737839157
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157
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.85.0-alpha.1737727749 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157 // 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.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-azure-native-sdk/authorization/v2 v2.85.0-alpha.1737839157 h1:BJMn+DXPqJ4O0BAxUDeLAPRSpKH+QvbTW+0NUItxQ0g=
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.85.0-alpha.1737839157/go.mod h1:IQ2+9nEFkWm1RITwaGKF7tKORstagootY7aSXXLpciY=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737839157 h1:1Zbr0h3C5WT6dKH3iNy9oXFJscxDVTjzLokCkXhw68c=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737839157/go.mod h1:X8X28jam2+fVthJ3M7fywteSg78dISD2Klg5pbsvaHg=
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.85.0-alpha.1737839157 h1:dp9JI+wm6O+cbZxM/ka10+gZsxbCdjMH+4ydusDIsRY=
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.85.0-alpha.1737839157/go.mod h1:evS2RdQEKV/rxYyisgy4YVV3tw+d9z6ZGG4qlcJ5SLo=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157 h1:Ukf1HXH4kEve2IyLqjAwr57moQje0kBA4LA74eCf72I=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157/go.mod h1:xV04wNxaB0IoNDsP7wkrobWjrMZkfWW4QaLIaB9cB+w=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157 h1:O8DbhHj+AyQxRDy3MkRCQUlcjkJCZdoC3KP2RsKM4Ck=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157/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.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737839157
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157
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.85.0-alpha.1737727749 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157 // 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.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-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737839157 h1:1Zbr0h3C5WT6dKH3iNy9oXFJscxDVTjzLokCkXhw68c=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737839157/go.mod h1:X8X28jam2+fVthJ3M7fywteSg78dISD2Klg5pbsvaHg=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157 h1:Ukf1HXH4kEve2IyLqjAwr57moQje0kBA4LA74eCf72I=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157/go.mod h1:xV04wNxaB0IoNDsP7wkrobWjrMZkfWW4QaLIaB9cB+w=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157 h1:O8DbhHj+AyQxRDy3MkRCQUlcjkJCZdoC3KP2RsKM4Ck=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157/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.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737839157
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157
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.85.0-alpha.1737727749 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157 // 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.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-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737839157 h1:1Zbr0h3C5WT6dKH3iNy9oXFJscxDVTjzLokCkXhw68c=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.85.0-alpha.1737839157/go.mod h1:X8X28jam2+fVthJ3M7fywteSg78dISD2Klg5pbsvaHg=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157 h1:Ukf1HXH4kEve2IyLqjAwr57moQje0kBA4LA74eCf72I=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157/go.mod h1:xV04wNxaB0IoNDsP7wkrobWjrMZkfWW4QaLIaB9cB+w=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157 h1:O8DbhHj+AyQxRDy3MkRCQUlcjkJCZdoC3KP2RsKM4Ck=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157/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.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/web/v2 v2.85.0-alpha.1737727749
github.com/pulumi/pulumi-azure-native-sdk/containerregistry/v2 v2.85.0-alpha.1737839157
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.85.0-alpha.1737839157
github.com/pulumi/pulumi-azure-native-sdk/web/v2 v2.85.0-alpha.1737839157
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.85.0-alpha.1737727749 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.85.0-alpha.1737839157 // 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 7ec3823

Please sign in to comment.