Skip to content

Commit bc4ec1a

Browse files
fix(deps): update github.com/cloudy-sky-software/pulschema digest to 6d2d183
1 parent f9db0b9 commit bc4ec1a

File tree

2 files changed

+99
-102
lines changed

2 files changed

+99
-102
lines changed

provider/go.mod

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
module github.com/cloudy-sky-software/pulumi-scaleway-instances/provider
22

3-
go 1.23.1
4-
5-
toolchain go1.24.3
3+
go 1.24.7
64

75
require (
8-
github.com/cloudy-sky-software/pulschema v0.0.0-20250403050721-b17b77aafab2
6+
github.com/cloudy-sky-software/pulschema v0.0.0-20260213030727-6d2d183a4700
97
github.com/cloudy-sky-software/pulumi-provider-framework v0.0.0-20250406052306-10a860736c63
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
8+
github.com/getkin/kin-openapi v0.133.0
9+
github.com/pulumi/pulumi/pkg/v3 v3.220.0
10+
github.com/pulumi/pulumi/sdk/v3 v3.220.0
1311
)
1412

15-
require github.com/stretchr/testify v1.10.0
13+
require github.com/stretchr/testify v1.11.1
1614

1715
require (
1816
github.com/pkg/errors v0.9.1
@@ -37,7 +35,7 @@ require (
3735
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
3836
github.com/charmbracelet/x/term v0.2.1 // indirect
3937
github.com/cheggaaa/pb v1.0.29 // indirect
40-
github.com/cloudflare/circl v1.6.0 // indirect
38+
github.com/cloudflare/circl v1.6.1 // indirect
4139
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
4240
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4341
github.com/deckarep/golang-set/v2 v2.8.0 // indirect
@@ -47,11 +45,11 @@ require (
4745
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
4846
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
4947
github.com/go-git/go-billy/v5 v5.6.2 // indirect
50-
github.com/go-git/go-git/v5 v5.14.0 // indirect
48+
github.com/go-git/go-git/v5 v5.16.5 // indirect
5149
github.com/go-openapi/jsonpointer v0.21.1 // indirect
5250
github.com/go-openapi/swag v0.23.1 // indirect
5351
github.com/gogo/protobuf v1.3.2 // indirect
54-
github.com/golang/glog v1.2.4 // indirect
52+
github.com/golang/glog v1.2.5 // indirect
5553
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
5654
github.com/golang/protobuf v1.5.4 // indirect
5755
github.com/google/uuid v1.6.0 // indirect
@@ -88,37 +86,38 @@ require (
8886
github.com/pkg/term v1.1.0 // indirect
8987
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
9088
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
91-
github.com/pulumi/esc v0.13.0 // indirect
89+
github.com/pulumi/esc v0.17.0 // indirect
9290
github.com/pulumi/inflector v0.2.1 // indirect
9391
github.com/rivo/uniseg v0.4.7 // indirect
9492
github.com/rogpeppe/go-internal v1.14.1 // indirect
9593
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
9694
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
9795
github.com/segmentio/asm v1.2.0 // indirect
9896
github.com/segmentio/encoding v0.4.1 // indirect
99-
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
97+
github.com/sergi/go-diff v1.4.0 // indirect
10098
github.com/skeema/knownhosts v1.3.1 // indirect
10199
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
100+
github.com/spf13/cobra v1.10.1 // indirect
101+
github.com/spf13/pflag v1.0.10 // indirect
104102
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
105103
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
106104
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
105+
github.com/woodsbury/decimal128 v1.3.0 // indirect
107106
github.com/xanzy/ssh-agent v0.3.3 // indirect
108107
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
109108
github.com/zclconf/go-cty v1.16.2 // indirect
110109
go.uber.org/atomic v1.11.0 // indirect
111-
golang.org/x/crypto v0.36.0 // indirect
110+
golang.org/x/crypto v0.47.0 // indirect
112111
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
112+
golang.org/x/mod v0.31.0 // indirect
113+
golang.org/x/net v0.49.0 // indirect
114+
golang.org/x/sync v0.19.0 // indirect
115+
golang.org/x/sys v0.40.0 // indirect
116+
golang.org/x/term v0.39.0 // indirect
117+
golang.org/x/text v0.33.0 // indirect
118+
golang.org/x/tools v0.40.0 // indirect
119+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
120+
google.golang.org/grpc v1.72.1 // indirect
122121
google.golang.org/protobuf v1.36.6 // indirect
123122
gopkg.in/warnings.v0 v0.1.2 // indirect
124123
lukechampine.com/frand v1.5.1 // indirect

0 commit comments

Comments
 (0)