lukechampine / blake3

An AVX-512 accelerated implementation of the BLAKE3 cryptographic hash function
MIT License
352 stars 25 forks source link

Compile Time Error, After adding in go.mod "github.com/lukechampine" #14

Closed tania-anand closed 2 years ago

tania-anand commented 2 years ago

go: github.com/lukechampine/blake3@v1.1.7: parsing go.mod: module declares its path as: lukechampine.com/blake3 but was required as: github.com/lukechampine/blake3

tania-anand commented 2 years ago

in go.mod module name needs be change from "lukechampine.com/blake3" to "github.lukechampine.com/blake3"

tania-anand commented 2 years ago

don't bother was using the wrong statement in import supposed to using "lukechampine.com/blake3"