go-zero
go-zero copied to clipboard
When i use go mod tidy, this error occurs
go mod tidy
go: finding module for package github.com/zeromicro/go-zero/core/logx
go: finding module for package github.com/zeromicro/go-zero/core/conf
go: finding module for package github.com/zeromicro/go-zero/rest
go: finding module for package github.com/zeromicro/go-zero/rest/httpx
go: found github.com/zeromicro/go-zero/core/conf in github.com/zeromicro/go-zero v1.4.4
go: found github.com/zeromicro/go-zero/rest in github.com/zeromicro/go-zero v1.4.4
go: found github.com/zeromicro/go-zero/rest/httpx in github.com/zeromicro/go-zero v1.4.4
go: found github.com/zeromicro/go-zero/core/logx in github.com/zeromicro/go-zero v1.4.4
go: github.com/zeromicro/[email protected] requires
google.golang.org/[email protected] requires
github.com/envoyproxy/[email protected]: parsing go.mod: go.mod:1: unexpected input character '\x00'
my go.mod: module github.com/zero-demo
go 1.19
Bot detected the issue body's language is not English, translate it automatically. π―ππ»π§βπ€βπ§π«π§πΏβπ€βπ§π»π©πΎβπ€βπ¨πΏπ¬πΏ
my go.mod: module github.com/zero-demo
go 1.19
Bad go.mod file. Check it.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.