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:
parent
ad37945951
commit
301e51b3ef
4 changed files with 777 additions and 0 deletions
10
internal/abi_cache/go.mod
Normal file
10
internal/abi_cache/go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue