bootstrap/template/template_module.go

19 lines
399 B
Go

package template
const templateModule = `module {{.Name}}
go 1.20
require (
github.com/gin-gonic/gin v1.9.1
github.com/google/wire v0.5.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
gitter.top/coco/coco v0.0.1
gitter.top/common/lormatter v0.0.0-20230910075849-28d49dccd03a
google.golang.org/grpc v1.60.1
google.golang.org/protobuf v1.32.0
gopkg.in/yaml.v3 v3.0.1
)
`