Skip to content

Commit 974d508

Browse files
committed
chore(deps): update pkg/plugin to v0.1.2
Adds Version field to PluginAnnouncement for plugin list command.
1 parent 447e339 commit 974d508

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
@@ -13,7 +13,7 @@ require (
1313
github.com/aws/smithy-go v1.24.0
1414
github.com/google/uuid v1.6.0
1515
github.com/platform-engineering-labs/formae/pkg/model v0.0.0-20260120041653-c26026025caf
16-
github.com/platform-engineering-labs/formae/pkg/plugin v0.1.1
16+
github.com/platform-engineering-labs/formae/pkg/plugin v0.1.2
1717
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.4
1818
github.com/stretchr/testify v1.11.1
1919
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ github.com/platform-engineering-labs/formae/pkg/api/model v0.0.0-20260120041653-
7676
github.com/platform-engineering-labs/formae/pkg/api/model v0.0.0-20260120041653-c26026025caf/go.mod h1:0ncHFCsGA6b0w1kBm6m+QwJ823qAY2vL47GvoR0BTyU=
7777
github.com/platform-engineering-labs/formae/pkg/model v0.0.0-20260120041653-c26026025caf h1:JPJvm6WFnIUtWf/1P9JAahmX494vmicLYgKG0VuIul0=
7878
github.com/platform-engineering-labs/formae/pkg/model v0.0.0-20260120041653-c26026025caf/go.mod h1:XmGJA7jNPX9cEGc8TxTiEDitBuEVJOddNakdTZ/bH4U=
79-
github.com/platform-engineering-labs/formae/pkg/plugin v0.1.1 h1:c4w0nStzh1l7Bw30zBRZZAbXe3MKunb6rLqlC4P9AAE=
80-
github.com/platform-engineering-labs/formae/pkg/plugin v0.1.1/go.mod h1:8natf83aLhyYS6gPH3ExpIo+F72TjLZTXNDpxDfUpz8=
79+
github.com/platform-engineering-labs/formae/pkg/plugin v0.1.2 h1:pvSsWU6QjEU2auARpJdQbMOnpFwnAldpxOizTDdI/HM=
80+
github.com/platform-engineering-labs/formae/pkg/plugin v0.1.2/go.mod h1:8natf83aLhyYS6gPH3ExpIo+F72TjLZTXNDpxDfUpz8=
8181
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.4 h1:EJxFasNyjyF2NqVHTuq2kg15HbKskn9xvngQXwcxckI=
8282
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.4/go.mod h1:j68ZmEj4u8gMKPPjfUItQO7MqfkD49lVaz2BfnPFa14=
8383
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)