1
0
Fork 0
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:
Henrik Hautakoski 2022-01-20 15:22:07 +01:00
parent 5f0f62d2a1
commit b8f667ac10
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
3 changed files with 330 additions and 22 deletions

4
go.mod
View file

@ -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