You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go mod edit -replace github.com/esrrhs/go-engine=github.com/akkuman/go-engine@feat-mod
$ go mod tidy -v
go: downloading github.com/akkuman/go-engine v0.0.0-20220818082605-13cbf906b7da
github.com/akkuman/hole/pkg/common imports
github.com/esrrhs/go-engine/src/common: create zip: module source tree too large (max size is 524288000 bytes)
github.com/akkuman/hole/pkg/common imports
github.com/esrrhs/go-engine/src/loggo: create zip: module source tree too large (max size is 524288000 bytes)
github.com/akkuman/hole/pkg/conn imports
github.com/esrrhs/go-engine/src/group: create zip: module source tree too large (max size is 524288000 bytes)
github.com/akkuman/hole/pkg/conn imports
github.com/esrrhs/go-engine/src/rbuffergo: create zip: module source tree too large (max size is 524288000 bytes)
The text was updated successfully, but these errors were encountered:
我在 https://github.com/akkuman/go-engine/tree/feat-mod 尝试加上了 go.mod 文件
我想使用
github.com/esrrhs/go-engine/src/conn
库于是我使用go mod命令,但是出现了错误,提示是仓库太大了,猜测是nodejs相关的文件
The text was updated successfully, but these errors were encountered: