Jigsaw-Code / outline-sdk

SDK to build network tools based on Outline components.
https://getoutline.org/for-developers/
Apache License 2.0
343 stars 52 forks source link

go-cache-lru not found bug #293

Open kendiyang opened 1 month ago

kendiyang commented 1 month ago

go: github.com/Jigsaw-Code/outline-sdk/x/psiphon imports github.com/Psiphon-Labs/psiphon-tunnel-core/ClientLibrary/clientlib imports github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon imports github.com/cognusion/go-cache-lru: github.com/cognusion/go-cache-lru@v0.0.0-20170419142635-f73e2280ecea: invalid version: git ls-remote -q origin in /go/pkg/mod/cache/vcs/667476c16c5dcef6694580cdd309feb30e49715dc592212645fcea30991ba598: exit status 128: remote: Repository not found.

sbruens commented 1 month ago

Looks like https://github.com/cognusion/go-cache-lru was removed and Psiphon relies on it.

ignasio commented 1 week ago

+1