trpc-group / trpc-go

A pluggable, high-performance RPC framework written in golang
Other
743 stars 85 forks source link

when i install project, throw "invalid version: unknown revision c44533fe44bd" #104

Closed ruqinhu closed 8 months ago

ruqinhu commented 8 months ago

PS D:\code\gocode\trpc-go-r1.0\examples\helloworld\server> go install go: downloading trpc.group/trpc/trpc-protocol/pb/go/trpc v0.1.2-0.20230530025122-c44533fe44bd ......\errs\errs.go:15:2: trpc.group/trpc/trpc-protocol/pb/go/trpc@v0.1.2-0.20230530025122-c44533fe44bd: invalid version: unknown revision c44533fe44bd

WineChord commented 8 months ago

Please provide a detailed description of all your steps, as the information provided so far is not sufficient.

tocrafty commented 8 months ago

This go.mod is not correctly updated when open source.

WineChord commented 8 months ago

@ruqinhu fetch the latest commit of main branch and try again