Skip to content

Commit 46d3601

Browse files
committed
chore(deps): update conformance tests to v0.1.4
Adds FORMAE_TEST_TYPE and FORMAE_TEST_FILTER support for selective test runs.
1 parent cdd8e6e commit 46d3601

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25
44

55
require (
66
github.com/platform-engineering-labs/formae/pkg/plugin v0.1.1
7-
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.3
7+
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.4
88
)
99

1010
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ github.com/platform-engineering-labs/formae/pkg/model v0.0.0-20260120041653-c260
3333
github.com/platform-engineering-labs/formae/pkg/model v0.0.0-20260120041653-c26026025caf/go.mod h1:XmGJA7jNPX9cEGc8TxTiEDitBuEVJOddNakdTZ/bH4U=
3434
github.com/platform-engineering-labs/formae/pkg/plugin v0.1.1 h1:c4w0nStzh1l7Bw30zBRZZAbXe3MKunb6rLqlC4P9AAE=
3535
github.com/platform-engineering-labs/formae/pkg/plugin v0.1.1/go.mod h1:8natf83aLhyYS6gPH3ExpIo+F72TjLZTXNDpxDfUpz8=
36-
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.3 h1:zrjfUHATJ3FoeNaQsu+R60vP6jgu58CGeXFfg9uCbCs=
37-
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.3/go.mod h1:j68ZmEj4u8gMKPPjfUItQO7MqfkD49lVaz2BfnPFa14=
36+
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.4 h1:EJxFasNyjyF2NqVHTuq2kg15HbKskn9xvngQXwcxckI=
37+
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.4/go.mod h1:j68ZmEj4u8gMKPPjfUItQO7MqfkD49lVaz2BfnPFa14=
3838
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
3939
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
4040
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=

0 commit comments

Comments
 (0)