libgodium
libgodium copied to clipboard
Import error with go get
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?
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.