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

Adding internal/abi_cache

This commit is contained in:
Henrik Hautakoski 2022-01-20 15:07:14 +01:00
parent ad37945951
commit 301e51b3ef
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
4 changed files with 777 additions and 0 deletions

10
internal/abi_cache/go.mod Normal file
View file

@ -0,0 +1,10 @@
module internal/abi_cache
go 1.14
require (
github.com/eoscanada/eos-go v0.10.2
github.com/go-redis/cache/v8 v8.4.3
github.com/go-redis/redis/v8 v8.11.4
github.com/stretchr/testify v1.7.0
)