|
1 | 1 | module github.com/cloudy-sky-software/pulumi-scaleway-instances/provider |
2 | 2 |
|
3 | | -go 1.23.1 |
| 3 | +go 1.24.7 |
4 | 4 |
|
5 | | -toolchain go1.24.3 |
| 5 | +toolchain go1.24.12 |
6 | 6 |
|
7 | 7 | require ( |
8 | 8 | github.com/cloudy-sky-software/pulschema v0.0.0-20250403050721-b17b77aafab2 |
9 | 9 | github.com/cloudy-sky-software/pulumi-provider-framework v0.0.0-20250406052306-10a860736c63 |
10 | 10 | github.com/getkin/kin-openapi v0.132.0 |
11 | | - github.com/pulumi/pulumi/pkg/v3 v3.160.0 |
12 | | - github.com/pulumi/pulumi/sdk/v3 v3.160.0 |
| 11 | + github.com/pulumi/pulumi/pkg/v3 v3.217.1 |
| 12 | + github.com/pulumi/pulumi/sdk/v3 v3.217.1 |
13 | 13 | ) |
14 | 14 |
|
15 | 15 | require github.com/stretchr/testify v1.10.0 |
@@ -37,7 +37,7 @@ require ( |
37 | 37 | github.com/charmbracelet/x/cellbuf v0.0.13 // indirect |
38 | 38 | github.com/charmbracelet/x/term v0.2.1 // indirect |
39 | 39 | github.com/cheggaaa/pb v1.0.29 // indirect |
40 | | - github.com/cloudflare/circl v1.6.0 // indirect |
| 40 | + github.com/cloudflare/circl v1.6.1 // indirect |
41 | 41 | github.com/cyphar/filepath-securejoin v0.4.1 // indirect |
42 | 42 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
43 | 43 | github.com/deckarep/golang-set/v2 v2.8.0 // indirect |
@@ -88,37 +88,37 @@ require ( |
88 | 88 | github.com/pkg/term v1.1.0 // indirect |
89 | 89 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
90 | 90 | github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect |
91 | | - github.com/pulumi/esc v0.13.0 // indirect |
| 91 | + github.com/pulumi/esc v0.17.0 // indirect |
92 | 92 | github.com/pulumi/inflector v0.2.1 // indirect |
93 | 93 | github.com/rivo/uniseg v0.4.7 // indirect |
94 | 94 | github.com/rogpeppe/go-internal v1.14.1 // indirect |
95 | 95 | github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect |
96 | 96 | github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect |
97 | 97 | github.com/segmentio/asm v1.2.0 // indirect |
98 | 98 | github.com/segmentio/encoding v0.4.1 // indirect |
99 | | - github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect |
| 99 | + github.com/sergi/go-diff v1.4.0 // indirect |
100 | 100 | github.com/skeema/knownhosts v1.3.1 // indirect |
101 | 101 | github.com/spf13/afero v1.14.0 // indirect |
102 | | - github.com/spf13/cobra v1.9.1 // indirect |
103 | | - github.com/spf13/pflag v1.0.6 // indirect |
| 102 | + github.com/spf13/cobra v1.10.1 // indirect |
| 103 | + github.com/spf13/pflag v1.0.10 // indirect |
104 | 104 | github.com/texttheater/golang-levenshtein v1.0.1 // indirect |
105 | 105 | github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect |
106 | 106 | github.com/uber/jaeger-lib v2.4.1+incompatible // indirect |
107 | 107 | github.com/xanzy/ssh-agent v0.3.3 // indirect |
108 | 108 | github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect |
109 | 109 | github.com/zclconf/go-cty v1.16.2 // indirect |
110 | 110 | go.uber.org/atomic v1.11.0 // indirect |
111 | | - golang.org/x/crypto v0.36.0 // indirect |
| 111 | + golang.org/x/crypto v0.47.0 // indirect |
112 | 112 | golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect |
113 | | - golang.org/x/mod v0.24.0 // indirect |
114 | | - golang.org/x/net v0.38.0 // indirect |
115 | | - golang.org/x/sync v0.13.0 // indirect |
116 | | - golang.org/x/sys v0.31.0 // indirect |
117 | | - golang.org/x/term v0.30.0 // indirect |
118 | | - golang.org/x/text v0.24.0 // indirect |
119 | | - golang.org/x/tools v0.31.0 // indirect |
120 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect |
121 | | - google.golang.org/grpc v1.71.1 // indirect |
| 113 | + golang.org/x/mod v0.31.0 // indirect |
| 114 | + golang.org/x/net v0.49.0 // indirect |
| 115 | + golang.org/x/sync v0.19.0 // indirect |
| 116 | + golang.org/x/sys v0.40.0 // indirect |
| 117 | + golang.org/x/term v0.39.0 // indirect |
| 118 | + golang.org/x/text v0.33.0 // indirect |
| 119 | + golang.org/x/tools v0.40.0 // indirect |
| 120 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect |
| 121 | + google.golang.org/grpc v1.72.1 // indirect |
122 | 122 | google.golang.org/protobuf v1.36.6 // indirect |
123 | 123 | gopkg.in/warnings.v0 v0.1.2 // indirect |
124 | 124 | lukechampine.com/frand v1.5.1 // indirect |
|
0 commit comments