diff options
author | Özgür Kesim <oec@codeblau.de> | 2021-05-07 21:52:01 +0200 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2021-05-07 21:52:01 +0200 |
commit | 75b7b13781a355c49889f54110ed07434dec2d95 (patch) | |
tree | de6b5b42e5bf01e4e887da36529a3ff6ef66bd08 /html/html_test.go | |
parent | cf289e64743647b158ebcc85b4c7aade0d345067 (diff) |
->kesim.org
Diffstat (limited to 'html/html_test.go')
-rw-r--r-- | html/html_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/html_test.go b/html/html_test.go index f0c2ac0..0094109 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" + "kesim.org/goparsify" ) func TestParse(t *testing.T) { |