mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-19 04:50:02 +02:00
abi.go: use the new internal/abi_cache
This commit is contained in:
parent
5f0f62d2a1
commit
b8f667ac10
3 changed files with 330 additions and 22 deletions
4
go.mod
4
go.mod
|
|
@ -6,6 +6,10 @@ require (
|
|||
github.com/eoscanada/eos-go v0.10.2
|
||||
github.com/eosswedenorg-go/eos-ship-client v0.0.0-20220113161228-7007edec3bb4
|
||||
github.com/eosswedenorg-go/pid v1.0.1
|
||||
github.com/go-redis/cache/v8 v8.4.3
|
||||
github.com/go-redis/redis/v8 v8.11.4
|
||||
github.com/pborman/getopt/v2 v2.1.0
|
||||
internal/abi_cache v0.0.0
|
||||
)
|
||||
|
||||
replace internal/abi_cache => ./internal/abi_cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue