libgodium icon indicating copy to clipboard operation
libgodium copied to clipboard

Import error with go get

Open challarao opened this issue 5 years ago • 1 comments

With

go get -u go.artemisc.eu/godium/secretstream

I receive the following error:

package git.schwanenlied.me/yawning/chacha20.git: code in directory C:\Users\crande\go\src\git.schwanenlied.me\yawning\chacha20.git expects import "gitlab.com/yawning/chacha20.git" package github.com/Yawning/chacha20: code in directory C:\Users\crande\go\src\github.com\Yawning\chacha20 expects import "gitlab.com/yawning/chacha20.git"

The case is different (Yawning vs yawning). I also noticed that there are mix of gitlab vs git.schwanenlied.me vs github.com imports for the same chach20 library.

Am I missing something?

challarao avatar Sep 23 '19 20:09 challarao

The chacha20 repository by yarning has recently been updated. I do not know if this has had any impact on the module imports, but the dependency on their implementation is due for removal thanks to a license change (to AGPL) that is incompatible with this project.

ArteMisc avatar Sep 28 '19 04:09 ArteMisc