summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
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
commit75b7b13781a355c49889f54110ed07434dec2d95 (patch)
treede6b5b42e5bf01e4e887da36529a3ff6ef66bd08 /html
parentcf289e64743647b158ebcc85b4c7aade0d345067 (diff)
->kesim.org
Diffstat (limited to 'html')
-rw-r--r--html/html.go2
-rw-r--r--html/html_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/html/html.go b/html/html.go
index ce98d6c..e5d06a4 100644
--- a/html/html.go
+++ b/html/html.go
@@ -1,7 +1,7 @@
package html
import (
- . "github.com/oec/goparsify"
+ . "kesim.org/goparsify"
)
func parse(input string) (result interface{}, err error) {
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) {