mirror of
https://github.com/go-micro/go-micro.git
synced 2026-06-09 19:16:58 +02:00
15 lines
171 B
Go
15 lines
171 B
Go
package template
|
|
|
|
var (
|
|
Module = `module {{.Dir}}
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
go-micro.dev/v5 latest
|
|
github.com/golang/protobuf latest
|
|
google.golang.org/protobuf latest
|
|
)
|
|
`
|
|
)
|