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 06605b4
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.1737649952
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952
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.1737649952 // 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.1737649952 h1:SGdYWhvdAclgNZnNdkxGaRXsK4dGOt8NfDsjMxiYEPY=
github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.84.0-alpha.1737649952/go.mod h1:hR5/jgm35Pe6lCZXGLWPa8er2/wELo9hOSA8cRASr0c=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952 h1:1yFUCJq+46rnoow0jVZgWvntpQZ5KqNsvm523cXy3hs=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952/go.mod h1:ytkKhe4nuOcFSgo6eci/5DjPAa3syut6MFsQ72DiNuk=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737649952 h1:o2HijL/2YCTXqT8Qy8ePaE9xkqeoFs4HRU/HU+Ckrvk=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737649952/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.1737649952
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952
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.1737649952 // 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.1737649952 h1:yO9v5a7x+aED0eUrTv/pZ3D6uFYbWB0c2TLB634kCXI=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737649952/go.mod h1:XPQnbBleQPfx/J+ODXoaFSG11YKAxAqZiGw4meuFQr8=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952 h1:1yFUCJq+46rnoow0jVZgWvntpQZ5KqNsvm523cXy3hs=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952/go.mod h1:ytkKhe4nuOcFSgo6eci/5DjPAa3syut6MFsQ72DiNuk=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737649952 h1:o2HijL/2YCTXqT8Qy8ePaE9xkqeoFs4HRU/HU+Ckrvk=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737649952/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.1737649952
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737649952
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.84.0-alpha.1737649952
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952
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.1737649952 // 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.1737649952 h1:kOrfvgUmwRvfbkXzLUdzsPmiSiFS4A5H322uy1mGcu4=
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.84.0-alpha.1737649952/go.mod h1:4kP2G1HVliW6ZO3q0vBv2ZM3Aa0JOXWl00iernlXWaw=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737649952 h1:yO9v5a7x+aED0eUrTv/pZ3D6uFYbWB0c2TLB634kCXI=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737649952/go.mod h1:XPQnbBleQPfx/J+ODXoaFSG11YKAxAqZiGw4meuFQr8=
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.84.0-alpha.1737649952 h1:S5sRMmXlIeKzyxYKjhWp67cZ/7BS6V/DXKA7ZyCEWmI=
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.84.0-alpha.1737649952/go.mod h1:zh1/yokPbQq5WGwI1FuKwwpELVCy6HgW1euixXabGTA=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952 h1:1yFUCJq+46rnoow0jVZgWvntpQZ5KqNsvm523cXy3hs=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952/go.mod h1:ytkKhe4nuOcFSgo6eci/5DjPAa3syut6MFsQ72DiNuk=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737649952 h1:o2HijL/2YCTXqT8Qy8ePaE9xkqeoFs4HRU/HU+Ckrvk=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737649952/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.1737649952
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952
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.1737649952 // 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.1737649952 h1:yO9v5a7x+aED0eUrTv/pZ3D6uFYbWB0c2TLB634kCXI=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737649952/go.mod h1:XPQnbBleQPfx/J+ODXoaFSG11YKAxAqZiGw4meuFQr8=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952 h1:1yFUCJq+46rnoow0jVZgWvntpQZ5KqNsvm523cXy3hs=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952/go.mod h1:ytkKhe4nuOcFSgo6eci/5DjPAa3syut6MFsQ72DiNuk=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737649952 h1:o2HijL/2YCTXqT8Qy8ePaE9xkqeoFs4HRU/HU+Ckrvk=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737649952/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.1737649952
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952
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.1737649952 // 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.1737649952 h1:yO9v5a7x+aED0eUrTv/pZ3D6uFYbWB0c2TLB634kCXI=
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.84.0-alpha.1737649952/go.mod h1:XPQnbBleQPfx/J+ODXoaFSG11YKAxAqZiGw4meuFQr8=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952 h1:1yFUCJq+46rnoow0jVZgWvntpQZ5KqNsvm523cXy3hs=
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952/go.mod h1:ytkKhe4nuOcFSgo6eci/5DjPAa3syut6MFsQ72DiNuk=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737649952 h1:o2HijL/2YCTXqT8Qy8ePaE9xkqeoFs4HRU/HU+Ckrvk=
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.84.0-alpha.1737649952/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.1737649952
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.84.0-alpha.1737649952
github.com/pulumi/pulumi-azure-native-sdk/web/v2 v2.84.0-alpha.1737649952
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.1737649952 // 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 06605b4

Please sign in to comment.