1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-08-22 19:38:13 +02:00

gomod: update pnx/antelope-go v0.0.4 to shufflingpixels/antelope-go v0.1.0

This commit is contained in:
Henrik Hautakoski 2024-07-02 16:53:41 +02:00
parent a15cf50377
commit 71f9d4d789
7 changed files with 9 additions and 12 deletions

View file

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

View file

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