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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/go-playground/validator/v10 v10.30.2
github.com/go-sql-driver/mysql v1.9.3
github.com/gofiber/contrib/v3/swaggo v1.0.2
github.com/gofiber/contrib/v3/websocket v1.1.1
github.com/gofiber/contrib/v3/websocket v1.1.2
github.com/gofiber/fiber/v3 v3.1.0
github.com/gofiber/utils/v2 v2.0.4
github.com/google/go-cmp v0.7.0
Expand Down Expand Up @@ -83,7 +83,7 @@ require (
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/gobuffalo/pop/v6 v6.1.1 // indirect
github.com/gofiber/schema v1.7.0 // indirect
github.com/gofiber/schema v1.7.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ github.com/gobuffalo/tags/v3 v3.1.4/go.mod h1:ArRNo3ErlHO8BtdA0REaZxijuWnWzF6PUX
github.com/gobuffalo/validate/v3 v3.3.3/go.mod h1:YC7FsbJ/9hW/VjQdmXPvFqvRis4vrRYFxr69WiNZw6g=
github.com/gofiber/contrib/v3/swaggo v1.0.2 h1:we2p7xPry097dahzvYobfAaILw6e7t3mdsrqlipmG1Q=
github.com/gofiber/contrib/v3/swaggo v1.0.2/go.mod h1:5e6A42JPRG3BrY3BpGNEtrpr57+PvUmG+puWdXQzF8k=
github.com/gofiber/contrib/v3/websocket v1.1.1 h1:LUiqZOzCOGrSiDgPQF3lQFAsobGbn7n/E3ZZ+OikIvM=
github.com/gofiber/contrib/v3/websocket v1.1.1/go.mod h1:S7xUsacGjF0RROeiaQuVZy47N+wNTwQOIDz2b7jgTBA=
github.com/gofiber/contrib/v3/websocket v1.1.2 h1:SGjlKPY8ru2JY0u/woh2vybq5AMqL85NbLKK4v4QnNI=
github.com/gofiber/contrib/v3/websocket v1.1.2/go.mod h1:9t+R8FYShVR0URowccvROH7cQihjLXzsWLZoCyM8yDM=
github.com/gofiber/fiber/v3 v3.1.0 h1:1p4I820pIa+FGxfwWuQZ5rAyX0WlGZbGT6Hnuxt6hKY=
github.com/gofiber/fiber/v3 v3.1.0/go.mod h1:n2nYQovvL9z3Too/FGOfgtERjW3GQcAUqgfoezGBZdU=
github.com/gofiber/schema v1.7.0 h1:yNM+FNRZjyYEli9Ey0AXRBrAY9jTnb+kmGs3lJGPvKg=
github.com/gofiber/schema v1.7.0/go.mod h1:A/X5Ffyru4p9eBdp99qu+nzviHzQiZ7odLT+TwxWhbk=
github.com/gofiber/schema v1.7.1 h1:oSJBKdgP8JeIME4TQSAqlNKTU2iBB+2RNmKi8Nsc+TI=
github.com/gofiber/schema v1.7.1/go.mod h1:A/X5Ffyru4p9eBdp99qu+nzviHzQiZ7odLT+TwxWhbk=
github.com/gofiber/utils/v2 v2.0.4 h1:WwAxUA7L4MW2DjdEHF234lfqvBqd2vYYuBtA9TJq2ec=
github.com/gofiber/utils/v2 v2.0.4/go.mod h1:GGERKU3Vhj5z6hS8YKvxL99A54DjOvTFZ0cjZnG4Lj4=
github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
Expand Down
Loading