summaryrefslogtreecommitdiff
path: root/html/html_test.go
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2019-06-18 13:49:22 +0200
committerÖzgür Kesim <oec@codeblau.de>2019-06-18 13:49:22 +0200
commit7c62ed1a6b8f0397355d12298de09ab996764991 (patch)
tree02ba30cbcb3b10fd1e5e6043fad3efae0f4ab475 /html/html_test.go
parentef954d857ce5a6e9952f7d6487662b6b164a127c (diff)
vektah -> oec to make it self-contained
Diffstat (limited to 'html/html_test.go')
-rw-r--r--html/html_test.go2
1 files changed, 1 insertions, 1 deletions
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) {