Skip to content

Commit 45bfdf6

Browse files
committed
update go mod pkg version
1 parent 9663fe8 commit 45bfdf6

File tree

2 files changed

+1
-36
lines changed
  • mono-repo/go-zero/{{cookiecutter.go_module_name}}
  • single-app/go-zero/{{cookiecutter.app_name}}/internal/service

2 files changed

+1
-36
lines changed

mono-repo/go-zero/{{cookiecutter.go_module_name}}/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module {{cookiecutter.go_module_name}}
33
go 1.15
44

55
require (
6-
github.com/better-go/pkg v0.1.9
6+
github.com/better-go/pkg v0.1.15
77
github.com/gogo/protobuf v1.3.2
88
github.com/golang/protobuf v1.4.2
99
github.com/tal-tech/go-zero v1.1.5

single-app/go-zero/{{cookiecutter.app_name}}/internal/service/service.go

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)