mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +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
|
|
@ -29,8 +29,8 @@ import (
|
|||
redis_cache "github.com/go-redis/cache/v9"
|
||||
"github.com/nikoksr/notify"
|
||||
"github.com/nikoksr/notify/service/telegram"
|
||||
antelopeapi "github.com/pnx/antelope-go/api"
|
||||
"github.com/redis/go-redis/v9"
|
||||
antelopeapi "github.com/shufflingpixels/antelope-go/api"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/pflag"
|
||||
|
|
|
|||
3
go.mod
3
go.mod
|
|
@ -12,8 +12,8 @@ require (
|
|||
github.com/go-redis/redismock/v9 v9.2.0
|
||||
github.com/mitchellh/mapstructure v1.5.0
|
||||
github.com/nikoksr/notify v0.41.0
|
||||
github.com/pnx/antelope-go v0.0.4
|
||||
github.com/redis/go-redis/v9 v9.5.1
|
||||
github.com/shufflingpixels/antelope-go v0.1.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/spf13/cobra v1.8.0
|
||||
github.com/spf13/pflag v1.0.5
|
||||
|
|
@ -47,7 +47,6 @@ require (
|
|||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
||||
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
||||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
||||
github.com/shufflingpixels/antelope-go v0.1.0 // indirect
|
||||
github.com/shufflingpixels/jsontime-go v0.0.0-20240622163621-cf4b2804c92d // indirect
|
||||
github.com/sourcegraph/conc v0.3.0 // indirect
|
||||
github.com/spf13/afero v1.11.0 // indirect
|
||||
|
|
|
|||
2
go.sum
2
go.sum
|
|
@ -136,8 +136,6 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
|
|||
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
||||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
|
||||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
||||
github.com/pnx/antelope-go v0.0.4 h1:7qZUNfLSSAhlOI1qNwu+9X0lyttK2eGlmmYOj3u8uwI=
|
||||
github.com/pnx/antelope-go v0.0.4/go.mod h1:NCCgAR1/Yzh6DigwtFFMcMhG6kGzfNx5sUorUMpBuNc=
|
||||
github.com/redis/go-redis/v9 v9.0.0-rc.4/go.mod h1:Vo3EsyWnicKnSKCA7HhgnvnyA74wOA69Cd2Meli5mmA=
|
||||
github.com/redis/go-redis/v9 v9.5.1 h1:H1X4D3yHPaYrkL5X06Wh6xNVM/pX0Ft4RV0vMGvLBh8=
|
||||
github.com/redis/go-redis/v9 v9.5.1/go.mod h1:hdY0cQFCN4fnSYT6TkisLufl/4W5UIXyv0b/CLO2V2M=
|
||||
|
|
|
|||
|
|
@ -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