11module github.com/cloudy-sky-software/pulumi-doppler-native/provider
22
3- go 1.22 .7
3+ go 1.24 .7
44
5- toolchain go1.24.3
5+ toolchain go1.24.12
66
77require (
8- github.com/cloudy-sky-software/pulschema v0.0.0-20250116160939-4c21315644f9
8+ github.com/cloudy-sky-software/pulschema v0.0.0-20260124070251-3bede1d2c2c8
99 github.com/cloudy-sky-software/pulumi-provider-framework v0.0.0-20250127042555-285360895862
10- github.com/getkin/kin-openapi v0.128 .0
11- github.com/pulumi/pulumi/pkg/v3 v3.147 .0
12- github.com/pulumi/pulumi/sdk/v3 v3.147 .0
10+ github.com/getkin/kin-openapi v0.133 .0
11+ github.com/pulumi/pulumi/pkg/v3 v3.217 .0
12+ github.com/pulumi/pulumi/sdk/v3 v3.217 .0
1313)
1414
15- require github.com/stretchr/testify v1.10.0
15+ require github.com/stretchr/testify v1.11.1
1616
1717require (
1818 github.com/pkg/errors v0.9.1
@@ -34,7 +34,7 @@ require (
3434 github.com/charmbracelet/bubbletea v0.25.0 // indirect
3535 github.com/charmbracelet/lipgloss v0.9.1 // indirect
3636 github.com/cheggaaa/pb v1.0.29 // indirect
37- github.com/cloudflare/circl v1.3.7 // indirect
37+ github.com/cloudflare/circl v1.6.1 // indirect
3838 github.com/containerd/console v1.0.4 // indirect
3939 github.com/cyphar/filepath-securejoin v0.3.6 // indirect
4040 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -48,7 +48,7 @@ require (
4848 github.com/go-openapi/jsonpointer v0.21.0 // indirect
4949 github.com/go-openapi/swag v0.23.0 // indirect
5050 github.com/gogo/protobuf v1.3.2 // indirect
51- github.com/golang/glog v1.2.4 // indirect
51+ github.com/golang/glog v1.2.5 // indirect
5252 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5353 github.com/golang/protobuf v1.5.4 // indirect
5454 github.com/google/uuid v1.6.0 // indirect
@@ -59,7 +59,6 @@ require (
5959 github.com/hashicorp/hcl/v2 v2.22.0 // indirect
6060 github.com/iancoleman/strcase v0.2.0 // indirect
6161 github.com/inconshreveable/mousetrap v1.1.0 // indirect
62- github.com/invopop/yaml v0.3.1 // indirect
6362 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
6463 github.com/josharian/intern v1.0.0 // indirect
6564 github.com/kevinburke/ssh_config v1.2.0 // indirect
@@ -76,6 +75,8 @@ require (
7675 github.com/muesli/reflow v0.3.0 // indirect
7776 github.com/muesli/termenv v0.15.2 // indirect
7877 github.com/natefinch/atomic v1.0.1 // indirect
78+ github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
79+ github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
7980 github.com/opentracing/basictracer-go v1.1.0 // indirect
8081 github.com/opentracing/opentracing-go v1.2.0 // indirect
8182 github.com/perimeterx/marshmallow v1.1.5 // indirect
@@ -85,37 +86,38 @@ require (
8586 github.com/pkg/term v1.1.0 // indirect
8687 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8788 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
88- github.com/pulumi/esc v0.10 .0 // indirect
89+ github.com/pulumi/esc v0.17 .0 // indirect
8990 github.com/pulumi/inflector v0.1.1 // indirect
9091 github.com/rivo/uniseg v0.4.7 // indirect
91- github.com/rogpeppe/go-internal v1.12.0 // indirect
92+ github.com/rogpeppe/go-internal v1.13.1 // indirect
9293 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
9394 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
9495 github.com/segmentio/asm v1.2.0 // indirect
9596 github.com/segmentio/encoding v0.4.0 // indirect
96- github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
97+ github.com/sergi/go-diff v1.4.0 // indirect
9798 github.com/skeema/knownhosts v1.3.0 // indirect
9899 github.com/spf13/afero v1.11.0 // indirect
99- github.com/spf13/cobra v1.8.0 // indirect
100- github.com/spf13/pflag v1.0.5 // indirect
100+ github.com/spf13/cobra v1.10.1 // indirect
101+ github.com/spf13/pflag v1.0.10 // indirect
101102 github.com/texttheater/golang-levenshtein v1.0.1 // indirect
102103 github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
103104 github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
105+ github.com/woodsbury/decimal128 v1.3.0 // indirect
104106 github.com/xanzy/ssh-agent v0.3.3 // indirect
105107 github.com/zclconf/go-cty v1.14.2 // indirect
106108 go.uber.org/atomic v1.11.0 // indirect
107- golang.org/x/crypto v0.31 .0 // indirect
109+ golang.org/x/crypto v0.47 .0 // indirect
108110 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
109- golang.org/x/mod v0.19 .0 // indirect
110- golang.org/x/net v0.33 .0 // indirect
111- golang.org/x/sync v0.10 .0 // indirect
112- golang.org/x/sys v0.28 .0 // indirect
113- golang.org/x/term v0.27 .0 // indirect
114- golang.org/x/text v0.21 .0 // indirect
115- golang.org/x/tools v0.23 .0 // indirect
116- google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
117- google.golang.org/grpc v1.70.0 // indirect
118- google.golang.org/protobuf v1.36.4 // indirect
111+ golang.org/x/mod v0.31 .0 // indirect
112+ golang.org/x/net v0.49 .0 // indirect
113+ golang.org/x/sync v0.19 .0 // indirect
114+ golang.org/x/sys v0.40 .0 // indirect
115+ golang.org/x/term v0.39 .0 // indirect
116+ golang.org/x/text v0.33 .0 // indirect
117+ golang.org/x/tools v0.40 .0 // indirect
118+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
119+ google.golang.org/grpc v1.72.1 // indirect
120+ google.golang.org/protobuf v1.36.6 // indirect
119121 gopkg.in/warnings.v0 v0.1.2 // indirect
120122 lukechampine.com/frand v1.4.2 // indirect
121123)
0 commit comments