Skip to content
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 @@ -20,7 +20,7 @@ require (
github.com/gorilla/handlers v1.5.2
github.com/origadmin/slog-kratos v1.0.5
github.com/origadmin/toolkits v0.3.22
github.com/origadmin/toolkits/errors v0.3.20
github.com/origadmin/toolkits/errors v0.3.22
github.com/origadmin/toolkits/slogx v0.3.22
github.com/rs/cors v1.11.1
github.com/spf13/viper v1.21.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ github.com/origadmin/slog-kratos v1.0.5 h1:yDLxVaN8A8MMmIny3xy65uT1wLKl3S9tVZVij
github.com/origadmin/slog-kratos v1.0.5/go.mod h1:zuOf6B1cMjPwwMJ2or2sPbzNAdx/fMn/6MekdG30Xh4=
github.com/origadmin/toolkits v0.3.22 h1:qvIyYTdeg5kVtWm6CHxBJ28eKU2kTWfr3UvUGZkqqR8=
github.com/origadmin/toolkits v0.3.22/go.mod h1:y1NQW8rf8I0rHpDH/1X64rdQ/urSb1LR7iaZwX1Ycbg=
github.com/origadmin/toolkits/errors v0.3.20 h1:3gBTTqDGZGAmJVwYATOP0d2rPF1sw0TjlfwdrbjKMZs=
github.com/origadmin/toolkits/errors v0.3.20/go.mod h1:YCPShNuAmn0ns0JB43iKbVdWcPA8XCTiFG+7UA2+tJw=
github.com/origadmin/toolkits/errors v0.3.22 h1:WQB56gyiIOLecbnYKqXi4hv/iNqFDiZXsT5r0ZkoW4g=
github.com/origadmin/toolkits/errors v0.3.22/go.mod h1:YCPShNuAmn0ns0JB43iKbVdWcPA8XCTiFG+7UA2+tJw=
github.com/origadmin/toolkits/slogx v0.3.22 h1:YlLkieYcj5Ts7fMm/Nnj8fVaCo0Ow8pKvAvZGFPc03M=
github.com/origadmin/toolkits/slogx v0.3.22/go.mod h1:rpyegD2CZypR+ctlpVz4q3KROwb3xc6mUKQQZ9ow+qI=
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
Expand Down