diff --git a/cmd/thalos/server.go b/cmd/thalos/server.go index edfc960..2aed773 100644 --- a/cmd/thalos/server.go +++ b/cmd/thalos/server.go @@ -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" diff --git a/go.mod b/go.mod index ea97d8b..888bc90 100644 --- a/go.mod +++ b/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 diff --git a/go.sum b/go.sum index f939621..b6679e0 100644 --- a/go.sum +++ b/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= diff --git a/internal/abi/manager.go b/internal/abi/manager.go index c8bbe83..8d3acc3 100644 --- a/internal/abi/manager.go +++ b/internal/abi/manager.go @@ -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. diff --git a/internal/abi/manager_test.go b/internal/abi/manager_test.go index f44b9f7..cbf5893 100644 --- a/internal/abi/manager_test.go +++ b/internal/abi/manager_test.go @@ -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" diff --git a/internal/server/helpers.go b/internal/server/helpers.go index e35bb92..05a2807 100644 --- a/internal/server/helpers.go +++ b/internal/server/helpers.go @@ -4,7 +4,7 @@ import ( "fmt" "reflect" - "github.com/pnx/antelope-go/ship" + "github.com/shufflingpixels/antelope-go/ship" ) // convert a ActionTrace to ActionTraceV1 diff --git a/internal/server/ship_processor.go b/internal/server/ship_processor.go index edd33bd..6b40114 100644 --- a/internal/server/ship_processor.go +++ b/internal/server/ship_processor.go @@ -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