diff --git a/internal/keyset/keyset_test.go b/internal/keyset/keyset_test.go index 2a760be..7d7074f 100644 --- a/internal/keyset/keyset_test.go +++ b/internal/keyset/keyset_test.go @@ -3,7 +3,7 @@ package keyset import ( "bytes" "git.xdrm.io/schastsp/context" - "git.xdrm.io/schastsp/lib/scha" + "git.xdrm.io/schastsp/internal/scha" "testing" )