File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ require (
66 github.com/pulumi/pulumi-aws/sdk/v6 v6.83.0
77 github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0
88 github.com/pulumi/pulumi/sdk/v3 v3.181.0
9- github.com/stretchr/testify v1.10.0
9+ github.com/stretchr/testify v1.11.1
10+ gopkg.in/yaml.v3 v3.0.1
1011)
1112
1213require (
@@ -70,7 +71,6 @@ require (
7071 github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect
7172 github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
7273 github.com/skeema/knownhosts v1.3.0 // indirect
73- github.com/spf13/cast v1.4.1 // indirect
7474 github.com/spf13/cobra v1.8.0 // indirect
7575 github.com/spf13/pflag v1.0.5 // indirect
7676 github.com/texttheater/golang-levenshtein v1.0.1 // indirect
@@ -92,6 +92,5 @@ require (
9292 google.golang.org/grpc v1.67.1 // indirect
9393 google.golang.org/protobuf v1.36.6 // indirect
9494 gopkg.in/warnings.v0 v0.1.2 // indirect
95- gopkg.in/yaml.v3 v3.0.1 // indirect
9695 lukechampine.com/frand v1.4.2 // indirect
9796)
Original file line number Diff line number Diff line change @@ -172,8 +172,6 @@ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG
172172github.com/sirupsen/logrus v1.7.0 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
173173github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY =
174174github.com/skeema/knownhosts v1.3.0 /go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M =
175- github.com/spf13/cast v1.4.1 h1:s0hze+J0196ZfEMTs80N7UlFt0BDuQ7Q+JDnHiMWKdA =
176- github.com/spf13/cast v1.4.1 /go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE =
177175github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0 =
178176github.com/spf13/cobra v1.8.0 /go.mod h1:WXLWApfZ71AjXPya3WOlMsY9yMs7YeiHhFVlvLyhcho =
179177github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
@@ -186,8 +184,8 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV
186184github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
187185github.com/stretchr/testify v1.5.1 /go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA =
188186github.com/stretchr/testify v1.6.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
189- github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
190- github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
187+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
188+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
191189github.com/texttheater/golang-levenshtein v1.0.1 h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U =
192190github.com/texttheater/golang-levenshtein v1.0.1 /go.mod h1:PYAKrbF5sAiq9wd+H82hs7gNaen0CplQ9uvm6+enD/8 =
193191github.com/uber/jaeger-client-go v2.30.0+incompatible h1:D6wyKGCecFaSRUpo8lCVbaOOb6ThwMmTEbhRwtKR97o =
You can’t perform that action at this time.
0 commit comments