Browse Source

Merge pull request #8 from qor5/fix-organization-name-changed

fix organization name changed
Felix Sun 2 years ago
parent
commit
1c044c772c

+ 1 - 1
cropper/embed.go

@@ -3,7 +3,7 @@ package cropper
 import (
 import (
 	"embed"
 	"embed"
 
 
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 )
 )
 
 
 //go:embed cropperjs/dist
 //go:embed cropperjs/dist

+ 2 - 2
go.mod

@@ -1,9 +1,9 @@
-module github.com/goplaid/ui
+module github.com/qor5/ui
 
 
 go 1.19
 go 1.19
 
 
 require (
 require (
-	github.com/goplaid/web v1.2.2
+	github.com/qor5/web v1.2.3
 	github.com/rs/xid v1.4.0
 	github.com/rs/xid v1.4.0
 	github.com/sunfmin/reflectutils v1.0.3
 	github.com/sunfmin/reflectutils v1.0.3
 	github.com/theplant/htmlgo v1.0.3
 	github.com/theplant/htmlgo v1.0.3

+ 2 - 3
go.sum

@@ -5,11 +5,10 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
 github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
 github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
 github.com/go-playground/form v3.1.4+incompatible h1:lvKiHVxE2WvzDIoyMnWcjyiBxKt2+uFJyZcPYWsLnjI=
 github.com/go-playground/form v3.1.4+incompatible h1:lvKiHVxE2WvzDIoyMnWcjyiBxKt2+uFJyZcPYWsLnjI=
 github.com/go-playground/form v3.1.4+incompatible/go.mod h1:lhcKXfTuhRtIZCIKUeJ0b5F207aeQCPbZU09ScKjwWg=
 github.com/go-playground/form v3.1.4+incompatible/go.mod h1:lhcKXfTuhRtIZCIKUeJ0b5F207aeQCPbZU09ScKjwWg=
-github.com/goplaid/multipartestutils v0.0.3 h1:Un+a6XfVrn/hlYs9Y7wiwXMjfKw+cVdOmJYyy7GhuM8=
-github.com/goplaid/web v1.2.2 h1:3PncfI6iFSBi6dk7qKPUey31GmUEgFnG9dSSAwB5mxE=
-github.com/goplaid/web v1.2.2/go.mod h1:5F3fHRmCH9oxh9lGxeGRtyslOQ4542FreIragR6dk7E=
 github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
 github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
 github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
 github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
+github.com/qor5/web v1.2.3 h1:OtyfFaHWTAPBz8aYvZL2/yiVf77HvlPwRkmBweKCiWs=
+github.com/qor5/web v1.2.3/go.mod h1:gwAoUC1cQ9y5Vm3zZmWTq9t1iLOrQH+sIvJUpG6V61w=
 github.com/rs/xid v1.4.0 h1:qd7wPTDkN6KQx2VmMBLrpHkiyQwgFXRnkOLacUiaSNY=
 github.com/rs/xid v1.4.0 h1:qd7wPTDkN6KQx2VmMBLrpHkiyQwgFXRnkOLacUiaSNY=
 github.com/rs/xid v1.4.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
 github.com/rs/xid v1.4.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
 github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
 github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

+ 1 - 1
redactor/embed.go

@@ -4,7 +4,7 @@ import (
 	"bytes"
 	"bytes"
 	"embed"
 	"embed"
 
 
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 )
 )
 
 
 //go:embed assets
 //go:embed assets

+ 1 - 1
stripeui/card.go

@@ -3,7 +3,7 @@ package stripeui
 import (
 import (
 	"context"
 	"context"
 
 
-	. "github.com/goplaid/ui/vuetify"
+	. "github.com/qor5/ui/vuetify"
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"
 )
 )
 
 

+ 2 - 2
stripeui/data-table.go

@@ -5,8 +5,8 @@ import (
 	"fmt"
 	"fmt"
 	"strings"
 	"strings"
 
 
-	. "github.com/goplaid/ui/vuetify"
-	"github.com/goplaid/web"
+	. "github.com/qor5/ui/vuetify"
+	"github.com/qor5/web"
 	"github.com/rs/xid"
 	"github.com/rs/xid"
 	"github.com/sunfmin/reflectutils"
 	"github.com/sunfmin/reflectutils"
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"

+ 1 - 1
stripeui/detail-info.go

@@ -4,7 +4,7 @@ import (
 	"context"
 	"context"
 	"fmt"
 	"fmt"
 
 
-	. "github.com/goplaid/ui/vuetify"
+	. "github.com/qor5/ui/vuetify"
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"
 )
 )
 
 

+ 1 - 1
tiptap/tiptap.go

@@ -4,7 +4,7 @@ package tiptap
 import (
 import (
 	"context"
 	"context"
 
 
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"
 )
 )
 
 

+ 1 - 1
tiptap/tiptapjs.go

@@ -3,7 +3,7 @@ package tiptap
 // @snippet_begin(TipTapPackrSample)
 // @snippet_begin(TipTapPackrSample)
 import (
 import (
 	"embed"
 	"embed"
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 )
 )
 
 
 //go:embed tiptapjs/dist
 //go:embed tiptapjs/dist

+ 1 - 1
vuetify/autocomplete-fix.go

@@ -1,7 +1,7 @@
 package vuetify
 package vuetify
 
 
 import (
 import (
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 
 
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"
 )
 )

+ 1 - 1
vuetify/btn-fix.go

@@ -1,7 +1,7 @@
 package vuetify
 package vuetify
 
 
 import (
 import (
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"
 )
 )
 
 

+ 1 - 1
vuetify/checkbox-fix.go

@@ -1,7 +1,7 @@
 package vuetify
 package vuetify
 
 
 import (
 import (
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 )
 )
 
 
 func (b *VCheckboxBuilder) FieldName(v string) (r *VCheckboxBuilder) {
 func (b *VCheckboxBuilder) FieldName(v string) (r *VCheckboxBuilder) {

+ 1 - 1
vuetify/chip-group-fix.go

@@ -1,7 +1,7 @@
 package vuetify
 package vuetify
 
 
 import (
 import (
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 )
 )
 
 
 func (b *VChipGroupBuilder) FieldName(v string) (r *VChipGroupBuilder) {
 func (b *VChipGroupBuilder) FieldName(v string) (r *VChipGroupBuilder) {

+ 1 - 1
vuetify/combobox-fix.go

@@ -1,7 +1,7 @@
 package vuetify
 package vuetify
 
 
 import (
 import (
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 )
 )
 
 
 func (b *VComboboxBuilder) FieldName(v string) (r *VComboboxBuilder) {
 func (b *VComboboxBuilder) FieldName(v string) (r *VComboboxBuilder) {

+ 1 - 1
vuetify/file-input-fix.go

@@ -1,7 +1,7 @@
 package vuetify
 package vuetify
 
 
 import (
 import (
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 )
 )
 
 
 func (b *VFileInputBuilder) FieldName(v string) (r *VFileInputBuilder) {
 func (b *VFileInputBuilder) FieldName(v string) (r *VFileInputBuilder) {

+ 1 - 1
vuetify/item-group-fix.go

@@ -1,7 +1,7 @@
 package vuetify
 package vuetify
 
 
 import (
 import (
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 )
 )
 
 
 func (b *VItemGroupBuilder) FieldName(v string) (r *VItemGroupBuilder) {
 func (b *VItemGroupBuilder) FieldName(v string) (r *VItemGroupBuilder) {

+ 1 - 1
vuetify/radio-group-fix.go

@@ -1,7 +1,7 @@
 package vuetify
 package vuetify
 
 
 import (
 import (
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 )
 )
 
 
 func (b *VRadioGroupBuilder) FieldName(v string) (r *VRadioGroupBuilder) {
 func (b *VRadioGroupBuilder) FieldName(v string) (r *VRadioGroupBuilder) {

+ 1 - 1
vuetify/select-fix.go

@@ -1,7 +1,7 @@
 package vuetify
 package vuetify
 
 
 import (
 import (
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 
 
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"
 )
 )

+ 1 - 1
vuetify/slider-fix.go

@@ -1,7 +1,7 @@
 package vuetify
 package vuetify
 
 
 import (
 import (
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 )
 )
 
 
 func (b *VSliderBuilder) ErrorMessages(v ...string) (r *VSliderBuilder) {
 func (b *VSliderBuilder) ErrorMessages(v ...string) (r *VSliderBuilder) {

+ 1 - 1
vuetify/switch-fix.go

@@ -1,7 +1,7 @@
 package vuetify
 package vuetify
 
 
 import (
 import (
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 )
 )
 
 
 func (b *VSwitchBuilder) ErrorMessages(v ...string) (r *VSwitchBuilder) {
 func (b *VSwitchBuilder) ErrorMessages(v ...string) (r *VSwitchBuilder) {

+ 1 - 1
vuetify/text-field-fix.go

@@ -1,7 +1,7 @@
 package vuetify
 package vuetify
 
 
 import (
 import (
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 )
 )
 
 
 func (b *VTextFieldBuilder) FieldName(v string) (r *VTextFieldBuilder) {
 func (b *VTextFieldBuilder) FieldName(v string) (r *VTextFieldBuilder) {

+ 1 - 1
vuetify/textarea-fix.go

@@ -1,7 +1,7 @@
 package vuetify
 package vuetify
 
 
 import (
 import (
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 )
 )
 
 
 func (b *VTextareaBuilder) FieldName(v string) (r *VTextareaBuilder) {
 func (b *VTextareaBuilder) FieldName(v string) (r *VTextareaBuilder) {

+ 1 - 1
vuetify/vuetifyjs.go

@@ -4,7 +4,7 @@ import (
 	"embed"
 	"embed"
 	"strings"
 	"strings"
 
 
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 )
 )
 
 
 //go:embed dist
 //go:embed dist

+ 2 - 2
vuetifyx/autocomplete-fix.go

@@ -3,8 +3,8 @@ package vuetifyx
 import (
 import (
 	"context"
 	"context"
 
 
-	"github.com/goplaid/ui/vuetify"
-	"github.com/goplaid/web"
+	"github.com/qor5/ui/vuetify"
+	"github.com/qor5/web"
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"
 )
 )
 
 

+ 1 - 1
vuetifyx/datetime-picker.go

@@ -4,7 +4,7 @@ import (
 	"context"
 	"context"
 	"fmt"
 	"fmt"
 
 
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"
 )
 )
 
 

+ 1 - 1
vuetifyx/filter.go

@@ -11,7 +11,7 @@ import (
 	"strings"
 	"strings"
 	"time"
 	"time"
 
 
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"
 )
 )
 
 

+ 1 - 1
vuetifyx/filter_test.go

@@ -4,7 +4,7 @@ import (
 	"testing"
 	"testing"
 	"time"
 	"time"
 
 
-	. "github.com/goplaid/ui/vuetifyx"
+	. "github.com/qor5/ui/vuetifyx"
 	"github.com/theplant/testingutils"
 	"github.com/theplant/testingutils"
 )
 )
 
 

+ 1 - 1
vuetifyx/linkage-select.go

@@ -3,7 +3,7 @@ package vuetifyx
 import (
 import (
 	"context"
 	"context"
 
 
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"
 )
 )
 
 

+ 2 - 2
vuetifyx/picker.go

@@ -4,8 +4,8 @@ import (
 	"context"
 	"context"
 	"fmt"
 	"fmt"
 
 
-	"github.com/goplaid/ui/vuetify"
-	"github.com/goplaid/web"
+	"github.com/qor5/ui/vuetify"
+	"github.com/qor5/web"
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"
 )
 )
 
 

+ 1 - 1
vuetifyx/readonly-field.go

@@ -4,7 +4,7 @@ import (
 	"context"
 	"context"
 	"fmt"
 	"fmt"
 
 
-	"github.com/goplaid/ui/vuetify"
+	"github.com/qor5/ui/vuetify"
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"
 )
 )
 
 

+ 1 - 1
vuetifyx/select-fix.go

@@ -3,7 +3,7 @@ package vuetifyx
 import (
 import (
 	"context"
 	"context"
 
 
-	"github.com/goplaid/ui/vuetify"
+	"github.com/qor5/ui/vuetify"
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"
 )
 )
 
 

+ 1 - 1
vuetifyx/select-many.go

@@ -4,7 +4,7 @@ import (
 	"context"
 	"context"
 	"fmt"
 	"fmt"
 
 
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"
 )
 )
 
 

+ 2 - 2
vuetifyx/table-pagination.go

@@ -5,8 +5,8 @@ import (
 	"fmt"
 	"fmt"
 	"sort"
 	"sort"
 
 
-	"github.com/goplaid/ui/vuetify"
-	"github.com/goplaid/web"
+	"github.com/qor5/ui/vuetify"
+	"github.com/qor5/web"
 	h "github.com/theplant/htmlgo"
 	h "github.com/theplant/htmlgo"
 )
 )
 
 

+ 1 - 1
vuetifyx/vuetifyxjs.go

@@ -3,7 +3,7 @@ package vuetifyx
 import (
 import (
 	"embed"
 	"embed"
 
 
-	"github.com/goplaid/web"
+	"github.com/qor5/web"
 )
 )
 
 
 //go:embed vuetifyxjs/dist
 //go:embed vuetifyxjs/dist