go-storage icon indicating copy to clipboard operation
go-storage copied to clipboard

beyondstorage.io website is down causing dependabot to break

Open The-TT-Hacker opened this issue 2 years ago • 6 comments

The documentation website and go.beyondstorage.io are both down which causes gitlab-dependabot to throw this error:

go.beyondstorage.io/services/fs/[email protected]: unrecognized import path "go.beyondstorage.io/services/fs/v4": https fetch: Get "https://go.beyondstorage.io/services/fs/v4?go-get=1": dial tcp: i/o timeout

Dependabot has no way to skip this dependency as ignored dependencies are only skipped after the go mod package manager fetches all new versions. This error also causes dependabot to exit so I have no automated dependency updates for any packages. Can someone please fix the website or not self host it? Great library by the way!

The-TT-Hacker avatar Jun 10 '22 06:06 The-TT-Hacker

cc @Xuanwo

xxchan avatar Jun 22 '22 00:06 xxchan

The domain is controlled by QingCloud, let me try to contact them to bring it back.

Xuanwo avatar Jun 22 '22 00:06 Xuanwo

go.beyondstorage.io How soon will the domain name be restored @Xuanwo

zzdboy avatar Jul 23 '22 02:07 zzdboy

go.beyondstorage.io How soon will the domain name be restored @Xuanwo

Sorry, I don't know the answer either. The only thing we can do is wait for QingCloud.

The last plan is to bump a new major version and switch the import path back to github.com.

Xuanwo avatar Jul 23 '22 06:07 Xuanwo

go.beyondstorage.io How soon will the domain name be restored @Xuanwo

Domain (“beyondstorage.io”) renewal process is temporarily blocked by our domain name service provider. We sincerely apologize for any inconvenience this may cause. Now we decided to temporarily switch the website domain name to "beyondstorage.dev". When the switching work is completed, we will notify you as soon as possible.

MorvenH avatar Jul 24 '22 03:07 MorvenH

How about just using github.com/beyondstorage/go-storage?

briantopping avatar Sep 15 '22 18:09 briantopping