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

upgrade ui #79

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/ory/ladon v1.2.0
github.com/qor/oss v0.0.0-20230717083721-c04686f83630
github.com/qor5/admin v0.0.0-20231018094342-8abd2359e13e
github.com/qor5/ui v1.0.1-0.20230913083355-743825ff29b1
github.com/qor5/ui v1.0.1-0.20231108085921-2324bc04f081
github.com/qor5/web v1.3.1
github.com/qor5/x v1.2.1-0.20231025063809-3344ed4b91f3
github.com/shurcooL/sanitized_anchor_name v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ github.com/qor/oss v0.0.0-20230717083721-c04686f83630 h1:CRi4xF7B8aGX/y48NCjarNd
github.com/qor/oss v0.0.0-20230717083721-c04686f83630/go.mod h1:FDxJAVwmZ1j8ITcKJExFlzkTYuUor1dBKZgNVWqEqlM=
github.com/qor5/admin v0.0.0-20231018094342-8abd2359e13e h1:SjRk3SykBhxB9ls9433MM3GX72ZY1JM2+8QdHQRf1UY=
github.com/qor5/admin v0.0.0-20231018094342-8abd2359e13e/go.mod h1:+JKKtMqofmH2cFftJWUGyY7Y5FZcvK89EHp6foE1PXc=
github.com/qor5/ui v1.0.1-0.20230913083355-743825ff29b1 h1:6ZIyg13zG0ki2yE2XcFN20RkwCMUjIJkYHCGIIqrq5c=
github.com/qor5/ui v1.0.1-0.20230913083355-743825ff29b1/go.mod h1:bgBqjIytHRdfTsiZea8df/ltAcyQyuHiLbecgo8Iwgw=
github.com/qor5/ui v1.0.1-0.20231108085921-2324bc04f081 h1:7LHvdPEZJ4R4zm+ywmJaORNGwrQghvVVXZ4wQhZh6nA=
github.com/qor5/ui v1.0.1-0.20231108085921-2324bc04f081/go.mod h1:bgBqjIytHRdfTsiZea8df/ltAcyQyuHiLbecgo8Iwgw=
github.com/qor5/web v1.3.1 h1:KtDoKkOhOTk8TGdR4A/dIs1wtNi8jRnb1omybAKE39M=
github.com/qor5/web v1.3.1/go.mod h1:LszskQJbFQDJwOeZC6j6afOiHxxyjrzz8B3zuBwfgKQ=
github.com/qor5/x v1.2.1-0.20231025063809-3344ed4b91f3 h1:82PhjM8mOEVGy22xt66Q2h9Iae3xaY+X9bSftVnImmI=
Expand Down