We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cd80a commit e60a849Copy full SHA for e60a849
cmd/protoc-gen-micro/go.mod
@@ -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