[go-nuts] Re: Getting 410 error from https://sum.golang.org/lookup/github.com for a private github repo

2022-09-19 Thread Yoon Sean
Thank you very much. You save me from this issue. 2020년 5월 28일 목요일 오전 10시 46분 28초 UTC+7에 ghost.m...@gmail.com님이 작성: > You may try: > > export *GONOSUMDB*="github.com/mycompany/*,github.com/secret/*" > > to disable sum check for some libraries. But try **not** to do this: > > > $export

[go-nuts] Re: Getting 410 error from https://sum.golang.org/lookup/github.com for a private github repo

2020-05-27 Thread James Mackerel
You may try: export *GONOSUMDB*="github.com/mycompany/*,github.com/secret/*" to disable sum check for some libraries. But try **not** to do this: > $export GOSUMDB=off or you may face security issue. -- You received this message because you are subscribed to the Google Groups "golang-nuts"

[go-nuts] Re: Getting 410 error from https://sum.golang.org/lookup/github.com for a private github repo

2020-05-18 Thread Dean Schulze
Just verified that this is not due to the repo being private. It happens if the repo is public too. On Monday, May 18, 2020 at 2:02:38 PM UTC-6, Dean Schulze wrote: > > Go get doesn't work with private servers that don't have a web serve set > up on them. So I've switched to a private repo on