From 7c62ed1a6b8f0397355d12298de09ab996764991 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Tue, 18 Jun 2019 13:49:22 +0200 Subject: vektah -> oec to make it self-contained --- html/html_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/html_test.go') diff --git a/html/html_test.go b/html/html_test.go index 79b0191..f0c2ac0 100644 --- a/html/html_test.go +++ b/html/html_test.go @@ -4,8 +4,8 @@ import ( "os" "testing" + "github.com/oec/goparsify" "github.com/stretchr/testify/require" - "github.com/vektah/goparsify" ) func TestParse(t *testing.T) { -- cgit v1.2.3