Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit 1c044c7

Browse files
authored
Merge pull request #8 from qor5/fix-organization-name-changed
fix organization name changed
2 parents 3e91c08 + 5ad1e33 commit 1c044c7

34 files changed

+40
-41
lines changed

cropper/embed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package cropper
33
import (
44
"embed"
55

6-
"github.com/goplaid/web"
6+
"github.com/qor5/web"
77
)
88

99
//go:embed cropperjs/dist

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
module github.com/goplaid/ui
1+
module github.com/qor5/ui
22

33
go 1.19
44

55
require (
6-
github.com/goplaid/web v1.2.2
6+
github.com/qor5/web v1.2.3
77
github.com/rs/xid v1.4.0
88
github.com/sunfmin/reflectutils v1.0.3
99
github.com/theplant/htmlgo v1.0.3

go.sum

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
55
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
66
github.com/go-playground/form v3.1.4+incompatible h1:lvKiHVxE2WvzDIoyMnWcjyiBxKt2+uFJyZcPYWsLnjI=
77
github.com/go-playground/form v3.1.4+incompatible/go.mod h1:lhcKXfTuhRtIZCIKUeJ0b5F207aeQCPbZU09ScKjwWg=
8-
github.com/goplaid/multipartestutils v0.0.3 h1:Un+a6XfVrn/hlYs9Y7wiwXMjfKw+cVdOmJYyy7GhuM8=
9-
github.com/goplaid/web v1.2.2 h1:3PncfI6iFSBi6dk7qKPUey31GmUEgFnG9dSSAwB5mxE=
10-
github.com/goplaid/web v1.2.2/go.mod h1:5F3fHRmCH9oxh9lGxeGRtyslOQ4542FreIragR6dk7E=
118
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
129
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
10+
github.com/qor5/web v1.2.3 h1:OtyfFaHWTAPBz8aYvZL2/yiVf77HvlPwRkmBweKCiWs=
11+
github.com/qor5/web v1.2.3/go.mod h1:gwAoUC1cQ9y5Vm3zZmWTq9t1iLOrQH+sIvJUpG6V61w=
1312
github.com/rs/xid v1.4.0 h1:qd7wPTDkN6KQx2VmMBLrpHkiyQwgFXRnkOLacUiaSNY=
1413
github.com/rs/xid v1.4.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
1514
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

redactor/embed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"bytes"
55
"embed"
66

7-
"github.com/goplaid/web"
7+
"github.com/qor5/web"
88
)
99

1010
//go:embed assets

stripeui/card.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package stripeui
33
import (
44
"context"
55

6-
. "github.com/goplaid/ui/vuetify"
6+
. "github.com/qor5/ui/vuetify"
77
h "github.com/theplant/htmlgo"
88
)
99

stripeui/data-table.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"fmt"
66
"strings"
77

8-
. "github.com/goplaid/ui/vuetify"
9-
"github.com/goplaid/web"
8+
. "github.com/qor5/ui/vuetify"
9+
"github.com/qor5/web"
1010
"github.com/rs/xid"
1111
"github.com/sunfmin/reflectutils"
1212
h "github.com/theplant/htmlgo"

stripeui/detail-info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55
"fmt"
66

7-
. "github.com/goplaid/ui/vuetify"
7+
. "github.com/qor5/ui/vuetify"
88
h "github.com/theplant/htmlgo"
99
)
1010

tiptap/tiptap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package tiptap
44
import (
55
"context"
66

7-
"github.com/goplaid/web"
7+
"github.com/qor5/web"
88
h "github.com/theplant/htmlgo"
99
)
1010

tiptap/tiptapjs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package tiptap
33
// @snippet_begin(TipTapPackrSample)
44
import (
55
"embed"
6-
"github.com/goplaid/web"
6+
"github.com/qor5/web"
77
)
88

99
//go:embed tiptapjs/dist

vuetify/autocomplete-fix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package vuetify
22

33
import (
4-
"github.com/goplaid/web"
4+
"github.com/qor5/web"
55

66
h "github.com/theplant/htmlgo"
77
)

vuetify/btn-fix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package vuetify
22

33
import (
4-
"github.com/goplaid/web"
4+
"github.com/qor5/web"
55
h "github.com/theplant/htmlgo"
66
)
77

vuetify/checkbox-fix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package vuetify
22

33
import (
4-
"github.com/goplaid/web"
4+
"github.com/qor5/web"
55
)
66

