fix lib 'scha' that is now in 'internal/' not 'lib/'

This commit is contained in:
Adrien Marquès 2018-07-24 14:39:19 +02:00
parent 5e1dca7311
commit 7c92d5c8ac
1 changed files with 1 additions and 1 deletions

View File

@ -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"
) )