mosn / holmes

self-aware Golang profile dumper
Apache License 2.0
1.08k stars 135 forks source link

mosn.io/pkg/log 404 Not Found #132

Open zhushiqiang opened 1 year ago

zhushiqiang commented 1 year ago

package mosn.io/pkg/log: unrecognized import path "mosn.io/pkg/log": reading https://mosn.io/pkg/log?go-get=1: 404 Not Found

doujiang24 commented 1 year ago

we only import mosn.io/pkg, no mosn.io/pkg/log. https://github.com/mosn/holmes/blob/master/go.mod#L9

maybe you are using an old & bad version?

zhushiqiang commented 1 year ago

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

Jun10ng commented 1 year ago

Hi, maybe your local environment didn't set gomod as open? Could you give us a reproducibility case? have try the following:

go mod init 
go mod tidy
ShGstar commented 1 year ago

how to use govendor ,to get this

zhushiqiang commented 1 year ago

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。