Browse Source

Updated import paths

Wirecog 5 years ago
parent
commit
f4696c8016
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      uxcog.go

+ 2
- 2
uxcog.go View File

@@ -12,8 +12,8 @@ import (
12 12
 	"reflect"
13 13
 	"strings"
14 14
 
15
-	"github.com/isomorphicgo/isokit"
16
-	"github.com/uxtoolkit/reconcile"
15
+	"go.isomorphicgo.org/go/isokit"
16
+	"go.isomorphicgo.org/uxtoolkit/reconcile"
17 17
 	_ "golang.org/x/net/html"
18 18
 	"honnef.co/go/js/dom"
19 19
 )