From 7c92d5c8acb551363ca98fdf5e744b462cd33f51 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 24 Jul 2018 14:39:19 +0200 Subject: [PATCH] fix lib 'scha' that is now in 'internal/' not 'lib/' --- internal/keyset/keyset_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )