Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Issue #9

Closed
shammishailaj opened this issue Nov 17, 2020 · 3 comments · Fixed by #10
Closed

Dependency Issue #9

shammishailaj opened this issue Nov 17, 2020 · 3 comments · Fixed by #10

Comments

@shammishailaj
Copy link

Hi

I am getting:

go: github.com/willscott/go-nfs@v0.0.0-20201019040824-49fd33e9cb45 requires
	github.com/willscott/memphis@v0.0.0-20200912205913-768fef98189f requires
	go.polydawn.net/go-timeless-api@v0.0.0-00010101000000-000000000000: unrecognized import path "go.polydawn.net/go-timeless-api": https fetch: Get "https://go.polydawn.net/go-timeless-api?go-get=1": dial tcp 107.170.61.58:443: connect: connection refused

Probably go.polydawn.net/* needs to be replaced with github.com/polydawn/*

@willscott
Copy link
Owner

ugh. I probably need the same replace directives in the go.mod of this repo as are in memphis

Sadly, the import for timeless can't be set to github because go-timeless-api gets referenced through imports on the polydawn domain throughout.

@willscott
Copy link
Owner

cc @warpfork - i think the issue is everyone including this library now would also need to put in the replace lines to resolve timeless. I may make a downstream go.mod wrapped version of rio for these so that other projects can make use of it within the now-dominant go.mod ecosystem.

@willscott
Copy link
Owner

Okay. polydawn/rio#11 should provide a commit to pin in memphis that will allow removal of the replace directives and mitigate this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants