[mem] fix import path

This commit is contained in:
shirou 2021-09-30 07:08:34 +00:00
parent 8177d340fd
commit 9e82343ffb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"fmt"
"unsafe"
"github.com/shirou/gopsutil/internal/common"
"github.com/shirou/gopsutil/v3/internal/common"
"golang.org/x/sys/unix"
)