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
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ require (
github.com/go-viper/encoding/dotenv v0.1.0
github.com/go-viper/encoding/ini v0.1.1
github.com/go-viper/encoding/javaproperties v0.1.0
github.com/goexts/generic v0.6.0
github.com/goexts/generic v0.8.0
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/golang/protobuf v1.5.4
github.com/google/gnostic v0.7.1
github.com/google/uuid v1.6.0
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.22
github.com/origadmin/toolkits/slogx v0.3.22
github.com/rs/cors v1.11.1
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4=
github.com/goccy/go-json v0.10.5/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
github.com/goccy/go-yaml v1.18.0 h1:8W7wMFS12Pcas7KU+VVkaiCng+kG8QiFeFwzFb+rwuw=
github.com/goccy/go-yaml v1.18.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
github.com/goexts/generic v0.6.0 h1:ystez2LtZ8dk8sy2l5aVx3uHvCRhxAyupobUCVBmkUg=
github.com/goexts/generic v0.6.0/go.mod h1:3L0Ou9PAX35WPvO+aSeZsoENlGIRSDAuZ8/GNqUqaEs=
github.com/goexts/generic v0.8.0 h1:+d7tjLfarVFkaccj+wJIODlIciZ7xz/OlP/M19WCcTQ=
github.com/goexts/generic v0.8.0/go.mod h1:3L0Ou9PAX35WPvO+aSeZsoENlGIRSDAuZ8/GNqUqaEs=
github.com/golang-cz/devslog v0.0.15 h1:ejoBLTCwJHWGbAmDf2fyTJJQO3AkzcPjw8SC9LaOQMI=
github.com/golang-cz/devslog v0.0.15/go.mod h1:bSe5bm0A7Nyfqtijf1OMNgVJHlWEuVSXnkuASiE1vV8=
github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo=
Expand Down Expand Up @@ -147,8 +147,6 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/origadmin/slog-kratos v1.0.5 h1:yDLxVaN8A8MMmIny3xy65uT1wLKl3S9tVZVijn+1Vhc=
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.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=
Expand Down