Skip to content

Commit 59d4a68

Browse files
lesomnusclaude
andcommitted
internal/apptest: pick up protoc-gen-orm-go, which writes no json.Marshaler
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 1bb1d1f commit 59d4a68

3 files changed

Lines changed: 3 additions & 20 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
2323
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
2424
github.com/pmezard/go-difflib v1.0.0 // indirect
25-
github.com/protobuf-orm/protoc-gen-orm-go v0.0.0-20260808062124-7336db3ccda7 // indirect
25+
github.com/protobuf-orm/protoc-gen-orm-go v0.0.0-20260902045159-6773062af8e6 // indirect
2626
github.com/protobuf-orm/protoc-gen-orm-service v0.0.0-20260820235114-efff3accbfe1 // indirect
2727
github.com/rogpeppe/go-internal v1.16.0 // indirect
2828
github.com/zclconf/go-cty v1.19.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ github.com/protobuf-orm/protobuf-orm v0.0.0-20260901231226-61630a70f09e h1:XeBB1
4040
github.com/protobuf-orm/protobuf-orm v0.0.0-20260901231226-61630a70f09e/go.mod h1:OYlbo4/9t+Hgj/XZwdgN8Z9MyViTLPHxBWLUR4+j52o=
4141
github.com/protobuf-orm/protoc-gen-orm-go v0.0.0-20260808062124-7336db3ccda7 h1:xj+WO4fsr0arc9NVh9ZAMOVk/u9gfGLEWOCipgqlR/s=
4242
github.com/protobuf-orm/protoc-gen-orm-go v0.0.0-20260808062124-7336db3ccda7/go.mod h1:EUiEHkmQI53u+32lC+9OiiECSY2xJ1hrgHk7Km9yn20=
43+
github.com/protobuf-orm/protoc-gen-orm-go v0.0.0-20260902045159-6773062af8e6 h1:LfHFxRycHGDF1oIL2uU1kSFdRXyni5ZvtPn97rYyyA4=
44+
github.com/protobuf-orm/protoc-gen-orm-go v0.0.0-20260902045159-6773062af8e6/go.mod h1:K46FZaa3TSGe7zd6zKWtCVbh3RaiSLQ1cLEv+aBeolo=
4345
github.com/protobuf-orm/protoc-gen-orm-service v0.0.0-20260820235114-efff3accbfe1 h1:ysLcXhAQfditIClN2bpgLWU4EfCl6RYyO18CTvtAXg0=
4446
github.com/protobuf-orm/protoc-gen-orm-service v0.0.0-20260820235114-efff3accbfe1/go.mod h1:SQY3h37mQDfyaoPw1Og7uBG6D8guwsB2g5SqCHua+bs=
4547
github.com/rogpeppe/go-internal v1.16.0 h1:O9DK+vNMDVGLr2BeZqmpLeMjiMNkuXfcqntWbZV6S5g=

internal/apptest/query.g.go

Lines changed: 0 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)