mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-18 04:40:03 +02:00
gomod: update pnx/antelope-go v0.0.4 to shufflingpixels/antelope-go v0.1.0
This commit is contained in:
parent
a15cf50377
commit
71f9d4d789
7 changed files with 9 additions and 12 deletions
|
|
@ -6,8 +6,8 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/eosswedenorg/thalos/internal/cache"
|
||||
"github.com/pnx/antelope-go/api"
|
||||
"github.com/pnx/antelope-go/chain"
|
||||
"github.com/shufflingpixels/antelope-go/api"
|
||||
"github.com/shufflingpixels/antelope-go/chain"
|
||||
)
|
||||
|
||||
// AbiManager handles an ABI cache that fetches the ABI from an API on cache miss.
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ import (
|
|||
"net/http/httptest"
|
||||
"testing"
|
||||
|
||||
"github.com/pnx/antelope-go/api"
|
||||
"github.com/pnx/antelope-go/chain"
|
||||
"github.com/shufflingpixels/antelope-go/api"
|
||||
"github.com/shufflingpixels/antelope-go/chain"
|
||||
|
||||
"github.com/eosswedenorg/thalos/internal/cache"
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import (
|
|||
"fmt"
|
||||
"reflect"
|
||||
|
||||
"github.com/pnx/antelope-go/ship"
|
||||
"github.com/shufflingpixels/antelope-go/ship"
|
||||
)
|
||||
|
||||
// convert a ActionTrace to ActionTraceV1
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ import (
|
|||
log "github.com/sirupsen/logrus"
|
||||
|
||||
shipclient "github.com/eosswedenorg-go/antelope-ship-client"
|
||||
"github.com/pnx/antelope-go/chain"
|
||||
"github.com/pnx/antelope-go/ship"
|
||||
"github.com/shufflingpixels/antelope-go/chain"
|
||||
"github.com/shufflingpixels/antelope-go/ship"
|
||||
)
|
||||
|
||||
// A ShipProcessor will consume messages from a ship stream, convert the messages into
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue