lukechampine/blake3

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

tania-anand opened this issue · 2 comments

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

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

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