|
1 | 1 | module github.com/pulumi/examples/azure-go-appservice |
2 | 2 |
|
3 | | -go 1.24.7 |
| 3 | +go 1.25.6 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/pulumi/pulumi-azure-native-sdk/containerregistry/v3 v3.15.0 |
7 | 7 | github.com/pulumi/pulumi-azure-native-sdk/resources/v3 v3.15.0 |
8 | 8 | github.com/pulumi/pulumi-azure-native-sdk/web/v3 v3.15.0 |
9 | | - github.com/pulumi/pulumi-docker/sdk/v4 v4.11.0 |
10 | | - github.com/pulumi/pulumi/sdk/v3 v3.224.0 |
| 9 | + github.com/pulumi/pulumi-docker/sdk/v4 v4.11.1 |
| 10 | + github.com/pulumi/pulumi/sdk/v3 v3.225.0 |
11 | 11 | ) |
12 | 12 |
|
13 | 13 | require ( |
@@ -98,15 +98,15 @@ require ( |
98 | 98 | go.opentelemetry.io/proto/otlp v1.9.0 // indirect |
99 | 99 | go.uber.org/atomic v1.9.0 // indirect |
100 | 100 | go.uber.org/multierr v1.11.0 // indirect |
101 | | - golang.org/x/crypto v0.47.0 // indirect |
| 101 | + golang.org/x/crypto v0.48.0 // indirect |
102 | 102 | golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect |
103 | | - golang.org/x/mod v0.31.0 // indirect |
104 | | - golang.org/x/net v0.49.0 // indirect |
| 103 | + golang.org/x/mod v0.32.0 // indirect |
| 104 | + golang.org/x/net v0.51.0 // indirect |
105 | 105 | golang.org/x/sync v0.19.0 // indirect |
106 | | - golang.org/x/sys v0.40.0 // indirect |
107 | | - golang.org/x/term v0.39.0 // indirect |
108 | | - golang.org/x/text v0.33.0 // indirect |
109 | | - golang.org/x/tools v0.40.0 // indirect |
| 106 | + golang.org/x/sys v0.41.0 // indirect |
| 107 | + golang.org/x/term v0.40.0 // indirect |
| 108 | + golang.org/x/text v0.34.0 // indirect |
| 109 | + golang.org/x/tools v0.41.0 // indirect |
110 | 110 | google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect |
111 | 111 | google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect |
112 | 112 | google.golang.org/grpc v1.78.0 // indirect |
|
0 commit comments