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 @@ -7,7 +7,7 @@ require (
github.com/goccy/go-json v0.10.5
github.com/gofiber/fiber/v3 v3.0.0-rc.3
github.com/hyp3rd/ewrap v1.3.3
github.com/hyp3rd/sectools v1.0.4
github.com/hyp3rd/sectools v1.0.7
github.com/longbridgeapp/assert v1.1.0
github.com/redis/go-redis/v9 v9.17.2
github.com/shamaton/msgpack/v2 v2.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/hyp3rd/ewrap v1.3.3 h1:8gPE6uEQOpJ5fHCuTyNySg4ZN3SWuMuateJy5g5FNXg=
github.com/hyp3rd/ewrap v1.3.3/go.mod h1:Nf6m8teevefjvr3ejK47ofL4F05cKpMMGxt3TFIC+B8=
github.com/hyp3rd/sectools v1.0.4 h1:y3XGYEj4VfQtPLRsolvxjQVxvOXWprM3IWOQ8Zn6SfY=
github.com/hyp3rd/sectools v1.0.4/go.mod h1:2zML0fLPlslQQVImUzURp7/v2dUaoKQBdDUi4hXvJz8=
github.com/hyp3rd/sectools v1.0.7 h1:UHD3PuJKuSQV04nrEZ1cYF0rM1EQFQiDL1fPXyA+8r0=
github.com/hyp3rd/sectools v1.0.7/go.mod h1:XRBuwDXtKt1q8QSlS+wBKfAPGBmTLhUwD5gDR3NHOhY=
github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=
github.com/klauspost/compress v1.18.2/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
github.com/longbridgeapp/assert v1.1.0 h1:L+/HISOhuGbNAAmJNXgk3+Tm5QmSB70kwdktJXgjL+I=
Expand Down