77
func (b *VCheckboxBuilder) FieldName(v string) (r *VCheckboxBuilder) {

vuetify/chip-group-fix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package vuetify
22

33
import (
4-
"github.com/goplaid/web"
4+
"github.com/qor5/web"
55
)
66

77
func (b *VChipGroupBuilder) FieldName(v string) (r *VChipGroupBuilder) {

vuetify/combobox-fix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package vuetify
22

33
import (
4-
"github.com/goplaid/web"
4+
"github.com/qor5/web"
55
)
66

77
func (b *VComboboxBuilder) FieldName(v string) (r *VComboboxBuilder) {

vuetify/file-input-fix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package vuetify
22

33
import (
4-
"github.com/goplaid/web"
4+
"github.com/qor5/web"
55
)
66

77
func (b *VFileInputBuilder) FieldName(v string) (r *VFileInputBuilder) {

vuetify/item-group-fix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package vuetify
22

33
import (
4-
"github.com/goplaid/web"
4+
"github.com/qor5/web"
55
)
66

77
func (b *VItemGroupBuilder) FieldName(v string) (r *VItemGroupBuilder) {

vuetify/radio-group-fix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package vuetify
22

33
import (
4-
"github.com/goplaid/web"
4+
"github.com/qor5/web"
55
)
66

77
func (b *VRadioGroupBuilder) FieldName(v string) (r *VRadioGroupBuilder) {

vuetify/select-fix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package vuetify
22

33
import (
4-
"github.com/goplaid/web"
4+
"github.com/qor5/web"
55

66
h "github.com/theplant/htmlgo"
77
)

vuetify/slider-fix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package vuetify
22

33
import (
4-
"github.com/goplaid/web"
4+
"github.com/qor5/web"
55
)
66

77
func (b *VSliderBuilder) ErrorMessages(v ...string) (r *VSliderBuilder) {

vuetify/switch-fix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package vuetify
22

33
import (
4-
"github.com/goplaid/web"
4+
"github.com/qor5/web"
55
)
66

77
func (b *VSwitchBuilder) ErrorMessages(v ...string) (r *VSwitchBuilder) {

vuetify/text-field-fix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package vuetify
22

33
import (
4-
"github.com/goplaid/web"
4+
"github.com/qor5/web"
55
)
66

77
func (b *VTextFieldBuilder) FieldName(v string) (r *VTextFieldBuilder) {

vuetify/textarea-fix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package vuetify
22

33
import (
4-
"github.com/goplaid/web"
4+
"github.com/qor5/web"
55
)
66

77
func (b *VTextareaBuilder) FieldName(v string) (r *VTextareaBuilder) {

vuetify/vuetifyjs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"embed"
55
"strings"
66

7-
"github.com/goplaid/web"
7+
"github.com/qor5/web"
88
)
99

1010
//go:embed dist

vuetifyx/autocomplete-fix.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package vuetifyx
33
import (
44
"context"
55

6-
"github.com/goplaid/ui/vuetify"
7-
"github.com/goplaid/web"
6+
"github.com/qor5/ui/vuetify"
7+
"github.com/qor5/web"
88
h "github.com/theplant/htmlgo"
99
)
1010

vuetifyx/datetime-picker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55
"fmt"
66

7-
"github.com/goplaid/web"
7+
"github.com/qor5/web"
88
h "github.com/theplant/htmlgo"
99
)
1010

vuetifyx/filter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"strings"
1212
"time"
1313

14-
"github.com/goplaid/web"
14+
"github.com/qor5/web"
1515
h "github.com/theplant/htmlgo"
1616
)
1717

vuetifyx/filter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55
"time"
66

7-
. "github.com/goplaid/ui/vuetifyx"
7+
. "github.com/qor5/ui/vuetifyx"
88
"github.com/theplant/testingutils"
99
)
1010

vuetifyx/linkage-select.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package vuetifyx
33
import (
44
"context"
55

6-
"github.com/goplaid/web"
6+
"github.com/qor5/web"
77
h "github.com/theplant/htmlgo"
88
)
99

vuetifyx/picker.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import (
44
"context"
55
"fmt"
66

7-
"github.com/goplaid/ui/vuetify"
8-
"github.com/goplaid/web"
7+
"github.com/qor5/ui/vuetify"
8+
"github.com/qor5/web"
99
h "github.com/theplant/htmlgo"
1010
)
1111

vuetifyx/readonly-field.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55
"fmt"
66

7-
"github.com/goplaid/ui/vuetify"
7+
"github.com/qor5/ui/vuetify"
88
h "github.com/theplant/htmlgo"
99
)
1010

vuetifyx/select-fix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package vuetifyx
33
import (
44
"context"
55

6-
"github.com/goplaid/ui/vuetify"
6+
"github.com/qor5/ui/vuetify"
77
h "github.com/theplant/htmlgo"
88
)
99

vuetifyx/select-many.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55
"fmt"
66

7-
"github.com/goplaid/web"
7+
"github.com/qor5/web"
88
h "github.com/theplant/htmlgo"
99
)
1010

vuetifyx/table-pagination.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"fmt"
66
"sort"
77

8-
"github.com/goplaid/ui/vuetify"
9-
"github.com/goplaid/web"
8+
"github.com/qor5/ui/vuetify"
9+
"github.com/qor5/web"
1010
h "github.com/theplant/htmlgo"
1111
)
1212

vuetifyx/vuetifyxjs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package vuetifyx
33
import (
44
"embed"
55

6-
"github.com/goplaid/web"
6+
"github.com/qor5/web"
77
)
88

99
//go:embed vuetifyxjs/dist

0 commit comments

Comments
 (0)