Skip to content

Commit e60a849

Browse files
committed
cmd/protoc-gen-micro: add go.mod declaring go-micro.dev/v5/cmd/protoc-gen-micro
1 parent 85cd80a commit e60a849

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cmd/protoc-gen-micro/go.mod

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module go-micro.dev/v5/cmd/protoc-gen-micro
2+
3+
go 1.24
4+
5+
require (
6+
google.golang.org/protobuf v1.36.6
7+
)
8+
9+
// Use the root module for other dependencies during development. Keep this file
10+
// minimal to ensure `go install go-micro.dev/v5/cmd/protoc-gen-micro@latest`
11+
// resolves to the correct module path for future v5 tagged releases.

0 commit comments

Comments
 (0)