mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-19 04:50:02 +02:00
Initial commit
This commit is contained in:
commit
164d0a4153
11 changed files with 662 additions and 0 deletions
9
go.mod
Normal file
9
go.mod
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module eosio-ship-trace-reader
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/eoscanada/eos-go v0.10.1-0.20220112183548-39fba816311f
|
||||
github.com/eosswedenorg-go/eos-ship-client v0.0.0-20220113161228-7007edec3bb4
|
||||
github.com/go-redis/redis/v8 v8.11.4
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue