From 26c5b645d9ad0384b1605c9fdbe970a90262713c Mon Sep 17 00:00:00 2001 From: James Harris Date: Wed, 11 Oct 2023 08:37:23 +1000 Subject: [PATCH] Remove generated `go.mod` from `_protean.pb.go` recipe. --- Makefile | 2 +- internal/proteanpb/error.pb.go | 2 +- internal/stringservice/service.pb.go | 2 +- internal/testservice/service.pb.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3fef11d..2e7fcc9 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ GO_TEST_REQ += internal/stringservice/service_protean.pb.go -include .makefiles/pkg/protobuf/v2/Makefile -include .makefiles/pkg/go/v1/Makefile -%_protean.pb.go: %.proto $(PROTOC_COMMAND) artifacts/protobuf/bin/go.mod artifacts/protobuf/args/common artifacts/protobuf/args/go $(GO_DEBUG_DIR)/protoc-gen-go-protean +%_protean.pb.go: %.proto $(PROTOC_COMMAND) artifacts/protobuf/args/common artifacts/protobuf/args/go $(GO_DEBUG_DIR)/protoc-gen-go-protean PATH="$(GO_DEBUG_DIR):$(MF_PROJECT_ROOT)/artifacts/protobuf/bin:$$PATH" $(PROTOC_COMMAND) \ --proto_path="$(dir $(PROTOC_COMMAND))../include" \ --go-protean_opt=module=$$(go list -m) \ diff --git a/internal/proteanpb/error.pb.go b/internal/proteanpb/error.pb.go index f153ed4..fcd73a4 100644 --- a/internal/proteanpb/error.pb.go +++ b/internal/proteanpb/error.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.31.0 -// protoc v4.24.2 +// protoc v4.24.4 // source: github.com/dogmatiq/protean/internal/proteanpb/error.proto package proteanpb diff --git a/internal/stringservice/service.pb.go b/internal/stringservice/service.pb.go index c19f52e..7a3764b 100644 --- a/internal/stringservice/service.pb.go +++ b/internal/stringservice/service.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.31.0 -// protoc v4.24.2 +// protoc v4.24.4 // source: github.com/dogmatiq/protean/internal/stringservice/service.proto package stringservice diff --git a/internal/testservice/service.pb.go b/internal/testservice/service.pb.go index de9c7b1..5f7ca69 100644 --- a/internal/testservice/service.pb.go +++ b/internal/testservice/service.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.31.0 -// protoc v4.24.2 +// protoc v4.24.4 // source: github.com/dogmatiq/protean/internal/testservice/service.proto package testservice