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

api/go.mod: wwitch github.com/shamaton/msgpack/v2 to github.com/ugorji/go/codec

This commit is contained in:
Henrik Hautakoski 2023-05-09 13:13:03 +02:00
parent ba05d3d7de
commit af6d72946f
5 changed files with 80 additions and 1224 deletions

View file

@ -7,9 +7,8 @@ require (
github.com/go-redis/redis/v8 v8.11.5
github.com/go-redis/redismock/v8 v8.11.5
github.com/liamylian/jsontime/v2 v2.0.0
github.com/shamaton/msgpack/v2 v2.1.0
github.com/shamaton/msgpackgen v0.3.0
github.com/stretchr/testify v1.8.2
github.com/ugorji/go/codec v1.2.11
)
require (