diff --git a/base/edf/map.go b/base/edf/map.go index 02cf3b5..03876d6 100644 --- a/base/edf/map.go +++ b/base/edf/map.go @@ -2,7 +2,7 @@ package edf import ( "fmt" - mmap "github.com/riobard/go-mmap" + mmap "github.com/Sentimentron/go-mmap" "os" "runtime" )