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

api: update dependancies

This commit is contained in:
Henrik Hautakoski 2024-02-02 17:05:29 +01:00
parent cb14978118
commit e69ff9781f
2 changed files with 14 additions and 19 deletions

View file

@ -5,10 +5,10 @@ go 1.20
require (
github.com/alicebob/miniredis/v2 v2.30.2
github.com/eosswedenorg-go/jsontime v0.0.0-20230509125027-08422d6236c7
github.com/go-redis/redismock/v9 v9.0.3
github.com/redis/go-redis/v9 v9.0.5
github.com/stretchr/testify v1.8.2
github.com/ugorji/go/codec v1.2.11
github.com/go-redis/redismock/v9 v9.2.0
github.com/redis/go-redis/v9 v9.4.0
github.com/stretchr/testify v1.8.4
github.com/ugorji/go/codec v1.2.12
)
require (