10000 chore: update qor5/x/v3 dependency version in go.mod and go.sum by danni-cool · Pull Request #1005 · qor5/admin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: update qor5/x/v3 dependency version in go.mod and go.sum #1005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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 @@ -29,7 +29,7 @@ require (
github.com/qor5/imaging v1.6.4
github.com/qor5/web v1.3.2
github.com/qor5/web/v3 v3.0.12-0.20250618085230-3764d0e521a8
github.com/qor5/x/v3 v3.0.14-0.20250619100108-82f95c844c4d
github.com/qor5/x/v3 v3.0.14-0.20250625093624-bc55106eec85
github.com/samber/lo v1.47.0
github.com/shurcooL/sanitized_anchor_name v1.0.0
github.com/spf13/cast v1.6.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ github.com/qor5/web/v3 v3.0.12-0.20250618085230-3764d0e521a8 h1:s3jBS5bq6VX56Gic
github.com/qor5/web/v3 v3.0.12-0.20250618085230-3764d0e521a8/go.mod h1:hrhZ4nc1U+AOBrGmnUoRUPpA9fymxlAbNfGvn9TJLns=
github.com/qor5/x/v3 v3.0.14-0.20250619100108-82f95c844c4d h1:0E8I4Cn9/nuKL3J+C2G5MqijtECHVtPF6fvQCHHMzYY=
github.com/qor5/x/v3 v3.0.14-0.20250619100108-82f95c844c4d/go.mod h1:IZR9L4uAppXT/qV+fZ9DIoXo/36nEBm7dNd4vLzjW8k=
github.com/qor5/x/v3 v3.0.14-0.20250625093624-bc55106eec85 h1:HKg8dIzFIQPILEWZh4FB/VBTGE6J3OtBQSb6TKHeiYE=
github.com/qor5/x/v3 v3.0.14-0.20250625093624-bc55106eec85/go.mod h1:IZR9L4uAppXT/qV+fZ9DIoXo/36nEBm7dNd4vLzjW8k=
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.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
Expand Down
0