diff --git a/binary-codec/types/account_id_test.go b/binary-codec/types/account_id_test.go index 41ca6f1d..b3a9a642 100644 --- a/binary-codec/types/account_id_test.go +++ b/binary-codec/types/account_id_test.go @@ -3,8 +3,8 @@ package types import ( "testing" + "github.com/CreatureDev/xrpl-go/model/transactions/types" "github.com/stretchr/testify/require" - "github.com/xyield/xrpl-go/model/transactions/types" ) func TestAccountIDFromJson(t *testing.T) { diff --git a/binary-codec/types/hash128.go b/binary-codec/types/hash128.go index c8ed725b..3eb62b84 100644 --- a/binary-codec/types/hash128.go +++ b/binary-codec/types/hash128.go @@ -4,8 +4,8 @@ import ( "encoding/hex" "strings" - "github.com/xyield/xrpl-go/binary-codec/serdes" - "github.com/xyield/xrpl-go/model/transactions/types" + "github.com/CreatureDev/xrpl-go/binary-codec/serdes" + "github.com/CreatureDev/xrpl-go/model/transactions/types" ) var _ hashI = (*Hash128)(nil) diff --git a/binary-codec/types/hash128_test.go b/binary-codec/types/hash128_test.go index 9e669cb3..10b5f3af 100644 --- a/binary-codec/types/hash128_test.go +++ b/binary-codec/types/hash128_test.go @@ -3,8 +3,8 @@ package types import ( "testing" + "github.com/CreatureDev/xrpl-go/model/transactions/types" "github.com/stretchr/testify/require" - "github.com/xyield/xrpl-go/model/transactions/types" ) func TestHash128FromJson(t *testing.T) { diff --git a/binary-codec/types/hash160.go b/binary-codec/types/hash160.go index 4abefc09..0d92e985 100644 --- a/binary-codec/types/hash160.go +++ b/binary-codec/types/hash160.go @@ -4,7 +4,7 @@ import ( "encoding/hex" "strings" - "github.com/xyield/xrpl-go/binary-codec/serdes" + "github.com/CreatureDev/xrpl-go/binary-codec/serdes" ) var _ hashI = (*Hash128)(nil) diff --git a/binary-codec/types/hash256.go b/binary-codec/types/hash256.go index 6a7d781a..10352e2c 100644 --- a/binary-codec/types/hash256.go +++ b/binary-codec/types/hash256.go @@ -4,8 +4,8 @@ import ( "encoding/hex" "strings" - "github.com/xyield/xrpl-go/binary-codec/serdes" - "github.com/xyield/xrpl-go/model/transactions/types" + "github.com/CreatureDev/xrpl-go/binary-codec/serdes" + "github.com/CreatureDev/xrpl-go/model/transactions/types" ) var _ hashI = (*Hash256)(nil) diff --git a/binary-codec/types/hash256_test.go b/binary-codec/types/hash256_test.go index 924ebe69..beb097f4 100644 --- a/binary-codec/types/hash256_test.go +++ b/binary-codec/types/hash256_test.go @@ -5,8 +5,8 @@ import ( "strings" "testing" + "github.com/CreatureDev/xrpl-go/model/transactions/types" "github.com/stretchr/testify/require" - "github.com/xyield/xrpl-go/model/transactions/types" ) func TestHash256FromJson(t *testing.T) { diff --git a/binary-codec/types/st_array_test.go b/binary-codec/types/st_array_test.go index fd705271..5e6d6165 100644 --- a/binary-codec/types/st_array_test.go +++ b/binary-codec/types/st_array_test.go @@ -5,10 +5,10 @@ import ( "strings" "testing" + "github.com/CreatureDev/xrpl-go/model/ledger" + "github.com/CreatureDev/xrpl-go/model/transactions" + "github.com/CreatureDev/xrpl-go/model/transactions/types" "github.com/stretchr/testify/require" - "github.com/xyield/xrpl-go/model/ledger" - "github.com/xyield/xrpl-go/model/transactions" - "github.com/xyield/xrpl-go/model/transactions/types" ) func TestSTArrayFromJson(t *testing.T) { diff --git a/binary-codec/types/uint16_test.go b/binary-codec/types/uint16_test.go index 7fadd40a..6a2bed68 100644 --- a/binary-codec/types/uint16_test.go +++ b/binary-codec/types/uint16_test.go @@ -3,9 +3,9 @@ package types import ( "testing" + "github.com/CreatureDev/xrpl-go/model/ledger" + "github.com/CreatureDev/xrpl-go/model/transactions" "github.com/stretchr/testify/require" - "github.com/xyield/xrpl-go/model/ledger" - "github.com/xyield/xrpl-go/model/transactions" ) func TestUInt16FromJson(t *testing.T) { diff --git a/binary-codec/types/uint32_test.go b/binary-codec/types/uint32_test.go index fd657229..d109b936 100644 --- a/binary-codec/types/uint32_test.go +++ b/binary-codec/types/uint32_test.go @@ -3,8 +3,8 @@ package types import ( "testing" + "github.com/CreatureDev/xrpl-go/model/transactions/types" "github.com/stretchr/testify/require" - "github.com/xyield/xrpl-go/model/transactions/types" ) func TestUint32FromJson(t *testing.T) { diff --git a/binary-codec/types/uint8_test.go b/binary-codec/types/uint8_test.go index 32533934..72e8a16a 100644 --- a/binary-codec/types/uint8_test.go +++ b/binary-codec/types/uint8_test.go @@ -3,8 +3,8 @@ package types import ( "testing" + "github.com/CreatureDev/xrpl-go/binary-codec/definitions" "github.com/stretchr/testify/require" - "github.com/xyield/xrpl-go/binary-codec/definitions" ) func TestUint8FromJson(t *testing.T) {