fix lib 'scha' that is now in 'internal/' not 'lib/'
This commit is contained in:
parent
5e1dca7311
commit
7c92d5c8ac
|
@ -3,7 +3,7 @@ package keyset
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"git.xdrm.io/schastsp/context"
|
"git.xdrm.io/schastsp/context"
|
||||||
"git.xdrm.io/schastsp/lib/scha"
|
"git.xdrm.io/schastsp/internal/scha"
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue