1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-18 04:40:03 +02:00

Adding api/message/msgpack

This commit is contained in:
Henrik Hautakoski 2023-04-25 16:54:25 +02:00
parent f3900bc262
commit 2e8c228076
5 changed files with 432 additions and 0 deletions

View file

@ -6,6 +6,8 @@ require (
github.com/alicebob/miniredis/v2 v2.30.2
github.com/go-redis/redis/v8 v8.11.5
github.com/go-redis/redismock/v8 v8.11.5
github.com/shamaton/msgpack/v2 v2.1.0
github.com/shamaton/msgpackgen v0.3.0
github.com/stretchr/testify v1.8.2
)