Skip to content

Commit 65834d4

Browse files
committed
chore(deps): update formae/pkg dependencies to tagged versions
- pkg/model v0.1.1 - pkg/plugin v0.1.2 - pkg/plugin-conformance-tests v0.1.5 - pkg/api/model v0.1.1 (indirect)
1 parent 974d508 commit 65834d4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ require (
1212
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.36.1
1313
github.com/aws/smithy-go v1.24.0
1414
github.com/google/uuid v1.6.0
15-
github.com/platform-engineering-labs/formae/pkg/model v0.0.0-20260120041653-c26026025caf
15+
github.com/platform-engineering-labs/formae/pkg/model v0.1.1
1616
github.com/platform-engineering-labs/formae/pkg/plugin v0.1.2
17-
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.4
17+
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.5
1818
github.com/stretchr/testify v1.11.1
1919
)
2020

@@ -40,7 +40,7 @@ require (
4040
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
4141
github.com/jmespath/go-jmespath v0.4.0 // indirect
4242
github.com/masterminds/semver v1.5.0 // indirect
43-
github.com/platform-engineering-labs/formae/pkg/api/model v0.0.0-20260120041653-c26026025caf // indirect
43+
github.com/platform-engineering-labs/formae/pkg/api/model v0.1.1 // indirect
4444
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4545
github.com/stretchr/objx v0.5.2 // indirect
4646
github.com/theory/jsonpath v0.10.2 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
7272
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
7373
github.com/masterminds/semver v1.5.0 h1:hTxJTTY7tjvnWMrl08O6u3G6BLlKVwxSz01lVac9P8U=
7474
github.com/masterminds/semver v1.5.0/go.mod h1:s7KNT9fnd7edGzwwP7RBX4H0v/CYd5qdOLfkL1V75yg=
75-
github.com/platform-engineering-labs/formae/pkg/api/model v0.0.0-20260120041653-c26026025caf h1:TTPql6NeRVV6OYhlFWny1/RmqBIe8JdXmmKxsQSrIcQ=
76-
github.com/platform-engineering-labs/formae/pkg/api/model v0.0.0-20260120041653-c26026025caf/go.mod h1:0ncHFCsGA6b0w1kBm6m+QwJ823qAY2vL47GvoR0BTyU=
77-
github.com/platform-engineering-labs/formae/pkg/model v0.0.0-20260120041653-c26026025caf h1:JPJvm6WFnIUtWf/1P9JAahmX494vmicLYgKG0VuIul0=
78-
github.com/platform-engineering-labs/formae/pkg/model v0.0.0-20260120041653-c26026025caf/go.mod h1:XmGJA7jNPX9cEGc8TxTiEDitBuEVJOddNakdTZ/bH4U=
75+
github.com/platform-engineering-labs/formae/pkg/api/model v0.1.1 h1:ZMTgKwSomy2cVcl/+NivSqopbWeHbmYeQ+BxoYq8bVY=
76+
github.com/platform-engineering-labs/formae/pkg/api/model v0.1.1/go.mod h1:0ncHFCsGA6b0w1kBm6m+QwJ823qAY2vL47GvoR0BTyU=
77+
github.com/platform-engineering-labs/formae/pkg/model v0.1.1 h1:WLrME6ke89UPA2c+xUTGXVWYqhsXpYO+ouiuguJUTkU=
78+
github.com/platform-engineering-labs/formae/pkg/model v0.1.1/go.mod h1:XmGJA7jNPX9cEGc8TxTiEDitBuEVJOddNakdTZ/bH4U=
7979
github.com/platform-engineering-labs/formae/pkg/plugin v0.1.2 h1:pvSsWU6QjEU2auARpJdQbMOnpFwnAldpxOizTDdI/HM=
8080
github.com/platform-engineering-labs/formae/pkg/plugin v0.1.2/go.mod h1:8natf83aLhyYS6gPH3ExpIo+F72TjLZTXNDpxDfUpz8=
81-
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.4 h1:EJxFasNyjyF2NqVHTuq2kg15HbKskn9xvngQXwcxckI=
82-
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.4/go.mod h1:j68ZmEj4u8gMKPPjfUItQO7MqfkD49lVaz2BfnPFa14=
81+
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.5 h1:biaJDkQ3PKy39N+QNsDpbnzQ5f1Ch/pqozZcWrIwUNg=
82+
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.5/go.mod h1:km+ogAGWDMyI5qnjd9pe270rfXm2f0reDlSS7TRNPn8=
8383
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
8484
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
8585
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)