owncloud / ocis

:atom_symbol: ownCloud Infinite Scale Stack
https://doc.owncloud.com/ocis/next/
Apache License 2.0
1.38k stars 181 forks source link

Package not found #10246

Open rusneustroevkz opened 4 days ago

rusneustroevkz commented 4 days ago

Describe the bug

Repository not found.

Steps to reproduce

  1. Visit https://github.com/gdexlab/go-render

go.mod

https://github.com/thomaspoignant/go-feature-flag/blob/main/go.mod#L19

micbar commented 4 days ago

Please add more information. Which problem do you want to solve?

rusneustroevkz commented 4 days ago

i can't download https://github.com/thomaspoignant/go-feature-flag because of this package https://github.com/gdexlab/go-render not found

Screenshot 2024-10-07 at 12 14 08
rusneustroevkz commented 4 days ago

SOLVED! me help adding proxy server to go package management export GOPROXY=https://proxy.golang.org

micbar commented 4 days ago

Maybe a valid point, but why is this related to that repository?

micbar commented 4 days ago

IMHO we do not import these packages in this project.

rusneustroevkz commented 4 days ago

@micbar check here https://github.com/thomaspoignant/go-feature-flag/blob/main/go.mod#L19

Screenshot 2024-10-07 at 13 42 28
micbar commented 4 days ago

where do we use that package?

rusneustroevkz commented 4 days ago

i'm sorry, create issue is not need repo

rhafer commented 3 days ago

Actually reva is using gdexlab/go-render in a few places: https://github.com/cs3org/reva/blob/edge/internal/http/services/archiver/handler.go#L43 mostly for debug logging AFAICS. Maybe it's time to look for alternatives.