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

upgrade x #77

Merged
merged 1 commit into from
Oct 30, 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 @@ -12,7 +12,7 @@ require (
github.com/qor5/admin v0.0.0-20231018094342-8abd2359e13e
github.com/qor5/ui v1.0.1-0.20230913083355-743825ff29b1
github.com/qor5/web v1.3.1
github.com/qor5/x v1.2.1-0.20230907054212-50b1a850acf6
github.com/qor5/x v1.2.1-0.20231025063809-3344ed4b91f3
github.com/shurcooL/sanitized_anchor_name v1.0.0
github.com/sunfmin/reflectutils v1.0.3
github.com/theplant/docgo v0.0.15
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ github.com/qor5/ui v1.0.1-0.20230913083355-743825ff29b1 h1:6ZIyg13zG0ki2yE2XcFN2
github.com/qor5/ui v1.0.1-0.20230913083355-743825ff29b1/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.20230907054212-50b1a850acf6 h1:GyPeYULwjUPGR6fT/lZicJ8dkoKL5cu/hRNefxX+V7g=
github.com/qor5/x v1.2.1-0.20230907054212-50b1a850acf6/go.mod h1:Zfy7B3X5DnQSud0HTV4h/ih5TTQgaT2NWwuSIRGLdcM=
github.com/qor5/x v1.2.1-0.20231025063809-3344ed4b91f3 h1:82PhjM8mOEVGy22xt66Q2h9Iae3xaY+X9bSftVnImmI=
github.com/qor5/x v1.2.1-0.20231025063809-3344ed4b91f3/go.mod h1:D/po7nSHbPuA90Utinjd9ldDEOkTbZgxGTdkacoydE8=
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
Expand Down