diff --git a/baseapp/abci.go b/baseapp/abci.go index ca9e420b4f6c..88ca43bf8c51 100644 --- a/baseapp/abci.go +++ b/baseapp/abci.go @@ -10,9 +10,9 @@ import ( "syscall" "time" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/gogo/protobuf/proto" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" "google.golang.org/grpc/codes" grpcstatus "google.golang.org/grpc/status" diff --git a/baseapp/abci_test.go b/baseapp/abci_test.go index 23268f0b9c3c..1eba717cf199 100644 --- a/baseapp/abci_test.go +++ b/baseapp/abci_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmprototypes "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmprototypes "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" diff --git a/baseapp/baseapp.go b/baseapp/baseapp.go index 1ac9d867f3bc..5e4c3d0f137c 100644 --- a/baseapp/baseapp.go +++ b/baseapp/baseapp.go @@ -6,11 +6,11 @@ import ( "reflect" "strings" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/crypto/tmhash" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/gogo/protobuf/proto" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/crypto/tmhash" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" dbm "github.com/tendermint/tm-db" "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/baseapp/baseapp_test.go b/baseapp/baseapp_test.go index 125757c02447..2a93f40c4f1d 100644 --- a/baseapp/baseapp_test.go +++ b/baseapp/baseapp_test.go @@ -13,10 +13,10 @@ import ( "testing" "time" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/gogo/protobuf/jsonpb" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" diff --git a/baseapp/grpcrouter.go b/baseapp/grpcrouter.go index 709acfba66e7..c57aefbf7d12 100644 --- a/baseapp/grpcrouter.go +++ b/baseapp/grpcrouter.go @@ -3,8 +3,8 @@ package baseapp import ( "fmt" + abci "github.com/celestiaorg/celestia-core/abci/types" gogogrpc "github.com/gogo/protobuf/grpc" - abci "github.com/lazyledger/lazyledger-core/abci/types" "google.golang.org/grpc" "google.golang.org/grpc/encoding" "google.golang.org/grpc/encoding/proto" diff --git a/baseapp/grpcrouter_helpers.go b/baseapp/grpcrouter_helpers.go index 3615770d6805..e0159724ac52 100644 --- a/baseapp/grpcrouter_helpers.go +++ b/baseapp/grpcrouter_helpers.go @@ -4,8 +4,8 @@ import ( gocontext "context" "fmt" + abci "github.com/celestiaorg/celestia-core/abci/types" gogogrpc "github.com/gogo/protobuf/grpc" - abci "github.com/lazyledger/lazyledger-core/abci/types" "google.golang.org/grpc" "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/baseapp/grpcrouter_test.go b/baseapp/grpcrouter_test.go index 4064e74f58ea..693edd164832 100644 --- a/baseapp/grpcrouter_test.go +++ b/baseapp/grpcrouter_test.go @@ -5,7 +5,7 @@ import ( "os" "testing" - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" diff --git a/baseapp/msg_service_router_test.go b/baseapp/msg_service_router_test.go index d01b365d20f5..f52dc4c67d90 100644 --- a/baseapp/msg_service_router_test.go +++ b/baseapp/msg_service_router_test.go @@ -4,9 +4,9 @@ import ( "os" "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" diff --git a/baseapp/params.go b/baseapp/params.go index 7c05258f0694..42812103b692 100644 --- a/baseapp/params.go +++ b/baseapp/params.go @@ -4,8 +4,8 @@ import ( "errors" "fmt" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/baseapp/params_test.go b/baseapp/params_test.go index d062231acb37..77da500b2fe2 100644 --- a/baseapp/params_test.go +++ b/baseapp/params_test.go @@ -3,8 +3,8 @@ package baseapp_test import ( "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/baseapp" diff --git a/baseapp/queryrouter_test.go b/baseapp/queryrouter_test.go index 0e6688a438b0..289752565451 100644 --- a/baseapp/queryrouter_test.go +++ b/baseapp/queryrouter_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/baseapp/test_helpers.go b/baseapp/test_helpers.go index 5e18966e25c6..feb63d9624c4 100644 --- a/baseapp/test_helpers.go +++ b/baseapp/test_helpers.go @@ -1,7 +1,7 @@ package baseapp import ( - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" diff --git a/buf.yaml b/buf.yaml index 33388763d7a3..37f716cabaa2 100644 --- a/buf.yaml +++ b/buf.yaml @@ -1,3 +1,5 @@ +version: v1beta1 + build: roots: - proto diff --git a/client/broadcast.go b/client/broadcast.go index 9564a286d642..c30c52959bcd 100644 --- a/client/broadcast.go +++ b/client/broadcast.go @@ -5,8 +5,8 @@ import ( "fmt" "strings" - "github.com/lazyledger/lazyledger-core/crypto/tmhash" - "github.com/lazyledger/lazyledger-core/mempool" + "github.com/celestiaorg/celestia-core/crypto/tmhash" + "github.com/celestiaorg/celestia-core/mempool" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/client/broadcast_test.go b/client/broadcast_test.go index 0b1a3b14c1f9..82e3129acea6 100644 --- a/client/broadcast_test.go +++ b/client/broadcast_test.go @@ -5,11 +5,11 @@ import ( "fmt" "testing" - "github.com/lazyledger/lazyledger-core/crypto/tmhash" - "github.com/lazyledger/lazyledger-core/mempool" - "github.com/lazyledger/lazyledger-core/rpc/client/mock" - ctypes "github.com/lazyledger/lazyledger-core/rpc/core/types" - tmtypes "github.com/lazyledger/lazyledger-core/types" + "github.com/celestiaorg/celestia-core/crypto/tmhash" + "github.com/celestiaorg/celestia-core/mempool" + "github.com/celestiaorg/celestia-core/rpc/client/mock" + ctypes "github.com/celestiaorg/celestia-core/rpc/core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/client/cmd.go b/client/cmd.go index 13bc4b8e0ddd..b91d642ddadd 100644 --- a/client/cmd.go +++ b/client/cmd.go @@ -4,8 +4,8 @@ import ( "fmt" "strings" - "github.com/lazyledger/lazyledger-core/libs/cli" - rpchttp "github.com/lazyledger/lazyledger-core/rpc/client/http" + "github.com/celestiaorg/celestia-core/libs/cli" + rpchttp "github.com/celestiaorg/celestia-core/rpc/client/http" "github.com/pkg/errors" "github.com/spf13/cobra" "github.com/spf13/pflag" diff --git a/client/context.go b/client/context.go index 47cadc45be35..5b85e0d71c07 100644 --- a/client/context.go +++ b/client/context.go @@ -7,8 +7,8 @@ import ( "gopkg.in/yaml.v2" + rpcclient "github.com/celestiaorg/celestia-core/rpc/client" "github.com/gogo/protobuf/proto" - rpcclient "github.com/lazyledger/lazyledger-core/rpc/client" "github.com/pkg/errors" "github.com/cosmos/cosmos-sdk/codec" diff --git a/client/flags/flags.go b/client/flags/flags.go index 5ca59bcb7bf4..d3eed14f32ce 100644 --- a/client/flags/flags.go +++ b/client/flags/flags.go @@ -4,7 +4,7 @@ import ( "fmt" "strconv" - tmcli "github.com/lazyledger/lazyledger-core/libs/cli" + tmcli "github.com/celestiaorg/celestia-core/libs/cli" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/crypto/keyring" diff --git a/client/grpc/reflection/reflection_test.go b/client/grpc/reflection/reflection_test.go index 99a14f808a9e..712e052e5261 100644 --- a/client/grpc/reflection/reflection_test.go +++ b/client/grpc/reflection/reflection_test.go @@ -4,7 +4,7 @@ import ( "context" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/baseapp" diff --git a/client/grpc/tmservice/block.go b/client/grpc/tmservice/block.go index e60e0b3c9a07..bcf163820a0a 100644 --- a/client/grpc/tmservice/block.go +++ b/client/grpc/tmservice/block.go @@ -3,7 +3,7 @@ package tmservice import ( "context" - ctypes "github.com/lazyledger/lazyledger-core/rpc/core/types" + ctypes "github.com/celestiaorg/celestia-core/rpc/core/types" "github.com/cosmos/cosmos-sdk/client" ) diff --git a/client/grpc/tmservice/query.pb.go b/client/grpc/tmservice/query.pb.go index 2d7eb3d7ec0f..4196042f138f 100644 --- a/client/grpc/tmservice/query.pb.go +++ b/client/grpc/tmservice/query.pb.go @@ -6,13 +6,13 @@ package tmservice import ( context "context" fmt "fmt" + p2p "github.com/celestiaorg/celestia-core/proto/tendermint/p2p" + types1 "github.com/celestiaorg/celestia-core/proto/tendermint/types" types "github.com/cosmos/cosmos-sdk/codec/types" query "github.com/cosmos/cosmos-sdk/types/query" _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" - p2p "github.com/lazyledger/lazyledger-core/proto/tendermint/p2p" - types1 "github.com/lazyledger/lazyledger-core/proto/tendermint/types" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" diff --git a/client/grpc/tmservice/status.go b/client/grpc/tmservice/status.go index 65a33c49f797..b03179c385e0 100644 --- a/client/grpc/tmservice/status.go +++ b/client/grpc/tmservice/status.go @@ -3,7 +3,7 @@ package tmservice import ( "context" - ctypes "github.com/lazyledger/lazyledger-core/rpc/core/types" + ctypes "github.com/celestiaorg/celestia-core/rpc/core/types" "github.com/cosmos/cosmos-sdk/client" ) diff --git a/client/grpc_query.go b/client/grpc_query.go index 26a323e8eb28..5de6e1067bbe 100644 --- a/client/grpc_query.go +++ b/client/grpc_query.go @@ -6,8 +6,8 @@ import ( "reflect" "strconv" + abci "github.com/celestiaorg/celestia-core/abci/types" gogogrpc "github.com/gogo/protobuf/grpc" - abci "github.com/lazyledger/lazyledger-core/abci/types" "google.golang.org/grpc" "google.golang.org/grpc/encoding" "google.golang.org/grpc/encoding/proto" diff --git a/client/keys/add.go b/client/keys/add.go index f4f2267e06c6..1872858dec2a 100644 --- a/client/keys/add.go +++ b/client/keys/add.go @@ -7,8 +7,8 @@ import ( "fmt" "sort" + "github.com/celestiaorg/celestia-core/libs/cli" bip39 "github.com/cosmos/go-bip39" - "github.com/lazyledger/lazyledger-core/libs/cli" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" diff --git a/client/keys/add_ledger_test.go b/client/keys/add_ledger_test.go index d5843b5c80a6..26a2a374d30e 100644 --- a/client/keys/add_ledger_test.go +++ b/client/keys/add_ledger_test.go @@ -9,7 +9,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/lazyledger/lazyledger-core/libs/cli" + "github.com/celestiaorg/celestia-core/libs/cli" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/client/keys/add_test.go b/client/keys/add_test.go index 26c97c48e904..67ee2eeb18c3 100644 --- a/client/keys/add_test.go +++ b/client/keys/add_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/lazyledger/lazyledger-core/libs/cli" + "github.com/celestiaorg/celestia-core/libs/cli" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/client/keys/list.go b/client/keys/list.go index 75811092fe81..b8e53ecf590a 100644 --- a/client/keys/list.go +++ b/client/keys/list.go @@ -1,7 +1,7 @@ package keys import ( - "github.com/lazyledger/lazyledger-core/libs/cli" + "github.com/celestiaorg/celestia-core/libs/cli" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" diff --git a/client/keys/migrate_test.go b/client/keys/migrate_test.go index 5ed46ed7b095..217357998036 100644 --- a/client/keys/migrate_test.go +++ b/client/keys/migrate_test.go @@ -5,7 +5,7 @@ import ( "fmt" "testing" - "github.com/lazyledger/lazyledger-core/libs/cli" + "github.com/celestiaorg/celestia-core/libs/cli" "github.com/otiai10/copy" "github.com/stretchr/testify/assert" diff --git a/client/keys/parse.go b/client/keys/parse.go index acc866e5dedb..a534b409cf80 100644 --- a/client/keys/parse.go +++ b/client/keys/parse.go @@ -8,7 +8,7 @@ import ( "io" "strings" - "github.com/lazyledger/lazyledger-core/libs/cli" + "github.com/celestiaorg/celestia-core/libs/cli" "github.com/spf13/cobra" yaml "gopkg.in/yaml.v2" diff --git a/client/keys/root.go b/client/keys/root.go index f487a27c62f2..2b9484567605 100644 --- a/client/keys/root.go +++ b/client/keys/root.go @@ -1,7 +1,7 @@ package keys import ( - "github.com/lazyledger/lazyledger-core/libs/cli" + "github.com/celestiaorg/celestia-core/libs/cli" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/client/keys/show.go b/client/keys/show.go index 7f92d8e99479..02a0a3942e6e 100644 --- a/client/keys/show.go +++ b/client/keys/show.go @@ -4,7 +4,7 @@ import ( "errors" "fmt" - "github.com/lazyledger/lazyledger-core/libs/cli" + "github.com/celestiaorg/celestia-core/libs/cli" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" diff --git a/client/query.go b/client/query.go index 752054da6e62..007de56a56f6 100644 --- a/client/query.go +++ b/client/query.go @@ -7,9 +7,9 @@ import ( "github.com/pkg/errors" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmbytes "github.com/lazyledger/lazyledger-core/libs/bytes" - rpcclient "github.com/lazyledger/lazyledger-core/rpc/client" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmbytes "github.com/celestiaorg/celestia-core/libs/bytes" + rpcclient "github.com/celestiaorg/celestia-core/rpc/client" "github.com/cosmos/cosmos-sdk/store/rootmulti" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/client/rpc/rpc_test.go b/client/rpc/rpc_test.go index bde03943d5c5..ddf84727a851 100644 --- a/client/rpc/rpc_test.go +++ b/client/rpc/rpc_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - ctypes "github.com/lazyledger/lazyledger-core/rpc/core/types" + ctypes "github.com/celestiaorg/celestia-core/rpc/core/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/client/rpc" diff --git a/client/rpc/status.go b/client/rpc/status.go index c00775042f82..d9656ecbf4e8 100644 --- a/client/rpc/status.go +++ b/client/rpc/status.go @@ -6,9 +6,9 @@ import ( "github.com/spf13/cobra" - "github.com/lazyledger/lazyledger-core/libs/bytes" - "github.com/lazyledger/lazyledger-core/p2p" - ctypes "github.com/lazyledger/lazyledger-core/rpc/core/types" + "github.com/celestiaorg/celestia-core/libs/bytes" + "github.com/celestiaorg/celestia-core/p2p" + ctypes "github.com/celestiaorg/celestia-core/rpc/core/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/client/rpc/validators.go b/client/rpc/validators.go index c1257e8208c4..32a77000a9df 100644 --- a/client/rpc/validators.go +++ b/client/rpc/validators.go @@ -10,7 +10,7 @@ import ( "github.com/gorilla/mux" "github.com/spf13/cobra" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/codec/amino.go b/codec/amino.go index a24a2e5acfdf..6f40881a66a7 100644 --- a/codec/amino.go +++ b/codec/amino.go @@ -7,7 +7,7 @@ import ( "fmt" "io" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" amino "github.com/tendermint/go-amino" "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/crypto/armor.go b/crypto/armor.go index 1b16ad7e1053..20e245065ff7 100644 --- a/crypto/armor.go +++ b/crypto/armor.go @@ -4,9 +4,9 @@ import ( "encoding/hex" "fmt" - "github.com/lazyledger/lazyledger-core/crypto" - "github.com/lazyledger/lazyledger-core/crypto/armor" - "github.com/lazyledger/lazyledger-core/crypto/xsalsa20symmetric" + "github.com/celestiaorg/celestia-core/crypto" + "github.com/celestiaorg/celestia-core/crypto/armor" + "github.com/celestiaorg/celestia-core/crypto/xsalsa20symmetric" "github.com/tendermint/crypto/bcrypt" "github.com/cosmos/cosmos-sdk/codec/legacy" diff --git a/crypto/armor_test.go b/crypto/armor_test.go index c03aad810aba..5260e34e3668 100644 --- a/crypto/armor_test.go +++ b/crypto/armor_test.go @@ -7,9 +7,9 @@ import ( "io" "testing" - tmcrypto "github.com/lazyledger/lazyledger-core/crypto" - "github.com/lazyledger/lazyledger-core/crypto/armor" - "github.com/lazyledger/lazyledger-core/crypto/xsalsa20symmetric" + tmcrypto "github.com/celestiaorg/celestia-core/crypto" + "github.com/celestiaorg/celestia-core/crypto/armor" + "github.com/celestiaorg/celestia-core/crypto/xsalsa20symmetric" "github.com/stretchr/testify/require" "github.com/tendermint/crypto/bcrypt" diff --git a/crypto/codec/amino.go b/crypto/codec/amino.go index 404fb84cd4f0..924a1c5bc5f9 100644 --- a/crypto/codec/amino.go +++ b/crypto/codec/amino.go @@ -1,7 +1,7 @@ package codec import ( - "github.com/lazyledger/lazyledger-core/crypto/sr25519" + "github.com/celestiaorg/celestia-core/crypto/sr25519" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" diff --git a/crypto/codec/tm.go b/crypto/codec/tm.go index 35d6c7c48511..16693e1fcc0e 100644 --- a/crypto/codec/tm.go +++ b/crypto/codec/tm.go @@ -1,9 +1,9 @@ package codec import ( - tmcrypto "github.com/lazyledger/lazyledger-core/crypto" - "github.com/lazyledger/lazyledger-core/crypto/encoding" - tmprotocrypto "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto" + tmcrypto "github.com/celestiaorg/celestia-core/crypto" + "github.com/celestiaorg/celestia-core/crypto/encoding" + tmprotocrypto "github.com/celestiaorg/celestia-core/proto/tendermint/crypto" "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" diff --git a/crypto/hd/fundraiser_test.go b/crypto/hd/fundraiser_test.go index b76f7ad645b8..f8b7b69b3efd 100644 --- a/crypto/hd/fundraiser_test.go +++ b/crypto/hd/fundraiser_test.go @@ -11,7 +11,7 @@ import ( bip39 "github.com/cosmos/go-bip39" - "github.com/lazyledger/lazyledger-core/crypto" + "github.com/celestiaorg/celestia-core/crypto" "github.com/cosmos/cosmos-sdk/crypto/hd" "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" diff --git a/crypto/keyring/keyring.go b/crypto/keyring/keyring.go index 2a1738408dc7..3e9852810f1e 100644 --- a/crypto/keyring/keyring.go +++ b/crypto/keyring/keyring.go @@ -12,8 +12,8 @@ import ( "strings" "github.com/99designs/keyring" + tmcrypto "github.com/celestiaorg/celestia-core/crypto" bip39 "github.com/cosmos/go-bip39" - tmcrypto "github.com/lazyledger/lazyledger-core/crypto" "github.com/pkg/errors" "github.com/tendermint/crypto/bcrypt" diff --git a/crypto/keyring/legacy.go b/crypto/keyring/legacy.go index ac6671a216f1..57a4eddf52c5 100644 --- a/crypto/keyring/legacy.go +++ b/crypto/keyring/legacy.go @@ -5,7 +5,7 @@ import ( "io" "strings" - tmos "github.com/lazyledger/lazyledger-core/libs/os" + tmos "github.com/celestiaorg/celestia-core/libs/os" "github.com/pkg/errors" dbm "github.com/tendermint/tm-db" diff --git a/crypto/keys/ed25519/ed25519.go b/crypto/keys/ed25519/ed25519.go index f63ba5e1f20b..1d3b6efa0b19 100644 --- a/crypto/keys/ed25519/ed25519.go +++ b/crypto/keys/ed25519/ed25519.go @@ -6,8 +6,8 @@ import ( "fmt" "io" - "github.com/lazyledger/lazyledger-core/crypto" - "github.com/lazyledger/lazyledger-core/crypto/tmhash" + "github.com/celestiaorg/celestia-core/crypto" + "github.com/celestiaorg/celestia-core/crypto/tmhash" "github.com/cosmos/cosmos-sdk/codec" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" diff --git a/crypto/keys/ed25519/ed25519_test.go b/crypto/keys/ed25519/ed25519_test.go index 2127610eede8..e3f944a0671c 100644 --- a/crypto/keys/ed25519/ed25519_test.go +++ b/crypto/keys/ed25519/ed25519_test.go @@ -5,8 +5,8 @@ import ( "encoding/base64" "testing" - "github.com/lazyledger/lazyledger-core/crypto" - tmed25519 "github.com/lazyledger/lazyledger-core/crypto/ed25519" + "github.com/celestiaorg/celestia-core/crypto" + tmed25519 "github.com/celestiaorg/celestia-core/crypto/ed25519" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/crypto/keys/multisig/codec.go b/crypto/keys/multisig/codec.go index cfd1b0c793f7..8e7ab5397832 100644 --- a/crypto/keys/multisig/codec.go +++ b/crypto/keys/multisig/codec.go @@ -1,7 +1,7 @@ package multisig import ( - "github.com/lazyledger/lazyledger-core/crypto/sr25519" + "github.com/celestiaorg/celestia-core/crypto/sr25519" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" diff --git a/crypto/keys/multisig/multisig.go b/crypto/keys/multisig/multisig.go index d09ed2d0bd09..548383f6da2b 100644 --- a/crypto/keys/multisig/multisig.go +++ b/crypto/keys/multisig/multisig.go @@ -3,7 +3,7 @@ package multisig import ( fmt "fmt" - tmcrypto "github.com/lazyledger/lazyledger-core/crypto" + tmcrypto "github.com/celestiaorg/celestia-core/crypto" "github.com/cosmos/cosmos-sdk/codec/types" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" diff --git a/crypto/keys/secp256k1/secp256k1.go b/crypto/keys/secp256k1/secp256k1.go index 8cb75145c2c2..13c98579f891 100644 --- a/crypto/keys/secp256k1/secp256k1.go +++ b/crypto/keys/secp256k1/secp256k1.go @@ -9,7 +9,7 @@ import ( "math/big" secp256k1 "github.com/btcsuite/btcd/btcec" - "github.com/lazyledger/lazyledger-core/crypto" + "github.com/celestiaorg/celestia-core/crypto" "golang.org/x/crypto/ripemd160" // nolint: staticcheck // necessary for Bitcoin address format "github.com/cosmos/cosmos-sdk/codec" diff --git a/crypto/keys/secp256k1/secp256k1_cgo.go b/crypto/keys/secp256k1/secp256k1_cgo.go index d47675286be6..f7c5e8d8a14a 100644 --- a/crypto/keys/secp256k1/secp256k1_cgo.go +++ b/crypto/keys/secp256k1/secp256k1_cgo.go @@ -3,7 +3,7 @@ package secp256k1 import ( - "github.com/lazyledger/lazyledger-core/crypto" + "github.com/celestiaorg/celestia-core/crypto" "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1/internal/secp256k1" ) diff --git a/crypto/keys/secp256k1/secp256k1_nocgo.go b/crypto/keys/secp256k1/secp256k1_nocgo.go index ebb8acc610d3..ef7cb7157e54 100644 --- a/crypto/keys/secp256k1/secp256k1_nocgo.go +++ b/crypto/keys/secp256k1/secp256k1_nocgo.go @@ -7,7 +7,7 @@ import ( secp256k1 "github.com/btcsuite/btcd/btcec" - "github.com/lazyledger/lazyledger-core/crypto" + "github.com/celestiaorg/celestia-core/crypto" ) // used to reject malleable signatures diff --git a/crypto/keys/secp256k1/secp256k1_test.go b/crypto/keys/secp256k1/secp256k1_test.go index edc0d1a3ed10..430ba7f34f73 100644 --- a/crypto/keys/secp256k1/secp256k1_test.go +++ b/crypto/keys/secp256k1/secp256k1_test.go @@ -9,8 +9,8 @@ import ( btcSecp256k1 "github.com/btcsuite/btcd/btcec" "github.com/btcsuite/btcutil/base58" - "github.com/lazyledger/lazyledger-core/crypto" - tmsecp256k1 "github.com/lazyledger/lazyledger-core/crypto/secp256k1" + "github.com/celestiaorg/celestia-core/crypto" + tmsecp256k1 "github.com/celestiaorg/celestia-core/crypto/secp256k1" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/crypto/ledger/ledger_mock.go b/crypto/ledger/ledger_mock.go index d7a417cc24a6..0b3fd96c2ff4 100644 --- a/crypto/ledger/ledger_mock.go +++ b/crypto/ledger/ledger_mock.go @@ -8,7 +8,7 @@ import ( "github.com/btcsuite/btcd/btcec" "github.com/pkg/errors" - "github.com/lazyledger/lazyledger-core/crypto" + "github.com/celestiaorg/celestia-core/crypto" secp256k1 "github.com/tendermint/btcd/btcec" "github.com/cosmos/go-bip39" diff --git a/crypto/types/compact_bit_array_test.go b/crypto/types/compact_bit_array_test.go index ba22d4d75f52..10c177a8f715 100644 --- a/crypto/types/compact_bit_array_test.go +++ b/crypto/types/compact_bit_array_test.go @@ -8,7 +8,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - tmrand "github.com/lazyledger/lazyledger-core/libs/rand" + tmrand "github.com/celestiaorg/celestia-core/libs/rand" ) func randCompactBitArray(bits int) (*CompactBitArray, []byte) { diff --git a/crypto/types/types.go b/crypto/types/types.go index d8a4a3cf8658..53c6ea19c30b 100644 --- a/crypto/types/types.go +++ b/crypto/types/types.go @@ -1,8 +1,8 @@ package types import ( + tmcrypto "github.com/celestiaorg/celestia-core/crypto" proto "github.com/gogo/protobuf/proto" - tmcrypto "github.com/lazyledger/lazyledger-core/crypto" ) // PubKey defines a public key and extends proto.Message. diff --git a/go.mod b/go.mod index 76ed9b5708de..aee83f11669e 100644 --- a/go.mod +++ b/go.mod @@ -7,53 +7,52 @@ require ( github.com/DataDog/zstd v1.4.5 // indirect github.com/armon/go-metrics v0.3.6 github.com/bgentry/speakeasy v0.1.0 - github.com/btcsuite/btcd v0.21.0-beta - github.com/btcsuite/btcutil v1.0.2 + github.com/btcsuite/btcd v0.22.0-beta + github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce + github.com/celestiaorg/celestia-core v0.0.1-mvp-das-lightclient.0.20210831143948-ceaf5e5c3eec github.com/confio/ics23/go v0.6.3 github.com/cosmos/go-bip39 v1.0.0 github.com/cosmos/iavl v0.15.3 github.com/cosmos/ledger-cosmos-go v0.11.1 - github.com/dgraph-io/ristretto v0.0.3 // indirect github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect github.com/enigmampc/btcutil v1.0.3-0.20200723161021-e2fb6adb2a25 github.com/gogo/gateway v1.1.0 github.com/gogo/protobuf v1.3.2 - github.com/golang/mock v1.4.4 - github.com/golang/protobuf v1.4.3 + github.com/golang/mock v1.5.0 + github.com/golang/protobuf v1.5.2 github.com/golang/snappy v0.0.2 // indirect github.com/gorilla/handlers v1.5.1 github.com/gorilla/mux v1.8.0 github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 github.com/grpc-ecosystem/grpc-gateway v1.16.0 github.com/hashicorp/golang-lru v0.5.4 - github.com/lazyledger/lazyledger-core v0.0.0-20210115223437-eff282ad2592 - github.com/magiconair/properties v1.8.4 + github.com/magiconair/properties v1.8.5 github.com/mattn/go-isatty v0.0.12 github.com/otiai10/copy v1.4.2 - github.com/pelletier/go-toml v1.8.0 // indirect github.com/pkg/errors v0.9.1 - github.com/prometheus/client_golang v1.8.0 - github.com/prometheus/common v0.15.0 + github.com/prometheus/client_golang v1.11.0 + github.com/prometheus/common v0.26.0 github.com/rakyll/statik v0.1.7 - github.com/regen-network/cosmos-proto v0.3.0 + github.com/regen-network/cosmos-proto v0.3.1 github.com/rs/zerolog v1.20.0 - github.com/spf13/afero v1.3.4 // indirect github.com/spf13/cast v1.3.1 - github.com/spf13/cobra v1.1.1 - github.com/spf13/jwalterweatherman v1.1.0 // indirect; indirects + github.com/spf13/cobra v1.2.1 github.com/spf13/pflag v1.0.5 - github.com/spf13/viper v1.7.1 - github.com/stretchr/testify v1.6.1 + github.com/spf13/viper v1.8.1 + github.com/stretchr/testify v1.7.0 github.com/tendermint/btcd v0.1.1 github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15 github.com/tendermint/go-amino v0.16.0 github.com/tendermint/tm-db v0.6.3 - golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad - golang.org/x/net v0.0.0-20200930145003-4acb6c075d10 // indirect - google.golang.org/genproto v0.0.0-20210114201628-6edceaf6022f - google.golang.org/grpc v1.33.2 - google.golang.org/protobuf v1.25.0 + golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 + google.golang.org/genproto v0.0.0-20210830153122-0bac4d21c8ea + google.golang.org/grpc v1.40.0 + google.golang.org/protobuf v1.27.1 gopkg.in/yaml.v2 v2.4.0 ) -replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.2-alpha.regen.4 +replace ( + github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.2-alpha.regen.4 + github.com/golang/mock => github.com/golang/mock v1.4.4 + google.golang.org/grpc => google.golang.org/grpc v1.33.2 +) diff --git a/go.sum b/go.sum index 806a543f317d..87e49a28bfa6 100644 --- a/go.sum +++ b/go.sum @@ -1,21 +1,45 @@ -cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= +cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= +cloud.google.com/go v0.52.0/go.mod h1:pXajvRH/6o3+F9jDHZWQ5PbGhn+o8w9qiu/CffaVdO4= +cloud.google.com/go v0.53.0/go.mod h1:fp/UouUEsRkN6ryDKNW/Upv/JBKnv6WDthjR6+vze6M= +cloud.google.com/go v0.54.0/go.mod h1:1rq2OEkV3YMf6n/9ZvGWI3GWw0VoqH/1x2nd8Is/bPc= +cloud.google.com/go v0.56.0/go.mod h1:jr7tqZxxKOVYizybht9+26Z/gUq7tiRzu+ACVAMbKVk= +cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZs= +cloud.google.com/go v0.62.0/go.mod h1:jmCYTdRCQuc1PHIIJ/maLInMho30T/Y0M4hTdTShOYc= +cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY= +cloud.google.com/go v0.72.0/go.mod h1:M+5Vjvlc2wnp6tjzE102Dw08nGShTscUx2nZMufOKPI= +cloud.google.com/go v0.74.0/go.mod h1:VV1xSbzvo+9QJOxLDaJfTjx5e+MePCpCWwvftOeQmWk= +cloud.google.com/go v0.78.0/go.mod h1:QjdrLG0uq+YwhjoVOLsS1t7TW8fs36kLs4XO5R5ECHg= +cloud.google.com/go v0.79.0/go.mod h1:3bzgcEeQlzbuEAYu4mrWhKqWjmpprinYgKJLgKHnbb8= +cloud.google.com/go v0.81.0/go.mod h1:mk/AM35KwGk/Nm2YSeZbxXdrNK3KZOYHmLkOqC2V6E0= cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= +cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= +cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= +cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= +cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= +cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= +cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= +cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= +cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= +cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= +cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= +cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= +cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= +cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= filippo.io/edwards25519 v1.0.0-alpha.2 h1:EWbZLqGEPSIj2W69gx04KtNVkyPIfe3uj0DhDQJonbQ= filippo.io/edwards25519 v1.0.0-alpha.2/go.mod h1:X+pm78QAUPtFLi1z9PYIlS/bdDnvbCOGKtZ+ACWEf7o= github.com/99designs/keyring v1.1.6 h1:kVDC2uCgVwecxCk+9zoCt2uEL6dt+dfVzMvGgnVcIuM= github.com/99designs/keyring v1.1.6/go.mod h1:16e0ds7LGQQcT59QqkTg72Hh5ShM51Byv5PEmW6uoRU= -github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d h1:nalkkPQcITbvhmL4+C4cKA87NW0tfm3Kl9VXRoPywFg= @@ -25,23 +49,15 @@ github.com/DataDog/zstd v1.4.1/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t github.com/DataDog/zstd v1.4.5 h1:EndNeuB0l9syBZhut0wns3gV1hL8zX8LIu6ZiVHWLIQ= github.com/DataDog/zstd v1.4.5/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo= github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= -github.com/NebulousLabs/errors v0.0.0-20181203160057-9f787ce8f69e h1:9UwdEr0AFI021vXG+hXDGH9ZHGuNtPCdJkRTqcIhJ3A= -github.com/NebulousLabs/errors v0.0.0-20181203160057-9f787ce8f69e/go.mod h1:J7tUI9Fg4YuFLsqeLE5uIp93Fot9oBCw2vwZJvLmWso= -github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e h1:n+DcnTNkQnHlwpsrHoQtkrJIO7CBx029fw6oR4vIob4= -github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e/go.mod h1:Bdzq+51GR4/0DIhaICZEOm+OHvXGwwB2trKZ8B4Y6eQ= -github.com/NebulousLabs/merkletree v0.0.0-20181203152040-08d5d54b07f5 h1:pk9SclNGplPbF6YDIDKMhHh9SaUWcoxPkMr7zdu1hfk= -github.com/NebulousLabs/merkletree v0.0.0-20181203152040-08d5d54b07f5/go.mod h1:Cn056wBLKay+uIS9LJn7ymwhgC5mqbOtG6iOhEvyy4M= github.com/OneOfOne/xxhash v1.2.2 h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo= github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI= github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE= github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g= -github.com/Workiva/go-datastructures v1.0.52 h1:PLSK6pwn8mYdaoaCZEMsXBpBotr4HHn9abU0yMQt0NI= github.com/Workiva/go-datastructures v1.0.52/go.mod h1:Z+F2Rca0qCsVYDS8z7bAGm8f3UkzuWYS/oBZz5a7VVA= github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII= github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c= -github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= @@ -67,15 +83,18 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r github.com/bgentry/speakeasy v0.1.0 h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY= github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= +github.com/bketelsen/crypt v0.0.4/go.mod h1:aI6NrJ0pMGgvZKL1iVgXLnfIFJtfV+bKCoqOes/6LfM= github.com/btcsuite/btcd v0.0.0-20190115013929-ed77733ec07d/go.mod h1:d3C0AkH6BRcvO8T0UEPu53cnw4IbV63x1bEjildYhO0= github.com/btcsuite/btcd v0.20.1-beta/go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ= -github.com/btcsuite/btcd v0.21.0-beta h1:At9hIZdJW0s9E/fAz28nrz6AmcNlSVucCH796ZteX1M= github.com/btcsuite/btcd v0.21.0-beta/go.mod h1:ZSWyehm27aAuS9bvkATT+Xte3hjHZ+MRgMY/8NJ7K94= +github.com/btcsuite/btcd v0.22.0-beta h1:LTDpDKUM5EeOFBPM8IXpinEcmZ6FWfNZbE3lfrfdnWo= +github.com/btcsuite/btcd v0.22.0-beta/go.mod h1:9n5ntfhhHQBIhUvlhDvD3Qg6fRUj4jkN0VB8L8svzOA= github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f/go.mod h1:TdznJufoqS23FtqVCzL0ZqgP5MqXbb4fg/WgDys70nA= github.com/btcsuite/btcutil v0.0.0-20180706230648-ab6388e0c60a/go.mod h1:+5NJ2+qvTyV9exUAL/rxXi3DcLg2Ts+ymUAY5y4NvMg= github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d/go.mod h1:+5NJ2+qvTyV9exUAL/rxXi3DcLg2Ts+ymUAY5y4NvMg= -github.com/btcsuite/btcutil v1.0.2 h1:9iZ1Terx9fMIOtq1VrwdqfsATL9MC2l8ZrUY6YZ2uts= github.com/btcsuite/btcutil v1.0.2/go.mod h1:j9HUFwoQRsZL3V4n+qG+CUnEGHOarIxfC3Le2Yhbcts= +github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce h1:YtWJF7RHm2pYCvA5t0RPmAaLUhREsKuKd+SLhxFbFeQ= +github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce/go.mod h1:0DVlHczLPewLcPGEIeUEzfOJhqGPQ0mJJRDBtD307+o= github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd/go.mod h1:HHNXQzUsZCxOoE+CPiyCTO6x34Zs86zZUiwtpXoGdtg= github.com/btcsuite/goleveldb v0.0.0-20160330041536-7834afc9e8cd/go.mod h1:F+uVaaLLH7j4eDXPRvw78tMflu7Ie2bzYOH4Y8rRKBY= github.com/btcsuite/goleveldb v1.0.0/go.mod h1:QiK9vBlgftBg6rWQIj6wFzbPfRjiykIEhBH4obrXJ/I= @@ -84,16 +103,28 @@ github.com/btcsuite/snappy-go v1.0.0/go.mod h1:8woku9dyThutzjeg+3xrA5iCpBRH8XEEg github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792/go.mod h1:ghJtEyQwv5/p4Mg4C0fgbePVuGr935/5ddU9Z3TmDRY= github.com/btcsuite/winsvc v1.0.0/go.mod h1:jsenWakMcC0zFBFurPLEAyrnc/teJEM1O46fmI40EZs= github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ= +github.com/celestiaorg/celestia-core v0.0.1-mvp-das-lightclient.0.20210831143948-ceaf5e5c3eec h1:FRa3UTfxQWEHlXewbn43IyDsfr34FGNR9wkrd6ph1Jc= +github.com/celestiaorg/celestia-core v0.0.1-mvp-das-lightclient.0.20210831143948-ceaf5e5c3eec/go.mod h1:q0dlLrBebyylQK1LlEQxl33JpjNzrQlyNH8g52Jm1Uo= +github.com/celestiaorg/go-leopard v0.1.0 h1:28z2EkvKJIez5J9CEaiiUEC+OxalRLtTGJJ1oScfE1g= +github.com/celestiaorg/go-leopard v0.1.0/go.mod h1:NtO/rjlB8dw2aq7jr06vZFKGvryQcTDXaNHelmPNOAM= +github.com/celestiaorg/merkletree v0.0.0-20210714075610-a84dc3ddbbe4 h1:CJdIpo8n5MFP2MwK0gSRcOVlDlFdQJO1p+FqdxYzmvc= +github.com/celestiaorg/merkletree v0.0.0-20210714075610-a84dc3ddbbe4/go.mod h1:fzuHnhzj1pUygGz+1ZkB3uQbEUL4htqCGJ4Qs2LwMZA= +github.com/celestiaorg/nmt v0.6.0 h1:8nXHAL+bKiCTmUwvAUO2ahvCHAIBbVbfqNJh5wTlkLY= +github.com/celestiaorg/nmt v0.6.0/go.mod h1:3bqzTj8xKj0DgQUpOgZzoxvtNkC3MS/hTbQ6dn8SIa0= +github.com/celestiaorg/rsmt2d v0.3.0 h1:c82dh9J3DBcIQu9OND+5HViUKb5NmpKYVvf8z3zjlfA= +github.com/celestiaorg/rsmt2d v0.3.0/go.mod h1:2Frw4GEYUnVu6Mvlo+CUzuC2/8wn+zLwVVtp+muN6vg= github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY= github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= +github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= +github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= +github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6Dob7S7YxXgwXpfOuvO54S+tGdZdw9fuRZt25Ag= github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I= github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= -github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI= @@ -108,8 +139,10 @@ github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3Ee github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= +github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= +github.com/cosiner/argv v0.1.0/go.mod h1:EusR6TucWKX+zFgtdUsKT2Cvg45K5rtpCcWz4hK06d8= github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d/go.mod h1:tSxLoYXyBmiFeKpvmq4dzayMdCjCnu8uqmCysIGBT2Y= github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY= github.com/cosmos/go-bip39 v1.0.0/go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4xuwvCdJw= @@ -125,6 +158,7 @@ github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwc github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= +github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/danieljoos/wincred v1.0.2 h1:zf4bhty2iLuwgjgpraD2E9UbvO+fe54XXGJbOwe23fU= github.com/danieljoos/wincred v1.0.2/go.mod h1:SnuYRW9lp1oJrZX/dXJqr0cPK5gYXqx3EJbmjhLdK9U= github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -135,9 +169,11 @@ github.com/decred/dcrd/lru v1.0.0/go.mod h1:mxKOwFd7lFjN2GZYsiz/ecgqR6kkYAl+0pz0 github.com/dgraph-io/badger/v2 v2.2007.1/go.mod h1:26P/7fbL4kUZVEVKLAKXkBXKOydDmM2p1e+NhhnBCAE= github.com/dgraph-io/badger/v2 v2.2007.2 h1:EjjK0KqwaFMlPin1ajhP943VPENHJdEz1KLIegjaI3k= github.com/dgraph-io/badger/v2 v2.2007.2/go.mod h1:26P/7fbL4kUZVEVKLAKXkBXKOydDmM2p1e+NhhnBCAE= +github.com/dgraph-io/badger/v3 v3.2011.1 h1:Hmyof0WMEF/QtutX5SQHzIMnJQxb/IrSzhjckV2SD6g= +github.com/dgraph-io/badger/v3 v3.2011.1/go.mod h1:0rLLrQpKVQAL0or/lBLMQznhr6dWWX7h5AKnmnqx268= github.com/dgraph-io/ristretto v0.0.3-0.20200630154024-f66de99634de/go.mod h1:KPxhHT9ZxKefz+PCeOGsrHpl1qZ7i70dGTu2u+Ahh6E= -github.com/dgraph-io/ristretto v0.0.3 h1:jh22xisGBjrEVnRZ1DVTpBVQm0Xndu8sMl0CWDzSIBI= -github.com/dgraph-io/ristretto v0.0.3/go.mod h1:KPxhHT9ZxKefz+PCeOGsrHpl1qZ7i70dGTu2u+Ahh6E= +github.com/dgraph-io/ristretto v0.0.4-0.20210122082011-bb5d392ed82d h1:eQYOG6A4td1tht0NdJB9Ls6DsXRGb2Ft6X9REU/MbbE= +github.com/dgraph-io/ristretto v0.0.4-0.20210122082011-bb5d392ed82d/go.mod h1:tv2ec8nA7vRpSYX7/MbP52ihrUMXIHit54CQMq8npXQ= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw= github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WAFKLNi6ZS0675eEUC9y3AlwSbQu1Y= @@ -154,9 +190,6 @@ github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFP github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M= github.com/enigmampc/btcutil v1.0.3-0.20200723161021-e2fb6adb2a25 h1:2vLKys4RBU4pn2T/hjXMbvwTr1Cvy5THHrQkbeY9HRk= github.com/enigmampc/btcutil v1.0.3-0.20200723161021-e2fb6adb2a25/go.mod h1:hTr8+TLQmkUkgcuh3mcr5fjrT9c64ZzsBCdCEC6UppY= -github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g= -github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= -github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 h1:0JZ+dUmQeA8IIVUMzysrX4/AKuQwWhV2dYQuPZdvdSQ= @@ -168,7 +201,6 @@ github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870/go.mod h1:5tD+ne github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/felixge/httpsnoop v1.0.1 h1:lvB5Jl89CsZtGIWuTcDM1E/vkVs49/Ml7JJe07l8SPQ= github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= -github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw= github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g= github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db/go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4= @@ -177,32 +209,39 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= +github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI= +github.com/gin-gonic/gin v1.5.0/go.mod h1:Nd6IXA8m5kNZdNEHMBd93KT+mdY3+bewLgRvmCsR2Do= +github.com/go-delve/delve v1.5.0/go.mod h1:c6b3a1Gry6x8a4LGCe/CWzrocrfaHvkUxCj3k4bvSUQ= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= +github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/kit v0.10.0 h1:dXFJfIHVvUcpSgDOV+Ne6t7jXri8Tfv2uOLHUZ2XNuo= github.com/go-kit/kit v0.10.0/go.mod h1:xUsJbQ/Fp4kEt7AFgCuvyX4a71u8h9jB8tj/ORgOZ7o= +github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= -github.com/go-logfmt/logfmt v0.5.0 h1:TrB8swr/68K7m9CcGut2g3UOihhbcbiMAYiuTXdEih4= github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= +github.com/go-logfmt/logfmt v0.5.1 h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA= +github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= +github.com/go-playground/locales v0.12.1/go.mod h1:IUMDtCfWo/w/mtMfIE/IG2K+Ey3ygWanZIBtBW0W2TM= +github.com/go-playground/universal-translator v0.16.0/go.mod h1:1AnU7NaIRDWWzGEKwgtJRd2xk99HeFyHw3yid4rvQIY= github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= github.com/go-stack/stack v1.8.0 h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 h1:ZpnhV/YsD2/4cESfV5+Hoeu/iUR3ruzNvZ+yQfO03a0= github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2/go.mod h1:bBOAhwG1umN6/6ZUMtDFBMQR8jRg9O75tm9K00oMsK4= +github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/gogo/gateway v1.1.0 h1:u0SuhL9+Il+UbjM9VIE3ntfRujKbvVpFvNB4HbjeVQ0= github.com/gogo/gateway v1.1.0/go.mod h1:S7rR8FRQyG3QFESeSv4l2WnsyzlCLG0CzBbUUo/mbic= -github.com/gogo/googleapis v1.1.0/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s= -github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= +github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= +github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e h1:1r7pUrabqp18hOBcwBwiTsbnFeTZHV9eER/QT5JVZxY= +github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.4.4 h1:l75CXGRSwbaYNpl/Z2X1XIIAMSCquvXgpVZDhwEIJsc= github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -210,6 +249,7 @@ github.com/golang/protobuf v1.3.0/go.mod h1:Qd/q+1AKNOZr9uGQzbzCmRO6sUih6GTPZv6a github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= +github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= github.com/golang/protobuf v1.3.5/go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk= github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= @@ -218,8 +258,11 @@ github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:W github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.4.3 h1:JjCZWpVbqXDqFVmTfYWEVTMIYrL/NPdPSCHPJ0T/raM= github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= +github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= +github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM= +github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= +github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/golang/snappy v0.0.2 h1:aeE13tS0IiQgFjYdoL8qN3K1N2bXXtI6Vi51/y7BpMw= @@ -227,26 +270,47 @@ github.com/golang/snappy v0.0.2/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEW github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0 h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= +github.com/google/flatbuffers v1.12.0 h1:/PtAHvnBY4Kqnx/xCQ3OIV9uYcSFGScBsWI3Oogeh6w= +github.com/google/flatbuffers v1.12.0/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.0 h1:/QaMHBdZ26BB3SSst0Iwl10Epc+xhTquomWX0oZEB6w= +github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= +github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-dap v0.2.0/go.mod h1:5q8aYQFnHOAZEMP+6vmq25HKYAEwE+LF5yh7JKrrhSQ= github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0= github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= +github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= +github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= +github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= +github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= +github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= +github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= +github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= +github.com/google/pprof v0.0.0-20201023163331-3e6fc7fc9c4c/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= +github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= +github.com/google/pprof v0.0.0-20210122040257-d980be63207e/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= +github.com/google/pprof v0.0.0-20210226084205-cbba55b83ad5/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= -github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= +github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f h1:KMlcu9X58lhTA/KrfX8Bi1LQSO4pzoVjTiL3h4Jk+Zk= +github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= github.com/gorilla/handlers v1.5.1 h1:9lRY6j8DEeeBT10CvO9hGW0gmky0BprnvDI5vfhUHH4= github.com/gorilla/handlers v1.5.1/go.mod h1:t8XrUpc4KVXb7HGyJ4/cEnwQiaxrX/hz1Zv/4g96P1Q= @@ -311,6 +375,8 @@ github.com/hdevalence/ed25519consensus v0.0.0-20201207055737-7fde80a9d5ff h1:LeV github.com/hdevalence/ed25519consensus v0.0.0-20201207055737-7fde80a9d5ff/go.mod h1:Feit0l8NcNO4g69XNjwvsR0LGcwMMfzI1TF253rOIlQ= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg= +github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= +github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo= @@ -327,12 +393,13 @@ github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/u github.com/json-iterator/go v1.1.8/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= +github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= +github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo= github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= -github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d h1:Z+RDyXzjKE0i2sTjZ/b1uxiGtPhFy34Ou/Tk0qwN0kM= github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d/go.mod h1:JJNrCn9otv/2QP4D7SMJBgaleKpOf66PnW6F5WGNRIc= github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= @@ -344,31 +411,26 @@ github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxv github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= +github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI= +github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/lazyledger/go-leopard v0.0.0-20200604113236-298f93361181 h1:mUeCGuCgjZVadW4CzA2dMBq7p2BqaoCfpnKjxMmSaSE= -github.com/lazyledger/go-leopard v0.0.0-20200604113236-298f93361181/go.mod h1:v1o1CRihQ9i7hizx23KK4aR79lxA6VDUIzUCfDva0XQ= -github.com/lazyledger/lazyledger-core v0.0.0-20210115223437-eff282ad2592 h1:BVYIQMi6N3EypClhuhMxeshz8w5TwK23PqC9ebnmojI= -github.com/lazyledger/lazyledger-core v0.0.0-20210115223437-eff282ad2592/go.mod h1:yNWM9NVGWzSqRS56TL5cVdD6fS0eoxZlCZNHRvxjneE= -github.com/lazyledger/merkletree v0.0.0-20201214195110-6901c4c3c75f h1:jbyPAH6o6hGte4RtZBaqWs2n4Fl6hS7qJGXX3qnjiy4= -github.com/lazyledger/merkletree v0.0.0-20201214195110-6901c4c3c75f/go.mod h1:10PA0NlnYtB8HrtwIDQAyTKWp8TEZ0zBZCGlYC/7+QE= -github.com/lazyledger/nmt v0.0.0-20201231142002-4b4c58a9e7c0 h1:me5dUDcHct/jHL+95ZLxle5hiVOYjOJRcSM7zRwy5MA= -github.com/lazyledger/nmt v0.0.0-20201231142002-4b4c58a9e7c0/go.mod h1:tY7ypPX26Sbkt6F8EbPl3AT33B5N0BJe4OVPbq849YI= -github.com/lazyledger/rsmt2d v0.0.0-20200626141417-ea94438fa457 h1:mXl0oKmdYegd8HaP++leltErwDnvcR2v+nttbRA8pk8= -github.com/lazyledger/rsmt2d v0.0.0-20200626141417-ea94438fa457/go.mod h1:X2BD0VWh4t2V361JujYpGpYKwjsyp8vgr4iFvYo+Ojg= +github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= +github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= +github.com/leodido/go-urn v1.1.0/go.mod h1:+cyI34gQWZcE1eQU7NVgKkkzdXDQHr1dBMtdAPozLkw= github.com/libp2p/go-buffer-pool v0.0.2 h1:QNK2iAFa8gjAe1SPz6mHSMuCcjs+X1wlHzeOSqcmlfs= github.com/libp2p/go-buffer-pool v0.0.2/go.mod h1:MvaB6xw5vOrDl8rYZGLFdKAuk/hRoRZd1Vi32+RXyFM= github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743/go.mod h1:qklhhLq1aX+mtWk9cPHPzaBjWImj5ULL6C7HFJtXQMM= github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0UBX0ZE6WURAspgAczcDHrL4= -github.com/lyft/protoc-gen-validate v0.0.13/go.mod h1:XbGvPuh87YZc5TdIa2/I4pLk0QoUACkjt2znoq26NVQ= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= -github.com/magiconair/properties v1.8.4 h1:8KGKTcQQGm0Kv7vEbKFErAoAOFyyacLStRtQSeYtvkY= -github.com/magiconair/properties v1.8.4/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= +github.com/magiconair/properties v1.8.5 h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls= +github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= +github.com/mattn/go-colorable v0.0.0-20170327083344-ded68f7a9561/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= +github.com/mattn/go-isatty v0.0.9/go.mod h1:YNRxwqDuOph6SZLI9vUUz6OYw3QyUt7WiY2yME+cCiQ= github.com/mattn/go-isatty v0.0.12 h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY= github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= @@ -387,8 +449,10 @@ github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eI github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS42BGNg= github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY= github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= +github.com/mitchellh/mapstructure v1.4.1 h1:CpVNEelQCZBooIPDn+AR3NpivK/TIKU8bDxdASFVQag= +github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mmcloughlin/avo v0.0.0-20201105074841-5d2f697d268f/go.mod h1:6aKT4zZIrpGqB3RpFU14ByCSSyKY6LfJz4J/JJChHfI= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= @@ -404,7 +468,6 @@ github.com/nats-io/nats.go v1.9.1/go.mod h1:ZjDU1L/7fJ09jvUSRVBR2e7+RnLiiIQyqyzE github.com/nats-io/nkeys v0.1.0/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w= github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w= github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= -github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= @@ -445,9 +508,10 @@ github.com/pascaldekloe/goe v0.1.0 h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0Mw github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= -github.com/pelletier/go-toml v1.8.0 h1:Keo9qb7iRJs2voHvunFtuuYFsbWeOBh8/P9v/kVMFtw= -github.com/pelletier/go-toml v1.8.0/go.mod h1:D6yutnOGMveHEPV7VQOuvI/gXY61bv+9bAOTRnLElKs= +github.com/pelletier/go-toml v1.9.3 h1:zeC5b1GviRUyKYd6OJPvBU/mcVDVoL1OhT17FCt5dSQ= +github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/performancecopilot/speed v3.0.0+incompatible/go.mod h1:/CLtqpZ5gBg1M9iaPbIdPPGyKcA8hKdoy6hAWba7Yac= +github.com/peterh/liner v0.0.0-20170317030525-88609521dc4b/go.mod h1:xIteQHvHuaLYG9IFj6mSxM0fCKrs34IrEQUhOYuGPHc= github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 h1:q2e307iGHPdTGp0hoxKjt1H5pDo6utceo3dQVK3I5XQ= github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5/go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o= github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc= @@ -468,8 +532,9 @@ github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5Fsn github.com/prometheus/client_golang v1.3.0/go.mod h1:hJaj2vgQTGQmVCsAACORcieXFeDPbaTKGT+JTgUa3og= github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= -github.com/prometheus/client_golang v1.8.0 h1:zvJNkoCFAnYFNC24FV8nW4JdRJ3GIFcLbg65lL/JDcw= github.com/prometheus/client_golang v1.8.0/go.mod h1:O9VU6huf47PktckDQfMTX0Y8tY0/7TSWwj+ITvv0TnM= +github.com/prometheus/client_golang v1.11.0 h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ= +github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= @@ -485,31 +550,33 @@ github.com/prometheus/common v0.7.0/go.mod h1:DjGbpBbp5NYNiECxcL/VnbXCCaQpKd3tt2 github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= github.com/prometheus/common v0.14.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s= -github.com/prometheus/common v0.15.0 h1:4fgOnadei3EZvgRwxJ7RMpG1k1pOZth5Pc13tyspaKM= -github.com/prometheus/common v0.15.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s= +github.com/prometheus/common v0.26.0 h1:iMAkS2TDoNWnKM+Kopnx/8tnEStIfpYA0ur0xQzzhMQ= +github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A= github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= -github.com/prometheus/procfs v0.2.0 h1:wH4vA7pcjKuZzjF7lM8awk4fnuJO6idemZXoKnULUx4= github.com/prometheus/procfs v0.2.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= +github.com/prometheus/procfs v0.6.0 h1:mxy4L2jP6qMonqmq+aTtOx1ifVWUgG/TAmntgbh3xv4= +github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/rakyll/statik v0.1.7 h1:OF3QCZUuyPxuGEP7B4ypUa7sB/iHtqOTDYZXGM8KOdQ= github.com/rakyll/statik v0.1.7/go.mod h1:AlZONWzMtEnMs7W4e/1LURLiI49pIMmp6V9Unghqrcc= github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 h1:MkV+77GLUNo5oJ0jf870itWm3D0Sjh7+Za9gazKc5LQ= github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= -github.com/regen-network/cosmos-proto v0.3.0 h1:24dVpPrPi0GDoPVLesf2Ug98iK5QgVscPl0ga4Eoub0= -github.com/regen-network/cosmos-proto v0.3.0/go.mod h1:zuP2jVPHab6+IIyOx3nXHFN+euFNeS3W8XQkcdd4s7A= +github.com/regen-network/cosmos-proto v0.3.1 h1:rV7iM4SSFAagvy8RiyhiACbWEGotmqzywPxOvwMdxcg= +github.com/regen-network/cosmos-proto v0.3.1/go.mod h1:jO0sVX6a1B36nmE8C9xBFXpNwWejXC7QqCOnH3O0+YM= github.com/regen-network/protobuf v1.3.2-alpha.regen.4 h1:c9jEnU+xm6vqyrQe3M94UFWqiXxRIKKnqBOh2EACmBE= github.com/regen-network/protobuf v1.3.2-alpha.regen.4/go.mod h1:/J8/bR1T/NXyIdQDLUaq15LjNE83nRzkyrLAMcPewig= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/rs/cors v1.7.0 h1:+88SsELBHx5r+hZ8TCkggzSstaWNbDvThkVK8H6f9ik= github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= +github.com/rs/cors v1.8.0 h1:P2KMzcFwrPoSjkF1WLRPsp3UMLyql8L4v9hQpVeK5so= +github.com/rs/cors v1.8.0/go.mod h1:EBwu+T5AvHOcXwvZIkQFjUN6s8Czyqw12GL/Y0tUyRM= github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/zerolog v1.20.0 h1:38k9hgtUBdxFwE34yS8rTHmHBa4eN16E4DJlv177LNs= github.com/rs/zerolog v1.20.0/go.mod h1:IzD0RJ65iWH0w97OQQebJEvTZYvsCUm9WVLWBQrJRjo= @@ -524,32 +591,34 @@ github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeV github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= -github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= +github.com/smartystreets/assertions v1.0.1 h1:voD4ITNjPL5jjBfgR/r8fPIIBrliWrWHeiJApdr3r4w= +github.com/smartystreets/assertions v1.0.1/go.mod h1:kHHU4qYBaI3q23Pp3VPrmWhuIUrLW/7eUrw0BU5VaoM= github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa/go.mod h1:oJyF+mSPHbB5mVY2iO9KV3pTt/QbIkGaO8gQ2WrDbP4= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= github.com/sony/gobreaker v0.4.1/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY= -github.com/spacemonkeygo/errors v0.0.0-20171212215202-9064522e9fd1 h1:xHQewZjohU9/wUsyC99navCjQDNHtTgUOM/J1jAbzfw= -github.com/spacemonkeygo/errors v0.0.0-20171212215202-9064522e9fd1/go.mod h1:7NL9UAYQnRM5iKHUCld3tf02fKb5Dft+41+VckASUy0= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI= github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= -github.com/spf13/afero v1.3.4 h1:8q6vk3hthlpb2SouZcnBVKboxWQWMDNF38bwholZrJc= -github.com/spf13/afero v1.3.4/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= +github.com/spf13/afero v1.6.0 h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY= +github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cast v1.3.1 h1:nFm6S0SMdyzrzcmThSipiEubIDy8WEXKNZ0UOgiRpng= github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= +github.com/spf13/cobra v0.0.0-20170417170307-b6cb39589372/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU= github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE= -github.com/spf13/cobra v1.1.1 h1:KfztREH0tPxJJ+geloSLaAkaPkr4ki2Er5quFV1TDo4= github.com/spf13/cobra v1.1.1/go.mod h1:WnodtKOvamDL/PwE2M4iKs8aMDBZ5Q5klgD3qfVJQMI= +github.com/spf13/cobra v1.2.1 h1:+KmjbUw1hriSNMF55oPrkZcb27aECyrj8V2ytv7kWDw= +github.com/spf13/cobra v1.2.1/go.mod h1:ExllRjgxM/piMAM+3tAZvg8fsklGAf3tPfi+i8t68Nk= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= +github.com/spf13/pflag v0.0.0-20170417173400-9e4c21054fa1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= @@ -557,8 +626,9 @@ github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE= github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= -github.com/spf13/viper v1.7.1 h1:pM5oEahlgWv/WnHXpgbKz7iLIxRf65tye2Ci+XFK5sk= github.com/spf13/viper v1.7.1/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= +github.com/spf13/viper v1.8.1 h1:Kq1fyeebqsBfbjZj4EL7gj2IO0mMaiyjYUWcUsl2O44= +github.com/spf13/viper v1.8.1/go.mod h1:o0Pch8wJ9BVSWGQMbra6iw0oQ5oktSIBaujf1rJH9Ns= github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI= @@ -570,8 +640,9 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= -github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= +github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca h1:Ld/zXl5t4+D69SiV4JoN7kkfvJdOWlPpfxrzxpLMoUk= @@ -594,18 +665,27 @@ github.com/tendermint/tm-db v0.6.3/go.mod h1:lfA1dL9/Y/Y8wwyPp2NMLyn5P5Ptr/gvDFN github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= +github.com/twitchyliquid64/golang-asm v0.15.0/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= +github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= +github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY= github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= -github.com/vivint/infectious v0.0.0-20190108171102-2455b059135b h1:dLkqBELopfQNhe8S9ucnSf+HhiUCgK/hPIjVG0f9GlY= -github.com/vivint/infectious v0.0.0-20190108171102-2455b059135b/go.mod h1:5oyMAv4hrBEKqBwORFsiqIrCNCmL2qcZLQTdJLYeYIc= +github.com/vivint/infectious v0.0.0-20200605153912-25a574ae18a3 h1:zMsHhfK9+Wdl1F7sIKLyx3wrOFofpb3rWFbA4HgcK5k= +github.com/vivint/infectious v0.0.0-20200605153912-25a574ae18a3/go.mod h1:R0Gbuw7ElaGSLOZUSwBm/GgVwMd30jWxBDdAyMOeTuc= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= +github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/zondax/hid v0.9.0 h1:eiT3P6vNxAEVxXMw66eZUAAnU2zD33JBkfG/EnfAKl8= github.com/zondax/hid v0.9.0/go.mod h1:l5wttcP0jwtdLjqjMMWFVEE7d1zO0jvSPA9OPZxWpEM= -gitlab.com/NebulousLabs/errors v0.0.0-20171229012116-7ead97ef90b8 h1:gZfMjx7Jr6N8b7iJO4eUjDsn6xJqoyXg8D+ogdoAfKY= gitlab.com/NebulousLabs/errors v0.0.0-20171229012116-7ead97ef90b8/go.mod h1:ZkMZ0dpQyWwlENaeZVBiQRjhMEZvk6VTXquzl3FOFP8= +gitlab.com/NebulousLabs/errors v0.0.0-20200929122200-06c536cf6975 h1:L/ENs/Ar1bFzUeKx6m3XjlmBgIUlykX9dzvp5k9NGxc= +gitlab.com/NebulousLabs/errors v0.0.0-20200929122200-06c536cf6975/go.mod h1:ZkMZ0dpQyWwlENaeZVBiQRjhMEZvk6VTXquzl3FOFP8= gitlab.com/NebulousLabs/fastrand v0.0.0-20181126182046-603482d69e40 h1:dizWJqTWjwyD8KGcMOwgrkqu1JIkofYgKkmDeNE7oAs= gitlab.com/NebulousLabs/fastrand v0.0.0-20181126182046-603482d69e40/go.mod h1:rOnSnoRyxMI3fe/7KIbVcsHRGxe30OONv8dEgo+vCfA= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= @@ -613,19 +693,33 @@ go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.etcd.io/bbolt v1.3.5 h1:XAzx9gjCb0Rxj7EoqcClPD1d5ZBxZJk0jbuoPHenBt0= go.etcd.io/bbolt v1.3.5/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ= go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg= +go.etcd.io/etcd/api/v3 v3.5.0/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs= +go.etcd.io/etcd/client/pkg/v3 v3.5.0/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g= +go.etcd.io/etcd/client/v2 v2.305.0/go.mod h1:h9puh54ZTgAKtEbut2oe9P4L/oqKCVB6xsXlzd7alYQ= go.opencensus.io v0.20.1/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= go.opencensus.io v0.20.2/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= +go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= +go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= +go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= +go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M= +go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= +go.starlark.net v0.0.0-20190702223751-32f345186213/go.mod h1:c1/X6cHgvdXj6pUlmWKMkuqRnW4K8x2vwt6JAaaircg= go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= +go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= go.uber.org/multierr v1.3.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= +go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU= go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= go.uber.org/zap v1.13.0/go.mod h1:zwrFLgMcdUuIBviXEYEH1YKNaOBnKXsx2IPda5bBwHM= +go.uber.org/zap v1.17.0/go.mod h1:MXVU+bhUf/A7Xi2HNOnopQOrmycQ5Ih87HtOu4q5SSo= +golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4/go.mod h1:flIaEI6LNU6xOCD5PaJvn9wGP0agmIOqjrtsKGRguv4= +golang.org/x/arch v0.0.0-20201008161808-52c3e6f60cff/go.mod h1:flIaEI6LNU6xOCD5PaJvn9wGP0agmIOqjrtsKGRguv4= golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= @@ -646,37 +740,46 @@ golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de/go.mod h1:LzIPMQfyMNhhGPh golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I= -golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad h1:DN0cp81fZ3njFcrLCytUHRSUkqBjfTo4Tx9RJTWs0EY= -golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I= -golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= +golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= +golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 h1:HWj/xjIHfjYU5nVXpTM0s39J9CbLn7Cc5a7IC5rwsMQ= +golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= -golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 h1:FR+oGxGfbQu1d+jglI3rCkjAjUnhRSZcUxr+DqlDLNo= +golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= +golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= +golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= +golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= +golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5/go.mod h1:4M0jN8W1tt0AVLNr8HDosyJCDCDuyL9N9+3m7wDWgKw= -golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= -golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= +golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs= +golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= +golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= +golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= +golang.org/x/lint v0.0.0-20210508222113-6edffad5e616/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= +golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/net v0.0.0-20180719180050-a680a1efc54d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -693,29 +796,60 @@ golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191002035440-2ec189313ef0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200421231249-e086a090c8fd/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= +golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= +golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= +golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= +golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200930145003-4acb6c075d10 h1:YfxMZzv3PjGonQYNUaeU2+DhAdqOxerQ30JFB6WgAXo= -golang.org/x/net v0.0.0-20200930145003-4acb6c075d10/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= +golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= +golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= +golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= +golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= +golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 h1:4nGaVu0QrbjT/AK2PRLuQfQuh6DJve+pELhqTdAj3x0= +golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= +golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= +golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= +golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= +golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= +golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= +golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= +golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= +golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -735,42 +869,70 @@ golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191220142924-d4481acd189f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200519105757-fe76b779f299/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 h1:9UQO31fZ+0aKQOFldThf7BKPMJTiBfWycGh/u3UoO88= +golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/term v0.0.0-20201117132131-f5c789dd3221 h1:/ZHdbVpdR/jk3g30/d4yUL0JU9kksj8+F/bnQUVLGDM= +golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 h1:SrN+KX8Art/Sf4HNj6Zcz06G7VEz+7w9tdXTPOZ7+l4= +golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= +golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 h1:v+OssWQX+hTHEmOBgwxdZxK4zHq3yOs8F9J7mk0PY8E= +golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= -golang.org/x/text v0.3.3 h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.5 h1:i6eZZ+zk0SOf0xgBpEpPD18qWcJda6q1sxt3S0kzyUQ= +golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= @@ -789,31 +951,78 @@ golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191127201027-ecd32218bd7f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200103221440-774c71fcf114/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200110213125-a7a6caa82ab2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= +golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= +golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= +golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= +golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= +golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= +golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= +golang.org/x/tools v0.0.0-20201105001634-bc3cf281b174/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= +golang.org/x/tools v0.1.2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= +golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo= -gonum.org/v1/gonum v0.7.0 h1:Hdks0L0hgznZLG9nzXb8vZ0rRvqNvAcgAp84y7Mwkgw= -gonum.org/v1/gonum v0.7.0/go.mod h1:L02bwd0sqlsvRv41G7wGWFCsVNZFv/k1xzGIxeANHGM= -gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0 h1:OE9mWmgKkjJyEmDAAtGMPjXu+YNeGvK9VTSHY6+Qihc= -gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw= -gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b/go.mod h1:Wt8AAjI+ypCyYX3nZBvf6cAIx93T+c/OS2HFAYskSZc= google.golang.org/api v0.3.1/go.mod h1:6wY9I6uQWHQ8EM57III9mq/AjF+i8G65rmVagqKMtkk= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= +google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= +google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= +google.golang.org/api v0.17.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= +google.golang.org/api v0.18.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= +google.golang.org/api v0.19.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= +google.golang.org/api v0.20.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= +google.golang.org/api v0.22.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= +google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= +google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= +google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM= +google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc= +google.golang.org/api v0.35.0/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ1dg= +google.golang.org/api v0.36.0/go.mod h1:+z5ficQTmoYpPn8LCUNVpK5I7hwkpjbcgqA7I34qYtE= +google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjRCQ8= +google.golang.org/api v0.41.0/go.mod h1:RkxM5lITDfTzmyKFPt+wGrCJbVfniCr2ool8kTBzRTU= +google.golang.org/api v0.43.0/go.mod h1:nQsDGjRXMo4lvh5hP0TKqF244gqhGcr/YSIykhUk/94= +google.golang.org/api v0.44.0/go.mod h1:EBOGZqzyhtvMDoxwS97ctnh0zUmYY6CxqXsc1AvkYD8= google.golang.org/appengine v1.2.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= +google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= +google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= +google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20180831171423-11092d34479b/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= @@ -825,34 +1034,44 @@ google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98 google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= +google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= +google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= +google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= +google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= +google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= +google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90/go.mod h1:GmwEX6Z4W5gMy59cAlVYjN9JhxgbQH6Gn+gFDQe2lzA= +google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= +google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= +google.golang.org/genproto v0.0.0-20200228133532-8c2c7df3a383/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= +google.golang.org/genproto v0.0.0-20200305110556-506484158171/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= +google.golang.org/genproto v0.0.0-20200312145019-da6875a35672/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200324203455-a04cca1dde73/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= +google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200423170343-7949de9c1215/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= +google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= +google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= +google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U= google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= +google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= +google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201111145450-ac7456db90a6/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210114201628-6edceaf6022f h1:izedQ6yVIc5mZsRuXzmSreCOlzI0lCU1HpG8yEdMiKw= -google.golang.org/genproto v0.0.0-20210114201628-6edceaf6022f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs= -google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= -google.golang.org/grpc v1.19.1/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= -google.golang.org/grpc v1.20.0/go.mod h1:chYK+tFQF0nDUGJgXMSgLCQk3phJEuONr2DCgLDdAQM= -google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= -google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= -google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= -google.golang.org/grpc v1.22.1/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= -google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= -google.golang.org/grpc v1.23.1/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= -google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= -google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKal+60= -google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= -google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.31.1/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.32.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.33.1/go.mod h1:fr5YgcSWrqhRRxogOsw7RzIpsmvOZ6IcH4kBYTpR3n0= +google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20210222152913-aa3ee6e6a81c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20210310155132-4ce2db91004e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1/go.mod h1:9lPAdzaEmUacj36I+k7YKbEc5CXzPIeORRgDAUOu28A= +google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c/go.mod h1:UODoCrxHCcBojKKwX1terBiRUaqAsFqJiF615XL43r0= +google.golang.org/genproto v0.0.0-20210830153122-0bac4d21c8ea h1:5eMUso2GVOxypVH1fR4oKgDobrvi4DHctJ4fVk66s/4= +google.golang.org/genproto v0.0.0-20210830153122-0bac4d21c8ea/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= google.golang.org/grpc v1.33.2 h1:EQyQC3sa8M+p6Ulc8yy9SWSS2GVwyRc83gAbG8lrl4o= google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= @@ -864,21 +1083,28 @@ google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2 google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= -google.golang.org/protobuf v1.25.0 h1:Ejskq+SyPohKW+1uil0JJMtmHCgJPJ/qWTxr8qp+R4c= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= +google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= +google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= +google.golang.org/protobuf v1.27.1 h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ= +google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b h1:QRR6H1YWRnHb4Y/HeNFCTJLFVxaq6wH4YuVdsUOr75U= gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= gopkg.in/gcfg.v1 v1.2.3/go.mod h1:yesOnuUOFQAhST5vPY4nbZsb/huCgGGXlipJsBn0b3o= -gopkg.in/ini.v1 v1.51.0 h1:AQvPpx3LzTDM0AjnIRlVFwFFGC+npRopjZxLJj6gdno= +gopkg.in/go-playground/assert.v1 v1.2.1/go.mod h1:9RXL0bg/zibRAgZUYszZSwO/z8Y/a8bDuhia5mkpMnE= +gopkg.in/go-playground/validator.v9 v9.29.1/go.mod h1:+c9/zcJMFNgbLvly1L1V+PpxWdVbfP1avr/N00E2vyQ= gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/ini.v1 v1.62.0 h1:duBzk771uxoUuOlyRLkHsygud9+5lrlGjdFBb4mSKDU= +gopkg.in/ini.v1 v1.62.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= @@ -893,14 +1119,16 @@ gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -honnef.co/go/tools v0.0.0-20180728063816-88497007e858/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= +gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= +gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= +honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= +honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/proto/cosmos/evidence/v1beta1/query.proto b/proto/cosmos/evidence/v1beta1/query.proto index 9bdec9309a0b..253bcd88326e 100644 --- a/proto/cosmos/evidence/v1beta1/query.proto +++ b/proto/cosmos/evidence/v1beta1/query.proto @@ -24,7 +24,7 @@ service Query { // QueryEvidenceRequest is the request type for the Query/Evidence RPC method. message QueryEvidenceRequest { // evidence_hash defines the hash of the requested evidence. - bytes evidence_hash = 1 [(gogoproto.casttype) = "github.com/lazyledger/lazyledger-core/libs/bytes.HexBytes"]; + bytes evidence_hash = 1 [(gogoproto.casttype) = "github.com/celestiaorg/celestia-core/libs/bytes.HexBytes"]; } // QueryEvidenceResponse is the response type for the Query/Evidence RPC method. diff --git a/proto/ibc/lightclients/tendermint/v1/tendermint.proto b/proto/ibc/lightclients/tendermint/v1/tendermint.proto index 3f6b1616f6e8..0522ca498ac0 100644 --- a/proto/ibc/lightclients/tendermint/v1/tendermint.proto +++ b/proto/ibc/lightclients/tendermint/v1/tendermint.proto @@ -67,7 +67,7 @@ message ConsensusState { // commitment root (i.e app hash) ibc.core.commitment.v1.MerkleRoot root = 2 [(gogoproto.nullable) = false]; bytes next_validators_hash = 3 [ - (gogoproto.casttype) = "github.com/lazyledger/lazyledger-core/libs/bytes.HexBytes", + (gogoproto.casttype) = "github.com/celestiaorg/celestia-core/libs/bytes.HexBytes", (gogoproto.moretags) = "yaml:\"next_validators_hash\"" ]; } diff --git a/server/api/server.go b/server/api/server.go index bb059111b7fb..0d35fce27a41 100644 --- a/server/api/server.go +++ b/server/api/server.go @@ -7,12 +7,12 @@ import ( "strings" "time" + "github.com/celestiaorg/celestia-core/libs/log" + tmrpcserver "github.com/celestiaorg/celestia-core/rpc/jsonrpc/server" "github.com/gogo/gateway" "github.com/gorilla/handlers" "github.com/gorilla/mux" "github.com/grpc-ecosystem/grpc-gateway/runtime" - "github.com/lazyledger/lazyledger-core/libs/log" - tmrpcserver "github.com/lazyledger/lazyledger-core/rpc/jsonrpc/server" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/server/config" diff --git a/server/cmd/execute.go b/server/cmd/execute.go index 6433b5a5598a..b6f74c9ac21c 100644 --- a/server/cmd/execute.go +++ b/server/cmd/execute.go @@ -3,8 +3,8 @@ package cmd import ( "context" - tmcfg "github.com/lazyledger/lazyledger-core/config" - tmcli "github.com/lazyledger/lazyledger-core/libs/cli" + tmcfg "github.com/celestiaorg/celestia-core/config" + tmcli "github.com/celestiaorg/celestia-core/libs/cli" "github.com/rs/zerolog" "github.com/spf13/cobra" diff --git a/server/export.go b/server/export.go index 44495f613cae..5cc071fa720e 100644 --- a/server/export.go +++ b/server/export.go @@ -7,9 +7,9 @@ import ( "io/ioutil" "os" - tmjson "github.com/lazyledger/lazyledger-core/libs/json" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmjson "github.com/celestiaorg/celestia-core/libs/json" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/server/export_test.go b/server/export_test.go index 1c312e2a6aab..ea10e15bb9fd 100644 --- a/server/export_test.go +++ b/server/export_test.go @@ -13,11 +13,11 @@ import ( "github.com/spf13/cobra" "github.com/stretchr/testify/require" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmjson "github.com/lazyledger/lazyledger-core/libs/json" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" - tmtypes "github.com/lazyledger/lazyledger-core/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmjson "github.com/celestiaorg/celestia-core/libs/json" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" + tmtypes "github.com/celestiaorg/celestia-core/types" dbm "github.com/tendermint/tm-db" "github.com/cosmos/cosmos-sdk/client" diff --git a/server/logger.go b/server/logger.go index f2e23c2d9bc9..a6b0fa264272 100644 --- a/server/logger.go +++ b/server/logger.go @@ -1,7 +1,7 @@ package server import ( - tmlog "github.com/lazyledger/lazyledger-core/libs/log" + tmlog "github.com/celestiaorg/celestia-core/libs/log" "github.com/rs/zerolog" ) diff --git a/server/mock/app.go b/server/mock/app.go index 5a1863e51ac3..05e82a66510b 100644 --- a/server/mock/app.go +++ b/server/mock/app.go @@ -6,10 +6,10 @@ import ( "fmt" "path/filepath" - "github.com/lazyledger/lazyledger-core/types" + "github.com/celestiaorg/celestia-core/types" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/libs/log" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/libs/log" bam "github.com/cosmos/cosmos-sdk/baseapp" "github.com/cosmos/cosmos-sdk/codec" diff --git a/server/mock/app_test.go b/server/mock/app_test.go index 5a5a725cb526..f0622fff4c67 100644 --- a/server/mock/app_test.go +++ b/server/mock/app_test.go @@ -3,9 +3,9 @@ package mock import ( "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" - "github.com/lazyledger/lazyledger-core/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" + "github.com/celestiaorg/celestia-core/types" "github.com/stretchr/testify/require" ) diff --git a/server/mock/helpers.go b/server/mock/helpers.go index f0b7242850d1..ad9d9da736d2 100644 --- a/server/mock/helpers.go +++ b/server/mock/helpers.go @@ -5,8 +5,8 @@ import ( "io/ioutil" "os" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/libs/log" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/libs/log" ) // SetupApp returns an application as well as a clean-up function diff --git a/server/start.go b/server/start.go index 1e8de8a97aa3..802b7cb92b0b 100644 --- a/server/start.go +++ b/server/start.go @@ -8,14 +8,14 @@ import ( "runtime/pprof" "time" - "github.com/lazyledger/lazyledger-core/abci/server" - tcmd "github.com/lazyledger/lazyledger-core/cmd/tendermint/commands" - tmos "github.com/lazyledger/lazyledger-core/libs/os" - "github.com/lazyledger/lazyledger-core/node" - "github.com/lazyledger/lazyledger-core/p2p" - pvm "github.com/lazyledger/lazyledger-core/privval" - "github.com/lazyledger/lazyledger-core/proxy" - "github.com/lazyledger/lazyledger-core/rpc/client/local" + "github.com/celestiaorg/celestia-core/abci/server" + tcmd "github.com/celestiaorg/celestia-core/cmd/tendermint/commands" + tmos "github.com/celestiaorg/celestia-core/libs/os" + "github.com/celestiaorg/celestia-core/node" + "github.com/celestiaorg/celestia-core/p2p" + pvm "github.com/celestiaorg/celestia-core/privval" + "github.com/celestiaorg/celestia-core/proxy" + "github.com/celestiaorg/celestia-core/rpc/client/local" "github.com/spf13/cobra" "google.golang.org/grpc" diff --git a/server/tm_cmds.go b/server/tm_cmds.go index 078a937efeaf..8e0e5ccf26ca 100644 --- a/server/tm_cmds.go +++ b/server/tm_cmds.go @@ -6,11 +6,11 @@ import ( "fmt" "strings" - tcmd "github.com/lazyledger/lazyledger-core/cmd/tendermint/commands" - "github.com/lazyledger/lazyledger-core/libs/cli" - "github.com/lazyledger/lazyledger-core/p2p" - pvm "github.com/lazyledger/lazyledger-core/privval" - tversion "github.com/lazyledger/lazyledger-core/version" + tcmd "github.com/celestiaorg/celestia-core/cmd/tendermint/commands" + "github.com/celestiaorg/celestia-core/libs/cli" + "github.com/celestiaorg/celestia-core/p2p" + pvm "github.com/celestiaorg/celestia-core/privval" + tversion "github.com/celestiaorg/celestia-core/version" "github.com/spf13/cobra" yaml "gopkg.in/yaml.v2" diff --git a/server/types/app.go b/server/types/app.go index 9fbca1053351..5d393245c7d0 100644 --- a/server/types/app.go +++ b/server/types/app.go @@ -4,10 +4,10 @@ import ( "encoding/json" "io" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/gogo/protobuf/grpc" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/libs/log" - tmtypes "github.com/lazyledger/lazyledger-core/types" "github.com/spf13/cobra" dbm "github.com/tendermint/tm-db" diff --git a/server/util.go b/server/util.go index 87c87f182caa..7a53415692f6 100644 --- a/server/util.go +++ b/server/util.go @@ -14,8 +14,8 @@ import ( "syscall" "time" - tmcfg "github.com/lazyledger/lazyledger-core/config" - tmlog "github.com/lazyledger/lazyledger-core/libs/log" + tmcfg "github.com/celestiaorg/celestia-core/config" + tmlog "github.com/celestiaorg/celestia-core/libs/log" "github.com/rs/zerolog" "github.com/rs/zerolog/log" "github.com/spf13/cobra" diff --git a/simapp/app.go b/simapp/app.go index 31f2796508c7..f4f85b847ad1 100644 --- a/simapp/app.go +++ b/simapp/app.go @@ -6,12 +6,12 @@ import ( "os" "path/filepath" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmjson "github.com/celestiaorg/celestia-core/libs/json" + "github.com/celestiaorg/celestia-core/libs/log" + tmos "github.com/celestiaorg/celestia-core/libs/os" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/gorilla/mux" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmjson "github.com/lazyledger/lazyledger-core/libs/json" - "github.com/lazyledger/lazyledger-core/libs/log" - tmos "github.com/lazyledger/lazyledger-core/libs/os" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" "github.com/rakyll/statik/fs" "github.com/spf13/cast" dbm "github.com/tendermint/tm-db" diff --git a/simapp/app_test.go b/simapp/app_test.go index 46e613f07cea..065c4e9453e1 100644 --- a/simapp/app_test.go +++ b/simapp/app_test.go @@ -5,11 +5,11 @@ import ( "os" "testing" - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" ) func TestSimAppExportAndBlockedAddrs(t *testing.T) { diff --git a/simapp/export.go b/simapp/export.go index 2d55b959a628..07163e29a241 100644 --- a/simapp/export.go +++ b/simapp/export.go @@ -4,7 +4,7 @@ import ( "encoding/json" "log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" servertypes "github.com/cosmos/cosmos-sdk/server/types" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/simapp/genesis_account_test.go b/simapp/genesis_account_test.go index c328452e6426..d7805022f030 100644 --- a/simapp/genesis_account_test.go +++ b/simapp/genesis_account_test.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/lazyledger/lazyledger-core/crypto" + "github.com/celestiaorg/celestia-core/crypto" "github.com/stretchr/testify/require" ) diff --git a/simapp/sim_bench_test.go b/simapp/sim_bench_test.go index 3897be95c2e5..0e1ed527c2fb 100644 --- a/simapp/sim_bench_test.go +++ b/simapp/sim_bench_test.go @@ -5,7 +5,7 @@ import ( "os" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" diff --git a/simapp/sim_test.go b/simapp/sim_test.go index 4ce2b998e576..9cfc6c29571a 100644 --- a/simapp/sim_test.go +++ b/simapp/sim_test.go @@ -7,9 +7,9 @@ import ( "os" "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" diff --git a/simapp/simd/cmd/genaccounts_test.go b/simapp/simd/cmd/genaccounts_test.go index 061f05107826..6823f0f65be0 100644 --- a/simapp/simd/cmd/genaccounts_test.go +++ b/simapp/simd/cmd/genaccounts_test.go @@ -5,7 +5,7 @@ import ( "fmt" "testing" - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/spf13/viper" "github.com/stretchr/testify/require" diff --git a/simapp/simd/cmd/root.go b/simapp/simd/cmd/root.go index 1f44519c41a3..725f830383da 100644 --- a/simapp/simd/cmd/root.go +++ b/simapp/simd/cmd/root.go @@ -6,8 +6,8 @@ import ( "os" "path/filepath" - tmcli "github.com/lazyledger/lazyledger-core/libs/cli" - "github.com/lazyledger/lazyledger-core/libs/log" + tmcli "github.com/celestiaorg/celestia-core/libs/cli" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/spf13/cast" "github.com/spf13/cobra" dbm "github.com/tendermint/tm-db" diff --git a/simapp/simd/cmd/testnet.go b/simapp/simd/cmd/testnet.go index e579844a4db0..f99adce44e4b 100644 --- a/simapp/simd/cmd/testnet.go +++ b/simapp/simd/cmd/testnet.go @@ -11,11 +11,11 @@ import ( "os" "path/filepath" - tmconfig "github.com/lazyledger/lazyledger-core/config" - tmos "github.com/lazyledger/lazyledger-core/libs/os" - tmrand "github.com/lazyledger/lazyledger-core/libs/rand" - "github.com/lazyledger/lazyledger-core/types" - tmtime "github.com/lazyledger/lazyledger-core/types/time" + tmconfig "github.com/celestiaorg/celestia-core/config" + tmos "github.com/celestiaorg/celestia-core/libs/os" + tmrand "github.com/celestiaorg/celestia-core/libs/rand" + "github.com/celestiaorg/celestia-core/types" + tmtime "github.com/celestiaorg/celestia-core/types/time" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" @@ -116,7 +116,7 @@ func InitTestnet( ) error { if chainID == "" { - chainID = "chain-" + tmrand.NewRand().Str(6) + chainID = "chain-" + tmrand.Str(6) } nodeIDs := make([]string, numValidators) diff --git a/simapp/state.go b/simapp/state.go index 2510091f650e..f7a87c8c7f62 100644 --- a/simapp/state.go +++ b/simapp/state.go @@ -8,8 +8,8 @@ import ( "math/rand" "time" - tmjson "github.com/lazyledger/lazyledger-core/libs/json" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmjson "github.com/celestiaorg/celestia-core/libs/json" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" diff --git a/simapp/test_helpers.go b/simapp/test_helpers.go index 985b65c2ba03..5c0ee71cd3eb 100644 --- a/simapp/test_helpers.go +++ b/simapp/test_helpers.go @@ -9,10 +9,10 @@ import ( "testing" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" - tmtypes "github.com/lazyledger/lazyledger-core/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" diff --git a/simapp/types.go b/simapp/types.go index 18fef23af223..9b0c5150dcdb 100644 --- a/simapp/types.go +++ b/simapp/types.go @@ -1,7 +1,7 @@ package simapp import ( - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/server/types" diff --git a/simapp/utils.go b/simapp/utils.go index 3e96019cca33..d21e53fb4c02 100644 --- a/simapp/utils.go +++ b/simapp/utils.go @@ -5,7 +5,7 @@ import ( "fmt" "io/ioutil" - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" dbm "github.com/tendermint/tm-db" "github.com/cosmos/cosmos-sdk/codec" diff --git a/snapshots/manager.go b/snapshots/manager.go index 85e44e0b2652..3cb96e65f42f 100644 --- a/snapshots/manager.go +++ b/snapshots/manager.go @@ -38,7 +38,7 @@ type restoreDone struct { // // 1) In the future, ABCI should support streaming. Consider e.g. InitChain during chain // upgrades, which currently passes the entire chain state as an in-memory byte slice. -// https://github.com/lazyledger/lazyledger-core/issues/5184 +// https://github.com/tendermint/tendermint/issues/5184 // // 2) io.ReadCloser streams automatically propagate IO errors, and can pass arbitrary // errors via io.Pipe.CloseWithError(). diff --git a/snapshots/types/convert.go b/snapshots/types/convert.go index 65a9e7563473..5f3f4e7eaaa3 100644 --- a/snapshots/types/convert.go +++ b/snapshots/types/convert.go @@ -1,8 +1,8 @@ package types import ( + abci "github.com/celestiaorg/celestia-core/abci/types" proto "github.com/gogo/protobuf/proto" - abci "github.com/lazyledger/lazyledger-core/abci/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" ) diff --git a/store/cachekv/store_test.go b/store/cachekv/store_test.go index 1df170d1b6e7..481c5dd65381 100644 --- a/store/cachekv/store_test.go +++ b/store/cachekv/store_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - tmrand "github.com/lazyledger/lazyledger-core/libs/rand" + tmrand "github.com/celestiaorg/celestia-core/libs/rand" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" diff --git a/store/iavl/store.go b/store/iavl/store.go index c28c51a803bf..1aa19ddcf58b 100644 --- a/store/iavl/store.go +++ b/store/iavl/store.go @@ -7,10 +7,10 @@ import ( "sync" "time" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmcrypto "github.com/celestiaorg/celestia-core/proto/tendermint/crypto" ics23 "github.com/confio/ics23/go" "github.com/cosmos/iavl" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmcrypto "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto" dbm "github.com/tendermint/tm-db" "github.com/cosmos/cosmos-sdk/store/cachekv" diff --git a/store/iavl/store_test.go b/store/iavl/store_test.go index 52cfbf75d51c..e42c77739a0d 100644 --- a/store/iavl/store_test.go +++ b/store/iavl/store_test.go @@ -5,8 +5,8 @@ import ( "fmt" "testing" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/iavl" - abci "github.com/lazyledger/lazyledger-core/abci/types" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" diff --git a/store/internal/maps/maps.go b/store/internal/maps/maps.go index e914c704c783..6fa183cdd079 100644 --- a/store/internal/maps/maps.go +++ b/store/internal/maps/maps.go @@ -3,9 +3,9 @@ package maps import ( "encoding/binary" - "github.com/lazyledger/lazyledger-core/crypto/merkle" - "github.com/lazyledger/lazyledger-core/crypto/tmhash" - tmcrypto "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto" + "github.com/celestiaorg/celestia-core/crypto/merkle" + "github.com/celestiaorg/celestia-core/crypto/tmhash" + tmcrypto "github.com/celestiaorg/celestia-core/proto/tendermint/crypto" "github.com/cosmos/cosmos-sdk/types/kv" ) diff --git a/store/internal/proofs/convert.go b/store/internal/proofs/convert.go index 8764ee965b67..92e68dbeb0d9 100644 --- a/store/internal/proofs/convert.go +++ b/store/internal/proofs/convert.go @@ -4,8 +4,8 @@ import ( "fmt" "math/bits" + "github.com/celestiaorg/celestia-core/proto/tendermint/crypto" ics23 "github.com/confio/ics23/go" - "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto" ) // ConvertExistenceProof will convert the given proof into a valid diff --git a/store/internal/proofs/helpers.go b/store/internal/proofs/helpers.go index f1d5da3c8763..94930b542e4d 100644 --- a/store/internal/proofs/helpers.go +++ b/store/internal/proofs/helpers.go @@ -3,8 +3,8 @@ package proofs import ( "sort" - "github.com/lazyledger/lazyledger-core/libs/rand" - tmcrypto "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto" + "github.com/celestiaorg/celestia-core/libs/rand" + tmcrypto "github.com/celestiaorg/celestia-core/proto/tendermint/crypto" sdkmaps "github.com/cosmos/cosmos-sdk/store/internal/maps" ) @@ -70,7 +70,7 @@ func GetKey(allkeys []string, loc Where) string { return allkeys[len(allkeys)-1] } // select a random index between 1 and allkeys-2 - idx := rand.Int()%(len(allkeys)-2) + 1 + idx := rand.NewRand().Int()%(len(allkeys)-2) + 1 return allkeys[idx] } diff --git a/store/prefix/store.go b/store/prefix/store.go index a99cbd3d87d3..f8ccf706097b 100644 --- a/store/prefix/store.go +++ b/store/prefix/store.go @@ -81,7 +81,7 @@ func (s Store) Delete(key []byte) { } // Implements KVStore -// Check https://github.com/lazyledger/lazyledger-core/blob/master/libs/db/prefix_db.go#L106 +// Check https://github.com/tendermint/tendermint/blob/master/libs/db/prefix_db.go#L106 func (s Store) Iterator(start, end []byte) types.Iterator { newstart := cloneAppend(s.prefix, start) @@ -98,7 +98,7 @@ func (s Store) Iterator(start, end []byte) types.Iterator { } // ReverseIterator implements KVStore -// Check https://github.com/lazyledger/lazyledger-core/blob/master/libs/db/prefix_db.go#L129 +// Check https://github.com/tendermint/tendermint/blob/master/libs/db/prefix_db.go#L129 func (s Store) ReverseIterator(start, end []byte) types.Iterator { newstart := cloneAppend(s.prefix, start) @@ -192,7 +192,7 @@ func (pi *prefixIterator) Error() error { return nil } -// copied from github.com/lazyledger/lazyledger-core/libs/db/prefix_db.go +// copied from github.com/celestiaorg/celestia-core/libs/db/prefix_db.go func stripPrefix(key []byte, prefix []byte) []byte { if len(key) < len(prefix) || !bytes.Equal(key[:len(prefix)], prefix) { panic("should not happen") diff --git a/store/prefix/store_test.go b/store/prefix/store_test.go index 91472b55142b..b6f32b45f961 100644 --- a/store/prefix/store_test.go +++ b/store/prefix/store_test.go @@ -235,7 +235,7 @@ func TestPrefixStoreReverseIteratorEdgeCase(t *testing.T) { iter.Close() } -// Tests below are ported from https://github.com/lazyledger/lazyledger-core/blob/master/libs/db/prefix_db_test.go +// Tests below are ported from https://github.com/tendermint/tendermint/blob/master/libs/db/prefix_db_test.go func mockStoreWithStuff() types.KVStore { db := dbm.NewMemDB() diff --git a/store/rootmulti/proof.go b/store/rootmulti/proof.go index 784def50bac1..bb84f76579e2 100644 --- a/store/rootmulti/proof.go +++ b/store/rootmulti/proof.go @@ -1,7 +1,7 @@ package rootmulti import ( - "github.com/lazyledger/lazyledger-core/crypto/merkle" + "github.com/celestiaorg/celestia-core/crypto/merkle" storetypes "github.com/cosmos/cosmos-sdk/store/types" ) diff --git a/store/rootmulti/proof_test.go b/store/rootmulti/proof_test.go index acc625f6e375..b07846fbcb21 100644 --- a/store/rootmulti/proof_test.go +++ b/store/rootmulti/proof_test.go @@ -3,7 +3,7 @@ package rootmulti import ( "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" diff --git a/store/rootmulti/store.go b/store/rootmulti/store.go index 0e44f40f72a5..445564338e76 100644 --- a/store/rootmulti/store.go +++ b/store/rootmulti/store.go @@ -10,10 +10,10 @@ import ( "sort" "strings" + abci "github.com/celestiaorg/celestia-core/abci/types" iavltree "github.com/cosmos/iavl" protoio "github.com/gogo/protobuf/io" gogotypes "github.com/gogo/protobuf/types" - abci "github.com/lazyledger/lazyledger-core/abci/types" "github.com/pkg/errors" dbm "github.com/tendermint/tm-db" diff --git a/store/rootmulti/store_test.go b/store/rootmulti/store_test.go index 156fd345ebb9..ceae3139c1a1 100644 --- a/store/rootmulti/store_test.go +++ b/store/rootmulti/store_test.go @@ -11,7 +11,7 @@ import ( "math/rand" "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" diff --git a/store/types/commit_info.go b/store/types/commit_info.go index acd467181ef7..06da593a2704 100644 --- a/store/types/commit_info.go +++ b/store/types/commit_info.go @@ -3,8 +3,8 @@ package types import ( fmt "fmt" + tmcrypto "github.com/celestiaorg/celestia-core/proto/tendermint/crypto" ics23 "github.com/confio/ics23/go" - tmcrypto "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto" sdkmaps "github.com/cosmos/cosmos-sdk/store/internal/maps" sdkproofs "github.com/cosmos/cosmos-sdk/store/internal/proofs" diff --git a/store/types/proof.go b/store/types/proof.go index b6cd8fa0c716..49b673156be5 100644 --- a/store/types/proof.go +++ b/store/types/proof.go @@ -1,9 +1,9 @@ package types import ( + "github.com/celestiaorg/celestia-core/crypto/merkle" + tmmerkle "github.com/celestiaorg/celestia-core/proto/tendermint/crypto" ics23 "github.com/confio/ics23/go" - "github.com/lazyledger/lazyledger-core/crypto/merkle" - tmmerkle "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" ) diff --git a/store/types/store.go b/store/types/store.go index a829cba4d4d0..4e8b1f65bd1e 100644 --- a/store/types/store.go +++ b/store/types/store.go @@ -4,8 +4,8 @@ import ( "fmt" "io" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmstrings "github.com/lazyledger/lazyledger-core/libs/strings" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmstrings "github.com/celestiaorg/celestia-core/libs/strings" dbm "github.com/tendermint/tm-db" snapshottypes "github.com/cosmos/cosmos-sdk/snapshots/types" diff --git a/tests/mocks/tendermint_tendermint_libs_log_DB.go b/tests/mocks/tendermint_tendermint_libs_log_DB.go index 78615438f6ed..98154d997581 100644 --- a/tests/mocks/tendermint_tendermint_libs_log_DB.go +++ b/tests/mocks/tendermint_tendermint_libs_log_DB.go @@ -1,12 +1,12 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: github.com/lazyledger/lazyledger-core/libs/log (interfaces: Logger) +// Source: github.com/celestiaorg/celestia-core/libs/log (interfaces: Logger) // Package mocks is a generated GoMock package. package mocks import ( + log "github.com/celestiaorg/celestia-core/libs/log" gomock "github.com/golang/mock/gomock" - log "github.com/lazyledger/lazyledger-core/libs/log" reflect "reflect" ) diff --git a/tests/mocks/types_module_module.go b/tests/mocks/types_module_module.go index d776685fe9fb..cddac087fff7 100644 --- a/tests/mocks/types_module_module.go +++ b/tests/mocks/types_module_module.go @@ -6,6 +6,7 @@ package mocks import ( json "encoding/json" + types1 "github.com/celestiaorg/celestia-core/abci/types" client "github.com/cosmos/cosmos-sdk/client" codec "github.com/cosmos/cosmos-sdk/codec" types "github.com/cosmos/cosmos-sdk/codec/types" @@ -14,7 +15,6 @@ import ( gomock "github.com/golang/mock/gomock" mux "github.com/gorilla/mux" runtime "github.com/grpc-ecosystem/grpc-gateway/runtime" - types1 "github.com/lazyledger/lazyledger-core/abci/types" cobra "github.com/spf13/cobra" reflect "reflect" ) diff --git a/testutil/network/network.go b/testutil/network/network.go index c1a3ea0741f0..513e04eaa76d 100644 --- a/testutil/network/network.go +++ b/testutil/network/network.go @@ -14,12 +14,12 @@ import ( "testing" "time" - tmcfg "github.com/lazyledger/lazyledger-core/config" - tmflags "github.com/lazyledger/lazyledger-core/libs/cli/flags" - "github.com/lazyledger/lazyledger-core/libs/log" - tmrand "github.com/lazyledger/lazyledger-core/libs/rand" - "github.com/lazyledger/lazyledger-core/node" - tmclient "github.com/lazyledger/lazyledger-core/rpc/client" + tmcfg "github.com/celestiaorg/celestia-core/config" + tmflags "github.com/celestiaorg/celestia-core/libs/cli/flags" + "github.com/celestiaorg/celestia-core/libs/log" + tmrand "github.com/celestiaorg/celestia-core/libs/rand" + "github.com/celestiaorg/celestia-core/node" + tmclient "github.com/celestiaorg/celestia-core/rpc/client" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" "google.golang.org/grpc" @@ -106,7 +106,7 @@ func DefaultConfig() Config { AppConstructor: NewAppConstructor(encCfg), GenesisState: simapp.ModuleBasics.DefaultGenesis(encCfg.Marshaler), TimeoutCommit: 2 * time.Second, - ChainID: "chain-" + tmrand.NewRand().Str(6), + ChainID: "chain-" + tmrand.Str(6), NumValidators: 4, BondDenom: sdk.DefaultBondDenom, MinGasPrices: fmt.Sprintf("0.000006%s", sdk.DefaultBondDenom), diff --git a/testutil/network/util.go b/testutil/network/util.go index c5e9fed9341c..5d912ff55082 100644 --- a/testutil/network/util.go +++ b/testutil/network/util.go @@ -6,14 +6,14 @@ import ( "path/filepath" "time" - tmos "github.com/lazyledger/lazyledger-core/libs/os" - "github.com/lazyledger/lazyledger-core/node" - "github.com/lazyledger/lazyledger-core/p2p" - pvm "github.com/lazyledger/lazyledger-core/privval" - "github.com/lazyledger/lazyledger-core/proxy" - "github.com/lazyledger/lazyledger-core/rpc/client/local" - "github.com/lazyledger/lazyledger-core/types" - tmtime "github.com/lazyledger/lazyledger-core/types/time" + tmos "github.com/celestiaorg/celestia-core/libs/os" + "github.com/celestiaorg/celestia-core/node" + "github.com/celestiaorg/celestia-core/p2p" + pvm "github.com/celestiaorg/celestia-core/privval" + "github.com/celestiaorg/celestia-core/proxy" + "github.com/celestiaorg/celestia-core/rpc/client/local" + "github.com/celestiaorg/celestia-core/types" + tmtime "github.com/celestiaorg/celestia-core/types/time" "github.com/cosmos/cosmos-sdk/server/api" servergrpc "github.com/cosmos/cosmos-sdk/server/grpc" diff --git a/third_party/proto/tendermint/abci/types.proto b/third_party/proto/tendermint/abci/types.proto index f801fb56513f..17dbf403925e 100644 --- a/third_party/proto/tendermint/abci/types.proto +++ b/third_party/proto/tendermint/abci/types.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package tendermint.abci; -option go_package = "github.com/lazyledger/lazyledger-core/abci/types"; +option go_package = "github.com/celestiaorg/celestia-core/abci/types"; // For more information on gogo.proto, see: // https://github.com/gogo/protobuf/blob/master/extensions.md @@ -370,7 +370,7 @@ message Evidence { ]; // Total voting power of the validator set in case the ABCI application does // not store historical validators. - // https://github.com/lazyledger/lazyledger-core/issues/4581 + // https://github.com/tendermint/tendermint/issues/4581 int64 total_voting_power = 5; } diff --git a/third_party/proto/tendermint/crypto/keys.proto b/third_party/proto/tendermint/crypto/keys.proto index d48ade83a3b4..1fd4e2b2e3dd 100644 --- a/third_party/proto/tendermint/crypto/keys.proto +++ b/third_party/proto/tendermint/crypto/keys.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package tendermint.crypto; -option go_package = "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto"; +option go_package = "github.com/celestiaorg/celestia-core/proto/tendermint/crypto"; import "gogoproto/gogo.proto"; diff --git a/third_party/proto/tendermint/crypto/proof.proto b/third_party/proto/tendermint/crypto/proof.proto index 603a21be1419..9d8b803dcb22 100644 --- a/third_party/proto/tendermint/crypto/proof.proto +++ b/third_party/proto/tendermint/crypto/proof.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package tendermint.crypto; -option go_package = "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto"; +option go_package = "github.com/celestiaorg/celestia-core/proto/tendermint/crypto"; import "gogoproto/gogo.proto"; diff --git a/third_party/proto/tendermint/libs/bits/types.proto b/third_party/proto/tendermint/libs/bits/types.proto index 91e155be29be..0a0a46fc7674 100644 --- a/third_party/proto/tendermint/libs/bits/types.proto +++ b/third_party/proto/tendermint/libs/bits/types.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package tendermint.libs.bits; -option go_package = "github.com/lazyledger/lazyledger-core/proto/tendermint/libs/bits"; +option go_package = "github.com/celestiaorg/celestia-core/proto/tendermint/libs/bits"; message BitArray { int64 bits = 1; diff --git a/third_party/proto/tendermint/p2p/types.proto b/third_party/proto/tendermint/p2p/types.proto index 95f01de309a3..288dbb569bb6 100644 --- a/third_party/proto/tendermint/p2p/types.proto +++ b/third_party/proto/tendermint/p2p/types.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package tendermint.p2p; -option go_package = "github.com/lazyledger/lazyledger-core/proto/tendermint/p2p"; +option go_package = "github.com/celestiaorg/celestia-core/proto/tendermint/p2p"; import "gogoproto/gogo.proto"; diff --git a/third_party/proto/tendermint/types/block.proto b/third_party/proto/tendermint/types/block.proto index f9d9aa9f7b72..c731bf596884 100644 --- a/third_party/proto/tendermint/types/block.proto +++ b/third_party/proto/tendermint/types/block.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package tendermint.types; -option go_package = "github.com/lazyledger/lazyledger-core/proto/tendermint/types"; +option go_package = "github.com/celestiaorg/celestia-core/proto/tendermint/types"; import "gogoproto/gogo.proto"; import "tendermint/types/types.proto"; diff --git a/third_party/proto/tendermint/types/evidence.proto b/third_party/proto/tendermint/types/evidence.proto index 188eda46555f..7ccd26ec4b7b 100644 --- a/third_party/proto/tendermint/types/evidence.proto +++ b/third_party/proto/tendermint/types/evidence.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package tendermint.types; -option go_package = "github.com/lazyledger/lazyledger-core/proto/tendermint/types"; +option go_package = "github.com/celestiaorg/celestia-core/proto/tendermint/types"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; diff --git a/third_party/proto/tendermint/types/params.proto b/third_party/proto/tendermint/types/params.proto index b24aac167f08..e7c4d7555ca1 100644 --- a/third_party/proto/tendermint/types/params.proto +++ b/third_party/proto/tendermint/types/params.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package tendermint.types; -option go_package = "github.com/lazyledger/lazyledger-core/proto/tendermint/types"; +option go_package = "github.com/celestiaorg/celestia-core/proto/tendermint/types"; import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; diff --git a/third_party/proto/tendermint/types/types.proto b/third_party/proto/tendermint/types/types.proto index 96b782c5b490..a7972f58d439 100644 --- a/third_party/proto/tendermint/types/types.proto +++ b/third_party/proto/tendermint/types/types.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package tendermint.types; -option go_package = "github.com/lazyledger/lazyledger-core/proto/tendermint/types"; +option go_package = "github.com/celestiaorg/celestia-core/proto/tendermint/types"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; diff --git a/third_party/proto/tendermint/types/validator.proto b/third_party/proto/tendermint/types/validator.proto index 0fa3fb3e3fc2..229604174712 100644 --- a/third_party/proto/tendermint/types/validator.proto +++ b/third_party/proto/tendermint/types/validator.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package tendermint.types; -option go_package = "github.com/lazyledger/lazyledger-core/proto/tendermint/types"; +option go_package = "github.com/celestiaorg/celestia-core/proto/tendermint/types"; import "gogoproto/gogo.proto"; import "tendermint/crypto/keys.proto"; diff --git a/third_party/proto/tendermint/version/types.proto b/third_party/proto/tendermint/version/types.proto index 81851d4f91d2..8498d633d024 100644 --- a/third_party/proto/tendermint/version/types.proto +++ b/third_party/proto/tendermint/version/types.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package tendermint.version; -option go_package = "github.com/lazyledger/lazyledger-core/proto/tendermint/version"; +option go_package = "github.com/celestiaorg/celestia-core/proto/tendermint/version"; import "gogoproto/gogo.proto"; diff --git a/types/abci.go b/types/abci.go index aeeb3509b4fc..1f40bebce69b 100644 --- a/types/abci.go +++ b/types/abci.go @@ -1,6 +1,6 @@ package types -import abci "github.com/lazyledger/lazyledger-core/abci/types" +import abci "github.com/celestiaorg/celestia-core/abci/types" // InitChainer initializes application state at genesis type InitChainer func(ctx Context, req abci.RequestInitChain) abci.ResponseInitChain diff --git a/types/abci.pb.go b/types/abci.pb.go index 46fc2c13efda..cf7ac0181487 100644 --- a/types/abci.pb.go +++ b/types/abci.pb.go @@ -5,10 +5,10 @@ package types import ( fmt "fmt" + types1 "github.com/celestiaorg/celestia-core/abci/types" types "github.com/cosmos/cosmos-sdk/codec/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" - types1 "github.com/lazyledger/lazyledger-core/abci/types" io "io" math "math" math_bits "math/bits" diff --git a/types/context.go b/types/context.go index 9f6a71c3ac10..270453287010 100644 --- a/types/context.go +++ b/types/context.go @@ -4,10 +4,10 @@ import ( "context" "time" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/gogo/protobuf/proto" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" "github.com/cosmos/cosmos-sdk/store/gaskv" stypes "github.com/cosmos/cosmos-sdk/store/types" diff --git a/types/context_test.go b/types/context_test.go index 77b624a1973c..f0a4aa0bd3c5 100644 --- a/types/context_test.go +++ b/types/context_test.go @@ -5,10 +5,10 @@ import ( "testing" "time" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/golang/mock/gomock" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" "github.com/stretchr/testify/suite" dbm "github.com/tendermint/tm-db" diff --git a/types/errors/abci.go b/types/errors/abci.go index 4e35cd6247fd..ee95d571c5e1 100644 --- a/types/errors/abci.go +++ b/types/errors/abci.go @@ -4,7 +4,7 @@ import ( "fmt" "reflect" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" ) const ( diff --git a/types/events.go b/types/events.go index c1646fa441e3..14ed3c850cc4 100644 --- a/types/events.go +++ b/types/events.go @@ -7,9 +7,9 @@ import ( "sort" "strings" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/gogo/protobuf/jsonpb" proto "github.com/gogo/protobuf/proto" - abci "github.com/lazyledger/lazyledger-core/abci/types" "github.com/cosmos/cosmos-sdk/codec" ) diff --git a/types/events_test.go b/types/events_test.go index cf248ebaa3a2..de266ecf70e6 100644 --- a/types/events_test.go +++ b/types/events_test.go @@ -5,7 +5,7 @@ import ( "reflect" "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/stretchr/testify/suite" codectypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/types/module/module.go b/types/module/module.go index d5b62b32cdb2..e5892a229134 100644 --- a/types/module/module.go +++ b/types/module/module.go @@ -31,9 +31,9 @@ package module import ( "encoding/json" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/gorilla/mux" "github.com/grpc-ecosystem/grpc-gateway/runtime" - abci "github.com/lazyledger/lazyledger-core/abci/types" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" diff --git a/types/module/module_test.go b/types/module/module_test.go index 18b03a36adc2..70e011df6d15 100644 --- a/types/module/module_test.go +++ b/types/module/module_test.go @@ -7,9 +7,9 @@ import ( "github.com/cosmos/cosmos-sdk/codec/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/golang/mock/gomock" "github.com/gorilla/mux" - abci "github.com/lazyledger/lazyledger-core/abci/types" "github.com/spf13/cobra" "github.com/stretchr/testify/require" diff --git a/types/query/pagination_test.go b/types/query/pagination_test.go index 795942b89235..e26cb1f21b11 100644 --- a/types/query/pagination_test.go +++ b/types/query/pagination_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/suite" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" dbm "github.com/tendermint/tm-db" "github.com/cosmos/cosmos-sdk/baseapp" diff --git a/types/queryable.go b/types/queryable.go index 63ed1475e6c2..427969a2d883 100644 --- a/types/queryable.go +++ b/types/queryable.go @@ -1,7 +1,7 @@ package types import ( - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" ) // Querier defines a function type that a module querier must implement to handle diff --git a/types/rest/rest.go b/types/rest/rest.go index 6b492a348be2..53409b93dae0 100644 --- a/types/rest/rest.go +++ b/types/rest/rest.go @@ -13,7 +13,7 @@ import ( "strconv" "strings" - "github.com/lazyledger/lazyledger-core/types" + "github.com/celestiaorg/celestia-core/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/types/result.go b/types/result.go index b241ddf37fb8..27b3897e37a2 100644 --- a/types/result.go +++ b/types/result.go @@ -11,8 +11,8 @@ import ( yaml "gopkg.in/yaml.v2" - abci "github.com/lazyledger/lazyledger-core/abci/types" - ctypes "github.com/lazyledger/lazyledger-core/rpc/core/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + ctypes "github.com/celestiaorg/celestia-core/rpc/core/types" "github.com/cosmos/cosmos-sdk/codec" codectypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/types/result_test.go b/types/result_test.go index bf19cd56b9d7..f4f550aa195f 100644 --- a/types/result_test.go +++ b/types/result_test.go @@ -11,9 +11,9 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/libs/bytes" - ctypes "github.com/lazyledger/lazyledger-core/rpc/core/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/libs/bytes" + ctypes "github.com/celestiaorg/celestia-core/rpc/core/types" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/testutil/testdata" diff --git a/version/command.go b/version/command.go index ba426aad68bd..a4c5c966c359 100644 --- a/version/command.go +++ b/version/command.go @@ -4,7 +4,7 @@ import ( "encoding/json" "strings" - "github.com/lazyledger/lazyledger-core/libs/cli" + "github.com/celestiaorg/celestia-core/libs/cli" "github.com/spf13/cobra" yaml "gopkg.in/yaml.v2" ) diff --git a/version/version_test.go b/version/version_test.go index 5eaf3724098e..0d0f560c82f5 100644 --- a/version/version_test.go +++ b/version/version_test.go @@ -6,7 +6,7 @@ import ( "runtime" "testing" - "github.com/lazyledger/lazyledger-core/libs/cli" + "github.com/celestiaorg/celestia-core/libs/cli" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/x/auth/ante/testutil_test.go b/x/auth/ante/testutil_test.go index b41514ecd385..82a92eea2062 100644 --- a/x/auth/ante/testutil_test.go +++ b/x/auth/ante/testutil_test.go @@ -5,7 +5,7 @@ import ( "fmt" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/auth/client/cli/cli_test.go b/x/auth/client/cli/cli_test.go index d3ebac714fb4..3583907407ab 100644 --- a/x/auth/client/cli/cli_test.go +++ b/x/auth/client/cli/cli_test.go @@ -9,7 +9,7 @@ import ( "strings" "testing" - tmcli "github.com/lazyledger/lazyledger-core/libs/cli" + tmcli "github.com/celestiaorg/celestia-core/libs/cli" "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" diff --git a/x/auth/client/cli/query.go b/x/auth/client/cli/query.go index f22823fc5cdb..8efd7e93912c 100644 --- a/x/auth/client/cli/query.go +++ b/x/auth/client/cli/query.go @@ -5,7 +5,7 @@ import ( "fmt" "strings" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/auth/client/query.go b/x/auth/client/query.go index 991fdbb557d9..e3e8421912ee 100644 --- a/x/auth/client/query.go +++ b/x/auth/client/query.go @@ -8,7 +8,7 @@ import ( "strings" "time" - ctypes "github.com/lazyledger/lazyledger-core/rpc/core/types" + ctypes "github.com/celestiaorg/celestia-core/rpc/core/types" "github.com/cosmos/cosmos-sdk/client" codectypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/x/auth/client/testutil/helpers.go b/x/auth/client/testutil/helpers.go index 361b90cb96da..0c008d391b78 100644 --- a/x/auth/client/testutil/helpers.go +++ b/x/auth/client/testutil/helpers.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - tmcli "github.com/lazyledger/lazyledger-core/libs/cli" + tmcli "github.com/celestiaorg/celestia-core/libs/cli" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/x/auth/keeper/integration_test.go b/x/auth/keeper/integration_test.go index f0b5ad0842fe..5fd300ae3c03 100644 --- a/x/auth/keeper/integration_test.go +++ b/x/auth/keeper/integration_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/cosmos/cosmos-sdk/simapp" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/auth/keeper/keeper.go b/x/auth/keeper/keeper.go index 68e303b830ae..fd2145a1a994 100644 --- a/x/auth/keeper/keeper.go +++ b/x/auth/keeper/keeper.go @@ -3,8 +3,8 @@ package keeper import ( "fmt" + "github.com/celestiaorg/celestia-core/libs/log" gogotypes "github.com/gogo/protobuf/types" - "github.com/lazyledger/lazyledger-core/libs/log" "github.com/cosmos/cosmos-sdk/codec" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" diff --git a/x/auth/keeper/querier.go b/x/auth/keeper/querier.go index cc3cd0a5a07c..9c14c045068d 100644 --- a/x/auth/keeper/querier.go +++ b/x/auth/keeper/querier.go @@ -1,7 +1,7 @@ package keeper import ( - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/auth/keeper/querier_test.go b/x/auth/keeper/querier_test.go index 08888ba4f6c9..4c205dd6c221 100644 --- a/x/auth/keeper/querier_test.go +++ b/x/auth/keeper/querier_test.go @@ -8,7 +8,7 @@ import ( "github.com/stretchr/testify/require" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/testutil/testdata" keep "github.com/cosmos/cosmos-sdk/x/auth/keeper" diff --git a/x/auth/legacy/legacytx/stdtx_test.go b/x/auth/legacy/legacytx/stdtx_test.go index 35641e0e2e49..8988a79730c1 100644 --- a/x/auth/legacy/legacytx/stdtx_test.go +++ b/x/auth/legacy/legacytx/stdtx_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" yaml "gopkg.in/yaml.v2" diff --git a/x/auth/legacy/v038/types.go b/x/auth/legacy/v038/types.go index c71254744eab..33f59c3ad1ca 100644 --- a/x/auth/legacy/v038/types.go +++ b/x/auth/legacy/v038/types.go @@ -11,7 +11,7 @@ import ( "sort" "strings" - tmcrypto "github.com/lazyledger/lazyledger-core/crypto" + tmcrypto "github.com/celestiaorg/celestia-core/crypto" "github.com/cosmos/cosmos-sdk/codec" cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec" diff --git a/x/auth/legacy/v039/types.go b/x/auth/legacy/v039/types.go index 57d174692b01..71a6d346ef40 100644 --- a/x/auth/legacy/v039/types.go +++ b/x/auth/legacy/v039/types.go @@ -9,7 +9,7 @@ import ( "fmt" "strings" - tmcrypto "github.com/lazyledger/lazyledger-core/crypto" + tmcrypto "github.com/celestiaorg/celestia-core/crypto" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/codec/legacy" diff --git a/x/auth/module.go b/x/auth/module.go index bccc3ab64aa0..a2962dbc734b 100644 --- a/x/auth/module.go +++ b/x/auth/module.go @@ -8,8 +8,8 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/gorilla/mux" - abci "github.com/lazyledger/lazyledger-core/abci/types" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/auth/module_test.go b/x/auth/module_test.go index 1041d68c7b8f..3ff122af250b 100644 --- a/x/auth/module_test.go +++ b/x/auth/module_test.go @@ -3,8 +3,8 @@ package auth_test import ( "testing" - abcitypes "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abcitypes "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/auth/signing/verify_test.go b/x/auth/signing/verify_test.go index 377261b69ddd..18758375ef44 100644 --- a/x/auth/signing/verify_test.go +++ b/x/auth/signing/verify_test.go @@ -3,7 +3,7 @@ package signing_test import ( "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/auth/tx/service.go b/x/auth/tx/service.go index ade4816cdb8d..5ac0f4924592 100644 --- a/x/auth/tx/service.go +++ b/x/auth/tx/service.go @@ -11,8 +11,8 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmtypes "github.com/lazyledger/lazyledger-core/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/auth/types/account.go b/x/auth/types/account.go index 47a3f36e7eed..c9a60de2b6b5 100644 --- a/x/auth/types/account.go +++ b/x/auth/types/account.go @@ -7,8 +7,8 @@ import ( "fmt" "strings" + "github.com/celestiaorg/celestia-core/crypto" "github.com/gogo/protobuf/proto" - "github.com/lazyledger/lazyledger-core/crypto" "gopkg.in/yaml.v2" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/auth/vesting/handler_test.go b/x/auth/vesting/handler_test.go index 40fb5cc9c3e4..47542faa9bd1 100644 --- a/x/auth/vesting/handler_test.go +++ b/x/auth/vesting/handler_test.go @@ -3,7 +3,7 @@ package vesting_test import ( "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/auth/vesting/module.go b/x/auth/vesting/module.go index a7c8784c3aa1..8ba699ebb01a 100644 --- a/x/auth/vesting/module.go +++ b/x/auth/vesting/module.go @@ -3,9 +3,9 @@ package vesting import ( "encoding/json" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/gorilla/mux" "github.com/grpc-ecosystem/grpc-gateway/runtime" - abci "github.com/lazyledger/lazyledger-core/abci/types" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/auth/vesting/types/vesting_account_test.go b/x/auth/vesting/types/vesting_account_test.go index 6f61c502517b..57eb4efa9d73 100644 --- a/x/auth/vesting/types/vesting_account_test.go +++ b/x/auth/vesting/types/vesting_account_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - tmtime "github.com/lazyledger/lazyledger-core/types/time" + tmtime "github.com/celestiaorg/celestia-core/types/time" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" diff --git a/x/bank/app_test.go b/x/bank/app_test.go index ceb32e527c22..585338cafc06 100644 --- a/x/bank/app_test.go +++ b/x/bank/app_test.go @@ -3,7 +3,7 @@ package bank_test import ( "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" diff --git a/x/bank/bench_test.go b/x/bank/bench_test.go index eb8e203ace76..f053c7b5ec2f 100644 --- a/x/bank/bench_test.go +++ b/x/bank/bench_test.go @@ -3,8 +3,8 @@ package bank_test import ( "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/bank/client/cli/cli_test.go b/x/bank/client/cli/cli_test.go index 6fab51318ed5..1139f000c88a 100644 --- a/x/bank/client/cli/cli_test.go +++ b/x/bank/client/cli/cli_test.go @@ -5,8 +5,8 @@ import ( "fmt" "testing" + tmcli "github.com/celestiaorg/celestia-core/libs/cli" "github.com/gogo/protobuf/proto" - tmcli "github.com/lazyledger/lazyledger-core/libs/cli" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/bank/client/testutil/cli_helpers.go b/x/bank/client/testutil/cli_helpers.go index 9277f0e4b0b5..ad1e3c050e0a 100644 --- a/x/bank/client/testutil/cli_helpers.go +++ b/x/bank/client/testutil/cli_helpers.go @@ -4,8 +4,8 @@ import ( "context" "fmt" + "github.com/celestiaorg/celestia-core/libs/cli" gogogrpc "github.com/gogo/protobuf/grpc" - "github.com/lazyledger/lazyledger-core/libs/cli" "github.com/spf13/cobra" grpc "google.golang.org/grpc" diff --git a/x/bank/handler_test.go b/x/bank/handler_test.go index 768fa7c1df7d..f03cc2f9a5de 100644 --- a/x/bank/handler_test.go +++ b/x/bank/handler_test.go @@ -4,7 +4,7 @@ import ( "strings" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/testutil/testdata" diff --git a/x/bank/keeper/keeper_test.go b/x/bank/keeper/keeper_test.go index 30b772de8789..4601fc57fdd9 100644 --- a/x/bank/keeper/keeper_test.go +++ b/x/bank/keeper/keeper_test.go @@ -4,9 +4,9 @@ import ( "testing" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" - tmtime "github.com/lazyledger/lazyledger-core/types/time" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" + tmtime "github.com/celestiaorg/celestia-core/types/time" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/baseapp" diff --git a/x/bank/keeper/querier.go b/x/bank/keeper/querier.go index 6501dc0e99b8..660f820db6b9 100644 --- a/x/bank/keeper/querier.go +++ b/x/bank/keeper/querier.go @@ -1,7 +1,7 @@ package keeper import ( - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/bank/keeper/querier_test.go b/x/bank/keeper/querier_test.go index d1a798925e81..55a6c1a4ebe0 100644 --- a/x/bank/keeper/querier_test.go +++ b/x/bank/keeper/querier_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "fmt" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/testutil/testdata" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/bank/keeper/view.go b/x/bank/keeper/view.go index 9dd1bda95238..0405ac0448bc 100644 --- a/x/bank/keeper/view.go +++ b/x/bank/keeper/view.go @@ -3,7 +3,7 @@ package keeper import ( "fmt" - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/store/prefix" diff --git a/x/bank/module.go b/x/bank/module.go index e24d87ee082d..37f68c2f20ed 100644 --- a/x/bank/module.go +++ b/x/bank/module.go @@ -7,9 +7,9 @@ import ( "math/rand" "time" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/gorilla/mux" "github.com/grpc-ecosystem/grpc-gateway/runtime" - abci "github.com/lazyledger/lazyledger-core/abci/types" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/bank/simulation/operations_test.go b/x/bank/simulation/operations_test.go index 34af750bbcce..797d4493428a 100644 --- a/x/bank/simulation/operations_test.go +++ b/x/bank/simulation/operations_test.go @@ -4,8 +4,8 @@ import ( "math/rand" "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/capability/keeper/keeper.go b/x/capability/keeper/keeper.go index a7dbc3d3af39..ac1773b19c13 100644 --- a/x/capability/keeper/keeper.go +++ b/x/capability/keeper/keeper.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/store/prefix" diff --git a/x/capability/keeper/keeper_test.go b/x/capability/keeper/keeper_test.go index 243b3f639bcb..27ac7adbcee1 100644 --- a/x/capability/keeper/keeper_test.go +++ b/x/capability/keeper/keeper_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/capability/module.go b/x/capability/module.go index 959f59af1ba5..f2f29fc3024a 100644 --- a/x/capability/module.go +++ b/x/capability/module.go @@ -9,7 +9,7 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/spf13/cobra" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/crisis/handler_test.go b/x/crisis/handler_test.go index 1de04b4fca53..d61c70b8bb88 100644 --- a/x/crisis/handler_test.go +++ b/x/crisis/handler_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" diff --git a/x/crisis/keeper/keeper.go b/x/crisis/keeper/keeper.go index 98fd2fdfccec..73156d239471 100644 --- a/x/crisis/keeper/keeper.go +++ b/x/crisis/keeper/keeper.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/crisis/types" diff --git a/x/crisis/keeper/keeper_test.go b/x/crisis/keeper/keeper_test.go index 581f7bf03970..71b1001552e4 100644 --- a/x/crisis/keeper/keeper_test.go +++ b/x/crisis/keeper/keeper_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/crisis/module.go b/x/crisis/module.go index 514fd442431d..2c3882d89f78 100644 --- a/x/crisis/module.go +++ b/x/crisis/module.go @@ -5,9 +5,9 @@ import ( "fmt" "time" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/gorilla/mux" "github.com/grpc-ecosystem/grpc-gateway/runtime" - abci "github.com/lazyledger/lazyledger-core/abci/types" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/distribution/abci.go b/x/distribution/abci.go index 1b6b999e1adc..d40c365e328c 100644 --- a/x/distribution/abci.go +++ b/x/distribution/abci.go @@ -3,7 +3,7 @@ package distribution import ( "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/distribution/client/cli/cli_test.go b/x/distribution/client/cli/cli_test.go index 8d177254ae36..8b9d96715a73 100644 --- a/x/distribution/client/cli/cli_test.go +++ b/x/distribution/client/cli/cli_test.go @@ -9,8 +9,8 @@ import ( "testing" "time" + tmcli "github.com/celestiaorg/celestia-core/libs/cli" "github.com/gogo/protobuf/proto" - tmcli "github.com/lazyledger/lazyledger-core/libs/cli" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/distribution/keeper/allocation.go b/x/distribution/keeper/allocation.go index 9d8a320b0441..108ab7336533 100644 --- a/x/distribution/keeper/allocation.go +++ b/x/distribution/keeper/allocation.go @@ -3,7 +3,7 @@ package keeper import ( "fmt" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/distribution/types" diff --git a/x/distribution/keeper/allocation_test.go b/x/distribution/keeper/allocation_test.go index 45b7bfb00d53..ef6e0f850c5d 100644 --- a/x/distribution/keeper/allocation_test.go +++ b/x/distribution/keeper/allocation_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/distribution/keeper/delegation_test.go b/x/distribution/keeper/delegation_test.go index 982b5f205119..d4b413528f07 100644 --- a/x/distribution/keeper/delegation_test.go +++ b/x/distribution/keeper/delegation_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/distribution/keeper/grpc_query_test.go b/x/distribution/keeper/grpc_query_test.go index e838299a29e3..4f175e70062c 100644 --- a/x/distribution/keeper/grpc_query_test.go +++ b/x/distribution/keeper/grpc_query_test.go @@ -5,7 +5,7 @@ import ( "fmt" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/baseapp" diff --git a/x/distribution/keeper/keeper.go b/x/distribution/keeper/keeper.go index 54d2bbd84188..80d89a116e3e 100644 --- a/x/distribution/keeper/keeper.go +++ b/x/distribution/keeper/keeper.go @@ -3,7 +3,7 @@ package keeper import ( "fmt" - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/distribution/keeper/keeper_test.go b/x/distribution/keeper/keeper_test.go index 6c5bd65c1166..bd66f6d2b83a 100644 --- a/x/distribution/keeper/keeper_test.go +++ b/x/distribution/keeper/keeper_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/x/distribution/keeper/querier.go b/x/distribution/keeper/querier.go index 300289952889..181bb7c5355e 100644 --- a/x/distribution/keeper/querier.go +++ b/x/distribution/keeper/querier.go @@ -3,7 +3,7 @@ package keeper import ( "encoding/json" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/distribution/keeper/querier_test.go b/x/distribution/keeper/querier_test.go index 0f97865844d3..f0ca8cf84687 100644 --- a/x/distribution/keeper/querier_test.go +++ b/x/distribution/keeper/querier_test.go @@ -4,8 +4,8 @@ import ( "strings" "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/distribution/module.go b/x/distribution/module.go index 1d693187fff3..c13c7f2d34fd 100644 --- a/x/distribution/module.go +++ b/x/distribution/module.go @@ -8,8 +8,8 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/gorilla/mux" - abci "github.com/lazyledger/lazyledger-core/abci/types" "github.com/spf13/cobra" sdkclient "github.com/cosmos/cosmos-sdk/client" diff --git a/x/distribution/module_test.go b/x/distribution/module_test.go index ff201e6554c8..7ffb81a522c1 100644 --- a/x/distribution/module_test.go +++ b/x/distribution/module_test.go @@ -3,8 +3,8 @@ package distribution_test import ( "testing" - abcitypes "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abcitypes "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/distribution/proposal_handler_test.go b/x/distribution/proposal_handler_test.go index 7f40566d4e5d..5675ac68bb57 100644 --- a/x/distribution/proposal_handler_test.go +++ b/x/distribution/proposal_handler_test.go @@ -3,7 +3,7 @@ package distribution_test import ( "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" diff --git a/x/distribution/simulation/operations_test.go b/x/distribution/simulation/operations_test.go index d2808664195a..db6c66ba3edb 100644 --- a/x/distribution/simulation/operations_test.go +++ b/x/distribution/simulation/operations_test.go @@ -4,8 +4,8 @@ import ( "math/rand" "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/distribution/simulation/proposals_test.go b/x/distribution/simulation/proposals_test.go index 7e96e76ce6ba..3f327655243a 100644 --- a/x/distribution/simulation/proposals_test.go +++ b/x/distribution/simulation/proposals_test.go @@ -4,7 +4,7 @@ import ( "math/rand" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/evidence/abci.go b/x/evidence/abci.go index c64247dccf1d..eee3bc6bdd33 100644 --- a/x/evidence/abci.go +++ b/x/evidence/abci.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/evidence/exported/evidence.go b/x/evidence/exported/evidence.go index 5dce89aa9fa0..71903b0eb563 100644 --- a/x/evidence/exported/evidence.go +++ b/x/evidence/exported/evidence.go @@ -1,8 +1,8 @@ package exported import ( + tmbytes "github.com/celestiaorg/celestia-core/libs/bytes" "github.com/gogo/protobuf/proto" - tmbytes "github.com/lazyledger/lazyledger-core/libs/bytes" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/evidence/genesis_test.go b/x/evidence/genesis_test.go index e1aacde4be04..2887f82f08a4 100644 --- a/x/evidence/genesis_test.go +++ b/x/evidence/genesis_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" - "github.com/lazyledger/lazyledger-core/types/time" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" + "github.com/celestiaorg/celestia-core/types/time" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" diff --git a/x/evidence/handler_test.go b/x/evidence/handler_test.go index ce28f8c34a3d..60eb810f5b11 100644 --- a/x/evidence/handler_test.go +++ b/x/evidence/handler_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" diff --git a/x/evidence/keeper/grpc_query_test.go b/x/evidence/keeper/grpc_query_test.go index 7af8ec8ec3b0..2c791adc75fe 100644 --- a/x/evidence/keeper/grpc_query_test.go +++ b/x/evidence/keeper/grpc_query_test.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/evidence/exported" "github.com/cosmos/cosmos-sdk/x/evidence/types" - tmbytes "github.com/lazyledger/lazyledger-core/libs/bytes" + tmbytes "github.com/celestiaorg/celestia-core/libs/bytes" ) func (suite *KeeperTestSuite) TestQueryEvidence() { diff --git a/x/evidence/keeper/keeper.go b/x/evidence/keeper/keeper.go index ef2efc2d20d9..cf124ac49b8f 100644 --- a/x/evidence/keeper/keeper.go +++ b/x/evidence/keeper/keeper.go @@ -3,8 +3,8 @@ package keeper import ( "fmt" - tmbytes "github.com/lazyledger/lazyledger-core/libs/bytes" - "github.com/lazyledger/lazyledger-core/libs/log" + tmbytes "github.com/celestiaorg/celestia-core/libs/bytes" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/store/prefix" diff --git a/x/evidence/keeper/keeper_test.go b/x/evidence/keeper/keeper_test.go index d3de4a72d523..5bd71e6b29af 100644 --- a/x/evidence/keeper/keeper_test.go +++ b/x/evidence/keeper/keeper_test.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/baseapp" diff --git a/x/evidence/keeper/querier.go b/x/evidence/keeper/querier.go index 5e0d48f00677..05573ebf3d60 100644 --- a/x/evidence/keeper/querier.go +++ b/x/evidence/keeper/querier.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/evidence/exported" "github.com/cosmos/cosmos-sdk/x/evidence/types" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" ) func NewQuerier(k Keeper, legacyQuerierCdc *codec.LegacyAmino) sdk.Querier { diff --git a/x/evidence/keeper/querier_test.go b/x/evidence/keeper/querier_test.go index 1b5cb2aa80c2..558de5cff852 100644 --- a/x/evidence/keeper/querier_test.go +++ b/x/evidence/keeper/querier_test.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/evidence/exported" "github.com/cosmos/cosmos-sdk/x/evidence/types" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" ) const ( diff --git a/x/evidence/legacy/v038/types.go b/x/evidence/legacy/v038/types.go index d95fb0436ad8..229c0cf9dfd7 100644 --- a/x/evidence/legacy/v038/types.go +++ b/x/evidence/legacy/v038/types.go @@ -4,8 +4,8 @@ import ( "fmt" "time" - "github.com/lazyledger/lazyledger-core/crypto/tmhash" - tmbytes "github.com/lazyledger/lazyledger-core/libs/bytes" + "github.com/celestiaorg/celestia-core/crypto/tmhash" + tmbytes "github.com/celestiaorg/celestia-core/libs/bytes" "gopkg.in/yaml.v2" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/evidence/module.go b/x/evidence/module.go index da1b31f1f01d..8a700214d28f 100644 --- a/x/evidence/module.go +++ b/x/evidence/module.go @@ -11,7 +11,7 @@ import ( "github.com/gorilla/mux" "github.com/spf13/cobra" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/evidence/types/evidence.go b/x/evidence/types/evidence.go index 17f39075bf41..5560a7906ba8 100644 --- a/x/evidence/types/evidence.go +++ b/x/evidence/types/evidence.go @@ -4,9 +4,9 @@ import ( "fmt" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/crypto/tmhash" - tmbytes "github.com/lazyledger/lazyledger-core/libs/bytes" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/crypto/tmhash" + tmbytes "github.com/celestiaorg/celestia-core/libs/bytes" "gopkg.in/yaml.v2" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/evidence/types/evidence.pb.go b/x/evidence/types/evidence.pb.go index 430f6cce694f..a5a0f9782901 100644 --- a/x/evidence/types/evidence.pb.go +++ b/x/evidence/types/evidence.pb.go @@ -8,7 +8,7 @@ import ( _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" - _ "github.com/golang/protobuf/ptypes/timestamp" + _ "google.golang.org/protobuf/types/known/timestamppb" io "io" math "math" math_bits "math/bits" diff --git a/x/evidence/types/genesis_test.go b/x/evidence/types/genesis_test.go index f276a9dbca71..7887904c2d59 100644 --- a/x/evidence/types/genesis_test.go +++ b/x/evidence/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - tmbytes "github.com/lazyledger/lazyledger-core/libs/bytes" + tmbytes "github.com/celestiaorg/celestia-core/libs/bytes" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/evidence/types/querier.go b/x/evidence/types/querier.go index 42b686ad0860..1ed3d97f031a 100644 --- a/x/evidence/types/querier.go +++ b/x/evidence/types/querier.go @@ -1,7 +1,7 @@ package types import ( - tmbytes "github.com/lazyledger/lazyledger-core/libs/bytes" + tmbytes "github.com/celestiaorg/celestia-core/libs/bytes" query "github.com/cosmos/cosmos-sdk/types/query" ) diff --git a/x/evidence/types/query.pb.go b/x/evidence/types/query.pb.go index 00816122d0c9..38e6f99ef861 100644 --- a/x/evidence/types/query.pb.go +++ b/x/evidence/types/query.pb.go @@ -6,12 +6,12 @@ package types import ( context "context" fmt "fmt" + github_com_celestiaorg_celestia_core_libs_bytes "github.com/celestiaorg/celestia-core/libs/bytes" types "github.com/cosmos/cosmos-sdk/codec/types" query "github.com/cosmos/cosmos-sdk/types/query" _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" - github_com_lazyledger_lazyledger_core_libs_bytes "github.com/lazyledger/lazyledger-core/libs/bytes" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -35,7 +35,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package // QueryEvidenceRequest is the request type for the Query/Evidence RPC method. type QueryEvidenceRequest struct { // evidence_hash defines the hash of the requested evidence. - EvidenceHash github_com_lazyledger_lazyledger_core_libs_bytes.HexBytes `protobuf:"bytes,1,opt,name=evidence_hash,json=evidenceHash,proto3,casttype=github.com/lazyledger/lazyledger-core/libs/bytes.HexBytes" json:"evidence_hash,omitempty"` + EvidenceHash github_com_celestiaorg_celestia_core_libs_bytes.HexBytes `protobuf:"bytes,1,opt,name=evidence_hash,json=evidenceHash,proto3,casttype=github.com/celestiaorg/celestia-core/libs/bytes.HexBytes" json:"evidence_hash,omitempty"` } func (m *QueryEvidenceRequest) Reset() { *m = QueryEvidenceRequest{} } @@ -71,7 +71,7 @@ func (m *QueryEvidenceRequest) XXX_DiscardUnknown() { var xxx_messageInfo_QueryEvidenceRequest proto.InternalMessageInfo -func (m *QueryEvidenceRequest) GetEvidenceHash() github_com_lazyledger_lazyledger_core_libs_bytes.HexBytes { +func (m *QueryEvidenceRequest) GetEvidenceHash() github_com_celestiaorg_celestia_core_libs_bytes.HexBytes { if m != nil { return m.EvidenceHash } @@ -240,36 +240,36 @@ func init() { var fileDescriptor_07043de1a84d215a = []byte{ // 473 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0xbf, 0x6f, 0x13, 0x31, - 0x14, 0xc7, 0xe3, 0x20, 0x50, 0xe5, 0x96, 0xc5, 0x0a, 0x6a, 0x39, 0xa1, 0x03, 0xae, 0x12, 0xbf, - 0xa4, 0xd8, 0x4d, 0x3b, 0x75, 0x60, 0x68, 0x24, 0x68, 0xd9, 0x20, 0x23, 0x0b, 0xb2, 0x93, 0x87, - 0x73, 0xe2, 0x6a, 0x5f, 0x63, 0xa7, 0xea, 0x15, 0xb1, 0xf0, 0x17, 0x20, 0x21, 0x46, 0x36, 0xfe, - 0x18, 0x26, 0x54, 0x89, 0x85, 0x09, 0xa1, 0x84, 0xbf, 0x82, 0x09, 0x9d, 0xed, 0x4b, 0xaf, 0xbf, - 0x08, 0x9d, 0xee, 0x9d, 0xfd, 0xde, 0xf7, 0xfb, 0xf1, 0x7b, 0x0f, 0xaf, 0xf6, 0xb5, 0xd9, 0xd5, - 0x86, 0xc1, 0x7e, 0x3a, 0x00, 0xd5, 0x07, 0xb6, 0xdf, 0x11, 0x60, 0x79, 0x87, 0xed, 0x8d, 0x61, - 0x54, 0xd0, 0x7c, 0xa4, 0xad, 0x26, 0xcb, 0x3e, 0x89, 0x56, 0x49, 0x34, 0x24, 0x45, 0x8f, 0x42, - 0xb5, 0xe0, 0x06, 0x7c, 0xc5, 0xac, 0x3e, 0xe7, 0x32, 0x55, 0xdc, 0xa6, 0x5a, 0x79, 0x91, 0xa8, - 0x25, 0xb5, 0xd4, 0x2e, 0x64, 0x65, 0x14, 0x4e, 0x6f, 0x4a, 0xad, 0x65, 0x06, 0xcc, 0xfd, 0x89, - 0xf1, 0x6b, 0xc6, 0x55, 0x70, 0x8d, 0x6e, 0x85, 0x2b, 0x9e, 0xa7, 0x8c, 0x2b, 0xa5, 0xad, 0x53, - 0x33, 0xfe, 0x36, 0x39, 0xc4, 0xad, 0x17, 0xa5, 0xe1, 0x93, 0xc0, 0xd4, 0x83, 0xbd, 0x31, 0x18, - 0x4b, 0x04, 0xbe, 0x5e, 0x61, 0xbe, 0x1a, 0x72, 0x33, 0x5c, 0x41, 0x77, 0xd0, 0x83, 0xa5, 0xee, - 0xe3, 0x3f, 0x3f, 0x6f, 0x6f, 0xca, 0xd4, 0x0e, 0xc7, 0x82, 0xf6, 0xf5, 0x2e, 0xcb, 0xf8, 0x61, - 0x91, 0xc1, 0x40, 0xc2, 0xa8, 0x16, 0xb6, 0xfb, 0x7a, 0x04, 0x2c, 0x4b, 0x85, 0x61, 0xa2, 0xb0, - 0x60, 0xe8, 0x0e, 0x1c, 0x74, 0xcb, 0xa0, 0xb7, 0x54, 0x69, 0xee, 0x70, 0x33, 0x4c, 0x9e, 0xe1, - 0x1b, 0xa7, 0xbc, 0x4d, 0xae, 0x95, 0x01, 0xb2, 0x86, 0x17, 0xaa, 0x44, 0xe7, 0xbb, 0xb8, 0xde, - 0xa2, 0xfe, 0x15, 0xb4, 0x7a, 0x20, 0xdd, 0x52, 0x45, 0x6f, 0x96, 0x95, 0x70, 0xbc, 0xec, 0xa4, - 0xb6, 0xb2, 0xec, 0xf4, 0x4b, 0x9e, 0x62, 0x7c, 0xdc, 0xc4, 0x20, 0x77, 0x8f, 0x86, 0x51, 0x94, - 0x1d, 0xa7, 0x7e, 0x46, 0xa1, 0xe3, 0xf4, 0x39, 0x97, 0x55, 0x6d, 0xaf, 0x56, 0x99, 0x7c, 0x42, - 0x78, 0xe5, 0xac, 0xc7, 0xb9, 0xc4, 0x57, 0xe6, 0x13, 0x93, 0xed, 0x13, 0x58, 0x4d, 0x87, 0x75, - 0x7f, 0x2e, 0x96, 0xb7, 0xab, 0x73, 0xad, 0x7f, 0x6b, 0xe2, 0xab, 0x8e, 0x8b, 0x7c, 0x41, 0x78, - 0xa1, 0x22, 0x23, 0x6d, 0x7a, 0xc1, 0xb6, 0xd1, 0xf3, 0xe6, 0x1d, 0xd1, 0xff, 0x4d, 0xf7, 0x04, - 0xc9, 0xe6, 0xfb, 0xef, 0xbf, 0x3f, 0x36, 0x37, 0x48, 0x87, 0x5d, 0xb4, 0xf9, 0xb3, 0x83, 0xb7, - 0x27, 0x16, 0xe9, 0x1d, 0xf9, 0x8c, 0xf0, 0x62, 0xad, 0x87, 0x64, 0xed, 0xdf, 0xd6, 0x67, 0x47, - 0x1a, 0x75, 0x2e, 0x51, 0x11, 0x78, 0x1f, 0x3a, 0xde, 0x55, 0x72, 0x77, 0x2e, 0x6f, 0x77, 0xfb, - 0xeb, 0x24, 0x46, 0x47, 0x93, 0x18, 0xfd, 0x9a, 0xc4, 0xe8, 0xc3, 0x34, 0x6e, 0x1c, 0x4d, 0xe3, - 0xc6, 0x8f, 0x69, 0xdc, 0x78, 0xd9, 0xae, 0x6d, 0x7e, 0x90, 0xf1, 0x9f, 0xb6, 0x19, 0xbc, 0x61, - 0x07, 0xc7, 0x9a, 0xb6, 0xc8, 0xc1, 0x88, 0x6b, 0x6e, 0xf4, 0x1b, 0x7f, 0x03, 0x00, 0x00, 0xff, - 0xff, 0x35, 0xd4, 0xe5, 0xc4, 0x1d, 0x04, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0xcd, 0x6e, 0xd4, 0x30, + 0x10, 0xc7, 0xd7, 0x8b, 0x40, 0x95, 0x5b, 0x2e, 0xd6, 0xa2, 0x96, 0x08, 0x05, 0x48, 0x25, 0xbe, + 0xa4, 0xb5, 0xbb, 0xed, 0x05, 0x24, 0x2e, 0x5d, 0x09, 0x5a, 0x6e, 0xb0, 0x47, 0x2e, 0xc8, 0x49, + 0x07, 0x6f, 0x44, 0x6a, 0xa7, 0x6b, 0xa7, 0x6a, 0x84, 0xb8, 0xf0, 0x04, 0x48, 0x88, 0x23, 0x37, + 0x1e, 0x86, 0x13, 0xaa, 0xc4, 0x85, 0x13, 0x42, 0xbb, 0x3c, 0x05, 0x27, 0x14, 0xdb, 0x49, 0xd3, + 0x2f, 0x96, 0x9e, 0x32, 0xb1, 0x67, 0xfe, 0xff, 0x9f, 0x67, 0x06, 0xaf, 0x26, 0x4a, 0xef, 0x2a, + 0xcd, 0x60, 0x3f, 0xdd, 0x01, 0x99, 0x00, 0xdb, 0x1f, 0xc4, 0x60, 0xf8, 0x80, 0xed, 0x15, 0x30, + 0x29, 0x69, 0x3e, 0x51, 0x46, 0x91, 0x65, 0x97, 0x44, 0xeb, 0x24, 0xea, 0x93, 0x82, 0x07, 0xbe, + 0x3a, 0xe6, 0x1a, 0x5c, 0x45, 0x53, 0x9f, 0x73, 0x91, 0x4a, 0x6e, 0x52, 0x25, 0x9d, 0x48, 0xd0, + 0x13, 0x4a, 0x28, 0x1b, 0xb2, 0x2a, 0xf2, 0xa7, 0xd7, 0x85, 0x52, 0x22, 0x03, 0x66, 0xff, 0xe2, + 0xe2, 0x35, 0xe3, 0xd2, 0xbb, 0x06, 0x37, 0xfc, 0x15, 0xcf, 0x53, 0xc6, 0xa5, 0x54, 0xc6, 0xaa, + 0x69, 0x77, 0x1b, 0x95, 0xb8, 0xf7, 0xa2, 0x32, 0x7c, 0xe2, 0x99, 0x46, 0xb0, 0x57, 0x80, 0x36, + 0x84, 0xe3, 0xab, 0x35, 0xe6, 0xab, 0x31, 0xd7, 0xe3, 0x15, 0x74, 0x0b, 0xdd, 0x5b, 0x1a, 0x3e, + 0xfe, 0xf3, 0xf3, 0xe6, 0x43, 0x91, 0x9a, 0x71, 0x11, 0xd3, 0x44, 0xed, 0xb2, 0x04, 0x32, 0xd0, + 0x26, 0xe5, 0x6a, 0x22, 0x9a, 0xb8, 0x9f, 0xa8, 0x09, 0xb0, 0x2c, 0x8d, 0x35, 0x8b, 0x4b, 0x03, + 0x9a, 0x6e, 0xc3, 0xc1, 0xb0, 0x0a, 0x46, 0x4b, 0xb5, 0xe4, 0x36, 0xd7, 0xe3, 0xe8, 0x19, 0xbe, + 0x76, 0xc2, 0x5a, 0xe7, 0x4a, 0x6a, 0x20, 0x6b, 0x78, 0xa1, 0x4e, 0xb4, 0xb6, 0x8b, 0xeb, 0x3d, + 0xea, 0x1e, 0x41, 0xeb, 0xf7, 0xd1, 0x4d, 0x59, 0x8e, 0x9a, 0xac, 0x88, 0xe3, 0x65, 0x2b, 0xb5, + 0x99, 0x65, 0x27, 0x1f, 0xf2, 0x14, 0xe3, 0xa3, 0x1e, 0x7a, 0xb9, 0x3b, 0xd4, 0x4f, 0xa2, 0x6a, + 0x38, 0x75, 0x23, 0xf2, 0x0d, 0xa7, 0xcf, 0xb9, 0xa8, 0x6b, 0x47, 0xad, 0xca, 0xe8, 0x13, 0xc2, + 0x2b, 0xa7, 0x3d, 0xce, 0x24, 0xbe, 0x34, 0x9f, 0x98, 0x6c, 0x1d, 0xc3, 0xea, 0x5a, 0xac, 0xbb, + 0x73, 0xb1, 0x9c, 0x5d, 0x9b, 0x6b, 0xfd, 0x5b, 0x17, 0x5f, 0xb6, 0x5c, 0xe4, 0x0b, 0xc2, 0x0b, + 0x35, 0x19, 0xe9, 0xd3, 0x73, 0x96, 0x8d, 0x9e, 0x35, 0xee, 0x80, 0xfe, 0x6f, 0xba, 0x23, 0x88, + 0x1e, 0xbd, 0xff, 0xfe, 0xfb, 0x63, 0x77, 0x83, 0x0c, 0xd8, 0x79, 0x8b, 0xdf, 0x1c, 0xbc, 0x3d, + 0xb6, 0x47, 0xef, 0xc8, 0x67, 0x84, 0x17, 0x5b, 0x3d, 0x24, 0x6b, 0xff, 0xb6, 0x3e, 0x3d, 0xd2, + 0x60, 0x70, 0x81, 0x0a, 0xcf, 0x7b, 0xdf, 0xf2, 0xae, 0x92, 0xdb, 0x73, 0x79, 0x87, 0x5b, 0x5f, + 0xa7, 0x21, 0x3a, 0x9c, 0x86, 0xe8, 0xd7, 0x34, 0x44, 0x1f, 0x66, 0x61, 0xe7, 0x70, 0x16, 0x76, + 0x7e, 0xcc, 0xc2, 0xce, 0xcb, 0x7e, 0x7b, 0xf1, 0x9d, 0x8c, 0xfb, 0xf4, 0xf5, 0xce, 0x1b, 0x76, + 0x70, 0xa4, 0x69, 0xca, 0x1c, 0x74, 0x7c, 0xc5, 0x8e, 0x7e, 0xe3, 0x6f, 0x00, 0x00, 0x00, 0xff, + 0xff, 0x7c, 0xb1, 0x43, 0x5f, 0x1c, 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/genaccounts/legacy/v036/migrate.go b/x/genaccounts/legacy/v036/migrate.go index 9ef9481df3fb..054bfbe8d02e 100644 --- a/x/genaccounts/legacy/v036/migrate.go +++ b/x/genaccounts/legacy/v036/migrate.go @@ -11,7 +11,7 @@ import ( v034gov "github.com/cosmos/cosmos-sdk/x/gov/legacy/v034" v034staking "github.com/cosmos/cosmos-sdk/x/staking/legacy/v034" - "github.com/lazyledger/lazyledger-core/crypto" + "github.com/celestiaorg/celestia-core/crypto" ) const ( diff --git a/x/genaccounts/legacy/v036/migrate_test.go b/x/genaccounts/legacy/v036/migrate_test.go index 89584ab5bba3..f4a9a59c199c 100644 --- a/x/genaccounts/legacy/v036/migrate_test.go +++ b/x/genaccounts/legacy/v036/migrate_test.go @@ -3,7 +3,7 @@ package v036 import ( "testing" - "github.com/lazyledger/lazyledger-core/crypto" + "github.com/celestiaorg/celestia-core/crypto" "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" "github.com/cosmos/cosmos-sdk/types" diff --git a/x/genutil/client/cli/collect.go b/x/genutil/client/cli/collect.go index e9bd8313abd2..219857f455cd 100644 --- a/x/genutil/client/cli/collect.go +++ b/x/genutil/client/cli/collect.go @@ -4,7 +4,7 @@ import ( "encoding/json" "path/filepath" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/pkg/errors" "github.com/spf13/cobra" diff --git a/x/genutil/client/cli/gentx.go b/x/genutil/client/cli/gentx.go index 08dd3285a287..21d67408da72 100644 --- a/x/genutil/client/cli/gentx.go +++ b/x/genutil/client/cli/gentx.go @@ -10,8 +10,8 @@ import ( "os" "path/filepath" - tmos "github.com/lazyledger/lazyledger-core/libs/os" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmos "github.com/celestiaorg/celestia-core/libs/os" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/pkg/errors" "github.com/spf13/cobra" diff --git a/x/genutil/client/cli/init.go b/x/genutil/client/cli/init.go index 8d61b91f33b8..4ba5d3f3bdef 100644 --- a/x/genutil/client/cli/init.go +++ b/x/genutil/client/cli/init.go @@ -7,12 +7,12 @@ import ( "os" "path/filepath" + cfg "github.com/celestiaorg/celestia-core/config" + "github.com/celestiaorg/celestia-core/libs/cli" + tmos "github.com/celestiaorg/celestia-core/libs/os" + tmrand "github.com/celestiaorg/celestia-core/libs/rand" + "github.com/celestiaorg/celestia-core/types" "github.com/cosmos/go-bip39" - cfg "github.com/lazyledger/lazyledger-core/config" - "github.com/lazyledger/lazyledger-core/libs/cli" - tmos "github.com/lazyledger/lazyledger-core/libs/os" - tmrand "github.com/lazyledger/lazyledger-core/libs/rand" - "github.com/lazyledger/lazyledger-core/types" "github.com/pkg/errors" "github.com/spf13/cobra" diff --git a/x/genutil/client/cli/init_test.go b/x/genutil/client/cli/init_test.go index 6a72283745d4..1625198c4700 100644 --- a/x/genutil/client/cli/init_test.go +++ b/x/genutil/client/cli/init_test.go @@ -9,9 +9,9 @@ import ( "testing" "time" - abci_server "github.com/lazyledger/lazyledger-core/abci/server" - "github.com/lazyledger/lazyledger-core/libs/cli" - "github.com/lazyledger/lazyledger-core/libs/log" + abci_server "github.com/celestiaorg/celestia-core/abci/server" + "github.com/celestiaorg/celestia-core/libs/cli" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/spf13/viper" "github.com/stretchr/testify/require" diff --git a/x/genutil/client/cli/migrate.go b/x/genutil/client/cli/migrate.go index 5b7ef49d8671..5759ba9b3bc5 100644 --- a/x/genutil/client/cli/migrate.go +++ b/x/genutil/client/cli/migrate.go @@ -6,7 +6,7 @@ import ( "sort" "time" - tmjson "github.com/lazyledger/lazyledger-core/libs/json" + tmjson "github.com/celestiaorg/celestia-core/libs/json" "github.com/pkg/errors" "github.com/spf13/cobra" diff --git a/x/genutil/client/cli/validate_genesis.go b/x/genutil/client/cli/validate_genesis.go index adc789f7dabf..a562bdd36015 100644 --- a/x/genutil/client/cli/validate_genesis.go +++ b/x/genutil/client/cli/validate_genesis.go @@ -4,7 +4,7 @@ import ( "encoding/json" "fmt" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/genutil/client/testutil/helpers.go b/x/genutil/client/testutil/helpers.go index 06b794eec1d3..2f58523753e5 100644 --- a/x/genutil/client/testutil/helpers.go +++ b/x/genutil/client/testutil/helpers.go @@ -4,9 +4,9 @@ import ( "context" "fmt" - tmcfg "github.com/lazyledger/lazyledger-core/config" - "github.com/lazyledger/lazyledger-core/libs/cli" - "github.com/lazyledger/lazyledger-core/libs/log" + tmcfg "github.com/celestiaorg/celestia-core/config" + "github.com/celestiaorg/celestia-core/libs/cli" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/spf13/viper" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/genutil/collect.go b/x/genutil/collect.go index 19929cf53533..e40aec62bc63 100644 --- a/x/genutil/collect.go +++ b/x/genutil/collect.go @@ -13,8 +13,8 @@ import ( "sort" "strings" - cfg "github.com/lazyledger/lazyledger-core/config" - tmtypes "github.com/lazyledger/lazyledger-core/types" + cfg "github.com/celestiaorg/celestia-core/config" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/genutil/collect_test.go b/x/genutil/collect_test.go index 613345ff6d1b..4ae4b8f1934f 100644 --- a/x/genutil/collect_test.go +++ b/x/genutil/collect_test.go @@ -9,7 +9,7 @@ import ( "github.com/gogo/protobuf/proto" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/x/genutil/genesis.go b/x/genutil/genesis.go index cae1336888d8..8f2ea1746d9a 100644 --- a/x/genutil/genesis.go +++ b/x/genutil/genesis.go @@ -1,7 +1,7 @@ package genutil import ( - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/client" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/genutil/gentx.go b/x/genutil/gentx.go index ddb2cd5cec66..a1cfabbf89a1 100644 --- a/x/genutil/gentx.go +++ b/x/genutil/gentx.go @@ -4,7 +4,7 @@ import ( "encoding/json" "fmt" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/genutil/gentx_test.go b/x/genutil/gentx_test.go index 7e72ea7a277e..72d669a6dbec 100644 --- a/x/genutil/gentx_test.go +++ b/x/genutil/gentx_test.go @@ -5,7 +5,7 @@ import ( "fmt" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" diff --git a/x/genutil/module.go b/x/genutil/module.go index ccf317b0b914..7b4e6b234093 100644 --- a/x/genutil/module.go +++ b/x/genutil/module.go @@ -8,7 +8,7 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/spf13/cobra" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/genutil/types/expected_keepers.go b/x/genutil/types/expected_keepers.go index d935c3d692ee..27d7708e27c4 100644 --- a/x/genutil/types/expected_keepers.go +++ b/x/genutil/types/expected_keepers.go @@ -3,7 +3,7 @@ package types import ( "encoding/json" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/genutil/types/genesis_state.go b/x/genutil/types/genesis_state.go index 4f53232ceeda..65eabfbf61ff 100644 --- a/x/genutil/types/genesis_state.go +++ b/x/genutil/types/genesis_state.go @@ -5,8 +5,8 @@ import ( "errors" "fmt" - tmos "github.com/lazyledger/lazyledger-core/libs/os" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmos "github.com/celestiaorg/celestia-core/libs/os" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/genutil/utils.go b/x/genutil/utils.go index ce1242bc4ad0..77ab1dc8301b 100644 --- a/x/genutil/utils.go +++ b/x/genutil/utils.go @@ -6,13 +6,13 @@ import ( "path/filepath" "time" + cfg "github.com/celestiaorg/celestia-core/config" + tmed25519 "github.com/celestiaorg/celestia-core/crypto/ed25519" + tmos "github.com/celestiaorg/celestia-core/libs/os" + "github.com/celestiaorg/celestia-core/p2p" + "github.com/celestiaorg/celestia-core/privval" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/cosmos/go-bip39" - cfg "github.com/lazyledger/lazyledger-core/config" - tmed25519 "github.com/lazyledger/lazyledger-core/crypto/ed25519" - tmos "github.com/lazyledger/lazyledger-core/libs/os" - "github.com/lazyledger/lazyledger-core/p2p" - "github.com/lazyledger/lazyledger-core/privval" - tmtypes "github.com/lazyledger/lazyledger-core/types" cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" diff --git a/x/genutil/utils_test.go b/x/genutil/utils_test.go index f4937013c17e..9b02b2e5df38 100644 --- a/x/genutil/utils_test.go +++ b/x/genutil/utils_test.go @@ -7,7 +7,7 @@ import ( "testing" "time" - "github.com/lazyledger/lazyledger-core/config" + "github.com/celestiaorg/celestia-core/config" "github.com/stretchr/testify/require" ) diff --git a/x/gov/abci_test.go b/x/gov/abci_test.go index b5cd08d80433..8cc48f7958f5 100644 --- a/x/gov/abci_test.go +++ b/x/gov/abci_test.go @@ -4,9 +4,9 @@ import ( "testing" "time" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/golang/protobuf/proto" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/gov/client/cli/cli_test.go b/x/gov/client/cli/cli_test.go index 2851adfe2e74..ed6a298efcb4 100644 --- a/x/gov/client/cli/cli_test.go +++ b/x/gov/client/cli/cli_test.go @@ -12,7 +12,7 @@ import ( "github.com/gogo/protobuf/proto" "github.com/stretchr/testify/suite" - tmcli "github.com/lazyledger/lazyledger-core/libs/cli" + tmcli "github.com/celestiaorg/celestia-core/libs/cli" "github.com/cosmos/cosmos-sdk/client/flags" clitestutil "github.com/cosmos/cosmos-sdk/testutil/cli" diff --git a/x/gov/client/utils/query_test.go b/x/gov/client/utils/query_test.go index 2f6623af9eb8..fca61118f940 100644 --- a/x/gov/client/utils/query_test.go +++ b/x/gov/client/utils/query_test.go @@ -4,9 +4,9 @@ import ( "context" "testing" - "github.com/lazyledger/lazyledger-core/rpc/client/mock" - ctypes "github.com/lazyledger/lazyledger-core/rpc/core/types" - tmtypes "github.com/lazyledger/lazyledger-core/types" + "github.com/celestiaorg/celestia-core/rpc/client/mock" + ctypes "github.com/celestiaorg/celestia-core/rpc/core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/gov/genesis_test.go b/x/gov/genesis_test.go index 985e8b9290c1..a9524cdcb585 100644 --- a/x/gov/genesis_test.go +++ b/x/gov/genesis_test.go @@ -4,9 +4,9 @@ import ( "encoding/json" "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" diff --git a/x/gov/handler_test.go b/x/gov/handler_test.go index feb64d1c41f0..97f9e6c54d48 100644 --- a/x/gov/handler_test.go +++ b/x/gov/handler_test.go @@ -4,7 +4,7 @@ import ( "strings" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/cosmos/cosmos-sdk/testutil/testdata" diff --git a/x/gov/keeper/deposit_test.go b/x/gov/keeper/deposit_test.go index 15ff0d35bc7a..ce7738c4e93b 100644 --- a/x/gov/keeper/deposit_test.go +++ b/x/gov/keeper/deposit_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/gov/keeper/keeper.go b/x/gov/keeper/keeper.go index fd1552fe52b9..bccc11f7b156 100644 --- a/x/gov/keeper/keeper.go +++ b/x/gov/keeper/keeper.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/gov/keeper/keeper_test.go b/x/gov/keeper/keeper_test.go index fd6765cedf9d..13a09a8c3f49 100644 --- a/x/gov/keeper/keeper_test.go +++ b/x/gov/keeper/keeper_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" diff --git a/x/gov/keeper/proposal_test.go b/x/gov/keeper/proposal_test.go index 331c2463c729..fd3679a1a561 100644 --- a/x/gov/keeper/proposal_test.go +++ b/x/gov/keeper/proposal_test.go @@ -7,7 +7,7 @@ import ( "testing" "time" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/gov/keeper/querier.go b/x/gov/keeper/querier.go index 2857c792c3ab..79f437df3cc1 100644 --- a/x/gov/keeper/querier.go +++ b/x/gov/keeper/querier.go @@ -1,7 +1,7 @@ package keeper import ( - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/gov/keeper/querier_test.go b/x/gov/keeper/querier_test.go index 94d34b02ac63..aff4f2871c65 100644 --- a/x/gov/keeper/querier_test.go +++ b/x/gov/keeper/querier_test.go @@ -6,8 +6,8 @@ import ( "testing" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/gov/keeper/tally_test.go b/x/gov/keeper/tally_test.go index a89c56dd5b68..27abd7ff7932 100644 --- a/x/gov/keeper/tally_test.go +++ b/x/gov/keeper/tally_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/gov/keeper/vote_test.go b/x/gov/keeper/vote_test.go index ed4c44a2e00d..d590d0a02fcd 100644 --- a/x/gov/keeper/vote_test.go +++ b/x/gov/keeper/vote_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/gov/module.go b/x/gov/module.go index c5ff6f417328..b7cc90f65eb0 100644 --- a/x/gov/module.go +++ b/x/gov/module.go @@ -13,7 +13,7 @@ import ( "github.com/gorilla/mux" "github.com/spf13/cobra" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/gov/module_test.go b/x/gov/module_test.go index 9ac0a4c8fbe8..af0d6f46493f 100644 --- a/x/gov/module_test.go +++ b/x/gov/module_test.go @@ -3,8 +3,8 @@ package gov_test import ( "testing" - abcitypes "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abcitypes "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/gov/simulation/operations_test.go b/x/gov/simulation/operations_test.go index abc8134ec863..4da00656e370 100644 --- a/x/gov/simulation/operations_test.go +++ b/x/gov/simulation/operations_test.go @@ -6,8 +6,8 @@ import ( "testing" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/gov/simulation/proposals_test.go b/x/gov/simulation/proposals_test.go index 01e171ec04df..d7056347adf9 100644 --- a/x/gov/simulation/proposals_test.go +++ b/x/gov/simulation/proposals_test.go @@ -4,7 +4,7 @@ import ( "math/rand" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" simappparams "github.com/cosmos/cosmos-sdk/simapp/params" diff --git a/x/gov/types/gov.pb.go b/x/gov/types/gov.pb.go index 922186d01f0d..bedab5ad24f8 100644 --- a/x/gov/types/gov.pb.go +++ b/x/gov/types/gov.pb.go @@ -11,9 +11,9 @@ import ( _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" - _ "github.com/golang/protobuf/ptypes/duration" - _ "github.com/golang/protobuf/ptypes/timestamp" _ "github.com/regen-network/cosmos-proto" + _ "google.golang.org/protobuf/types/known/durationpb" + _ "google.golang.org/protobuf/types/known/timestamppb" io "io" math "math" math_bits "math/bits" diff --git a/x/ibc/applications/transfer/keeper/keeper.go b/x/ibc/applications/transfer/keeper/keeper.go index 891d0a9ad838..3f2fde916195 100644 --- a/x/ibc/applications/transfer/keeper/keeper.go +++ b/x/ibc/applications/transfer/keeper/keeper.go @@ -1,8 +1,8 @@ package keeper import ( - tmbytes "github.com/lazyledger/lazyledger-core/libs/bytes" - "github.com/lazyledger/lazyledger-core/libs/log" + tmbytes "github.com/celestiaorg/celestia-core/libs/bytes" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/store/prefix" diff --git a/x/ibc/applications/transfer/keeper/keeper_test.go b/x/ibc/applications/transfer/keeper/keeper_test.go index 73abba67d5cb..e40ad33f5075 100644 --- a/x/ibc/applications/transfer/keeper/keeper_test.go +++ b/x/ibc/applications/transfer/keeper/keeper_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "testing" - "github.com/lazyledger/lazyledger-core/crypto" + "github.com/celestiaorg/celestia-core/crypto" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/baseapp" diff --git a/x/ibc/applications/transfer/keeper/mbt_relay_test.go b/x/ibc/applications/transfer/keeper/mbt_relay_test.go index 540fd260e279..3d66dc991fb5 100644 --- a/x/ibc/applications/transfer/keeper/mbt_relay_test.go +++ b/x/ibc/applications/transfer/keeper/mbt_relay_test.go @@ -11,7 +11,7 @@ import ( "strconv" "strings" - "github.com/lazyledger/lazyledger-core/crypto" + "github.com/celestiaorg/celestia-core/crypto" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" diff --git a/x/ibc/applications/transfer/module.go b/x/ibc/applications/transfer/module.go index c564aba87c00..af7174f807c0 100644 --- a/x/ibc/applications/transfer/module.go +++ b/x/ibc/applications/transfer/module.go @@ -12,7 +12,7 @@ import ( "github.com/gorilla/mux" "github.com/spf13/cobra" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/ibc/applications/transfer/types/trace.go b/x/ibc/applications/transfer/types/trace.go index e17f795c8067..b8eeaa066846 100644 --- a/x/ibc/applications/transfer/types/trace.go +++ b/x/ibc/applications/transfer/types/trace.go @@ -7,8 +7,8 @@ import ( "sort" "strings" - tmbytes "github.com/lazyledger/lazyledger-core/libs/bytes" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmbytes "github.com/celestiaorg/celestia-core/libs/bytes" + tmtypes "github.com/celestiaorg/celestia-core/types" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" diff --git a/x/ibc/core/02-client/client/utils/utils.go b/x/ibc/core/02-client/client/utils/utils.go index e1f0c74a7f5c..7b1c53171064 100644 --- a/x/ibc/core/02-client/client/utils/utils.go +++ b/x/ibc/core/02-client/client/utils/utils.go @@ -3,7 +3,7 @@ package utils import ( "context" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/ibc/core/02-client/keeper/client_test.go b/x/ibc/core/02-client/keeper/client_test.go index d1cb9ca2c4e8..da3c86c63152 100644 --- a/x/ibc/core/02-client/keeper/client_test.go +++ b/x/ibc/core/02-client/keeper/client_test.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/cosmos/cosmos-sdk/x/ibc/core/02-client/types" clienttypes "github.com/cosmos/cosmos-sdk/x/ibc/core/02-client/types" diff --git a/x/ibc/core/02-client/keeper/keeper.go b/x/ibc/core/02-client/keeper/keeper.go index 42b6e75fa4f4..b59aa9c8ce3b 100644 --- a/x/ibc/core/02-client/keeper/keeper.go +++ b/x/ibc/core/02-client/keeper/keeper.go @@ -5,8 +5,8 @@ import ( "reflect" "strings" - "github.com/lazyledger/lazyledger-core/libs/log" - "github.com/lazyledger/lazyledger-core/light" + "github.com/celestiaorg/celestia-core/libs/log" + "github.com/celestiaorg/celestia-core/light" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/store/prefix" diff --git a/x/ibc/core/02-client/keeper/keeper_test.go b/x/ibc/core/02-client/keeper/keeper_test.go index 0b7f5519bf9b..ffe99db7fc57 100644 --- a/x/ibc/core/02-client/keeper/keeper_test.go +++ b/x/ibc/core/02-client/keeper/keeper_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - tmbytes "github.com/lazyledger/lazyledger-core/libs/bytes" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmbytes "github.com/celestiaorg/celestia-core/libs/bytes" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/baseapp" diff --git a/x/ibc/core/02-client/types/genesis_test.go b/x/ibc/core/02-client/types/genesis_test.go index c22754be8f29..8a2dedf10f14 100644 --- a/x/ibc/core/02-client/types/genesis_test.go +++ b/x/ibc/core/02-client/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "time" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" client "github.com/cosmos/cosmos-sdk/x/ibc/core/02-client" "github.com/cosmos/cosmos-sdk/x/ibc/core/02-client/types" diff --git a/x/ibc/core/03-connection/keeper/keeper.go b/x/ibc/core/03-connection/keeper/keeper.go index 1d42cda953ca..df1852d83063 100644 --- a/x/ibc/core/03-connection/keeper/keeper.go +++ b/x/ibc/core/03-connection/keeper/keeper.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/ibc/core/03-connection/types/msgs_test.go b/x/ibc/core/03-connection/types/msgs_test.go index a0eeb9099e9b..23d8c061901c 100644 --- a/x/ibc/core/03-connection/types/msgs_test.go +++ b/x/ibc/core/03-connection/types/msgs_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/suite" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" dbm "github.com/tendermint/tm-db" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/ibc/core/04-channel/keeper/keeper.go b/x/ibc/core/04-channel/keeper/keeper.go index 0ee5177f63dd..6905465dc06f 100644 --- a/x/ibc/core/04-channel/keeper/keeper.go +++ b/x/ibc/core/04-channel/keeper/keeper.go @@ -4,7 +4,7 @@ import ( "strconv" "strings" - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" db "github.com/tendermint/tm-db" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/ibc/core/04-channel/types/msgs_test.go b/x/ibc/core/04-channel/types/msgs_test.go index 792cb79a8f72..e07e222999de 100644 --- a/x/ibc/core/04-channel/types/msgs_test.go +++ b/x/ibc/core/04-channel/types/msgs_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/suite" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" dbm "github.com/tendermint/tm-db" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/ibc/core/05-port/keeper/keeper.go b/x/ibc/core/05-port/keeper/keeper.go index 424f41dd5afc..744dcf2d4e6e 100644 --- a/x/ibc/core/05-port/keeper/keeper.go +++ b/x/ibc/core/05-port/keeper/keeper.go @@ -3,7 +3,7 @@ package keeper import ( "fmt" - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" sdk "github.com/cosmos/cosmos-sdk/types" capabilitykeeper "github.com/cosmos/cosmos-sdk/x/capability/keeper" diff --git a/x/ibc/core/05-port/keeper/keeper_test.go b/x/ibc/core/05-port/keeper/keeper_test.go index 5fd146c07545..84591181a080 100644 --- a/x/ibc/core/05-port/keeper/keeper_test.go +++ b/x/ibc/core/05-port/keeper/keeper_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" diff --git a/x/ibc/core/23-commitment/types/merkle.go b/x/ibc/core/23-commitment/types/merkle.go index 64cd2861eadc..9644843866a2 100644 --- a/x/ibc/core/23-commitment/types/merkle.go +++ b/x/ibc/core/23-commitment/types/merkle.go @@ -5,9 +5,9 @@ import ( "fmt" "net/url" + tmcrypto "github.com/celestiaorg/celestia-core/proto/tendermint/crypto" ics23 "github.com/confio/ics23/go" "github.com/gogo/protobuf/proto" - tmcrypto "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/x/ibc/core/exported" diff --git a/x/ibc/core/23-commitment/types/merkle_test.go b/x/ibc/core/23-commitment/types/merkle_test.go index dd9e7c613091..0cbe5cf8427c 100644 --- a/x/ibc/core/23-commitment/types/merkle_test.go +++ b/x/ibc/core/23-commitment/types/merkle_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/x/ibc/core/23-commitment/types" diff --git a/x/ibc/core/23-commitment/types/utils.go b/x/ibc/core/23-commitment/types/utils.go index 6475f57445f1..11af29146db4 100644 --- a/x/ibc/core/23-commitment/types/utils.go +++ b/x/ibc/core/23-commitment/types/utils.go @@ -1,8 +1,8 @@ package types import ( + crypto "github.com/celestiaorg/celestia-core/proto/tendermint/crypto" ics23 "github.com/confio/ics23/go" - crypto "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" ) diff --git a/x/ibc/core/23-commitment/types/utils_test.go b/x/ibc/core/23-commitment/types/utils_test.go index 646983005daa..b688baea84dc 100644 --- a/x/ibc/core/23-commitment/types/utils_test.go +++ b/x/ibc/core/23-commitment/types/utils_test.go @@ -3,8 +3,8 @@ package types_test import ( "fmt" - abci "github.com/lazyledger/lazyledger-core/abci/types" - crypto "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto" + abci "github.com/celestiaorg/celestia-core/abci/types" + crypto "github.com/celestiaorg/celestia-core/proto/tendermint/crypto" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/x/ibc/core/23-commitment/types" diff --git a/x/ibc/core/client/query.go b/x/ibc/core/client/query.go index 7dab36cb02c8..42c3ab712896 100644 --- a/x/ibc/core/client/query.go +++ b/x/ibc/core/client/query.go @@ -3,7 +3,7 @@ package client import ( "fmt" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/ibc/core/genesis_test.go b/x/ibc/core/genesis_test.go index 9b93340ee8a4..4ffd06150c7e 100644 --- a/x/ibc/core/genesis_test.go +++ b/x/ibc/core/genesis_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/ibc/core/module.go b/x/ibc/core/module.go index bf8e46741876..8c5c811df915 100644 --- a/x/ibc/core/module.go +++ b/x/ibc/core/module.go @@ -10,7 +10,7 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/spf13/cobra" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/ibc/light-clients/07-tendermint/types/client_state.go b/x/ibc/light-clients/07-tendermint/types/client_state.go index 6aeea6a3098e..fdd66c3ac78e 100644 --- a/x/ibc/light-clients/07-tendermint/types/client_state.go +++ b/x/ibc/light-clients/07-tendermint/types/client_state.go @@ -4,8 +4,8 @@ import ( "strings" "time" + "github.com/celestiaorg/celestia-core/light" ics23 "github.com/confio/ics23/go" - "github.com/lazyledger/lazyledger-core/light" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/ibc/light-clients/07-tendermint/types/consensus_state.go b/x/ibc/light-clients/07-tendermint/types/consensus_state.go index 998d9c9fb646..921e004ac07d 100644 --- a/x/ibc/light-clients/07-tendermint/types/consensus_state.go +++ b/x/ibc/light-clients/07-tendermint/types/consensus_state.go @@ -3,8 +3,8 @@ package types import ( "time" - tmbytes "github.com/lazyledger/lazyledger-core/libs/bytes" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmbytes "github.com/celestiaorg/celestia-core/libs/bytes" + tmtypes "github.com/celestiaorg/celestia-core/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" clienttypes "github.com/cosmos/cosmos-sdk/x/ibc/core/02-client/types" diff --git a/x/ibc/light-clients/07-tendermint/types/fraction.go b/x/ibc/light-clients/07-tendermint/types/fraction.go index 009925da0851..a51636b5c29e 100644 --- a/x/ibc/light-clients/07-tendermint/types/fraction.go +++ b/x/ibc/light-clients/07-tendermint/types/fraction.go @@ -1,8 +1,8 @@ package types import ( - tmmath "github.com/lazyledger/lazyledger-core/libs/math" - "github.com/lazyledger/lazyledger-core/light" + tmmath "github.com/celestiaorg/celestia-core/libs/math" + "github.com/celestiaorg/celestia-core/light" ) // DefaultTrustLevel is the tendermint light client default trust level diff --git a/x/ibc/light-clients/07-tendermint/types/header.go b/x/ibc/light-clients/07-tendermint/types/header.go index 683dc3758964..2de4bc11213e 100644 --- a/x/ibc/light-clients/07-tendermint/types/header.go +++ b/x/ibc/light-clients/07-tendermint/types/header.go @@ -4,7 +4,7 @@ import ( "bytes" "time" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" clienttypes "github.com/cosmos/cosmos-sdk/x/ibc/core/02-client/types" diff --git a/x/ibc/light-clients/07-tendermint/types/header_test.go b/x/ibc/light-clients/07-tendermint/types/header_test.go index a3568eada59d..ee1b86acdc01 100644 --- a/x/ibc/light-clients/07-tendermint/types/header_test.go +++ b/x/ibc/light-clients/07-tendermint/types/header_test.go @@ -3,7 +3,7 @@ package types_test import ( "time" - tmprotocrypto "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto" + tmprotocrypto "github.com/celestiaorg/celestia-core/proto/tendermint/crypto" clienttypes "github.com/cosmos/cosmos-sdk/x/ibc/core/02-client/types" "github.com/cosmos/cosmos-sdk/x/ibc/core/exported" diff --git a/x/ibc/light-clients/07-tendermint/types/misbehaviour.go b/x/ibc/light-clients/07-tendermint/types/misbehaviour.go index 177514ddf689..c02ac2420369 100644 --- a/x/ibc/light-clients/07-tendermint/types/misbehaviour.go +++ b/x/ibc/light-clients/07-tendermint/types/misbehaviour.go @@ -4,8 +4,8 @@ import ( "bytes" "time" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" + tmtypes "github.com/celestiaorg/celestia-core/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" clienttypes "github.com/cosmos/cosmos-sdk/x/ibc/core/02-client/types" diff --git a/x/ibc/light-clients/07-tendermint/types/misbehaviour_handle.go b/x/ibc/light-clients/07-tendermint/types/misbehaviour_handle.go index c9cf6d8d75a1..26b244185efe 100644 --- a/x/ibc/light-clients/07-tendermint/types/misbehaviour_handle.go +++ b/x/ibc/light-clients/07-tendermint/types/misbehaviour_handle.go @@ -3,7 +3,7 @@ package types import ( "time" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/ibc/light-clients/07-tendermint/types/misbehaviour_handle_test.go b/x/ibc/light-clients/07-tendermint/types/misbehaviour_handle_test.go index 83180fc31c47..fc9280eee7e3 100644 --- a/x/ibc/light-clients/07-tendermint/types/misbehaviour_handle_test.go +++ b/x/ibc/light-clients/07-tendermint/types/misbehaviour_handle_test.go @@ -4,8 +4,8 @@ import ( "fmt" "time" - "github.com/lazyledger/lazyledger-core/crypto/tmhash" - tmtypes "github.com/lazyledger/lazyledger-core/types" + "github.com/celestiaorg/celestia-core/crypto/tmhash" + tmtypes "github.com/celestiaorg/celestia-core/types" clienttypes "github.com/cosmos/cosmos-sdk/x/ibc/core/02-client/types" commitmenttypes "github.com/cosmos/cosmos-sdk/x/ibc/core/23-commitment/types" diff --git a/x/ibc/light-clients/07-tendermint/types/misbehaviour_test.go b/x/ibc/light-clients/07-tendermint/types/misbehaviour_test.go index 7ded23e8aee8..30ebb1309632 100644 --- a/x/ibc/light-clients/07-tendermint/types/misbehaviour_test.go +++ b/x/ibc/light-clients/07-tendermint/types/misbehaviour_test.go @@ -3,9 +3,9 @@ package types_test import ( "time" - "github.com/lazyledger/lazyledger-core/crypto/tmhash" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" - tmtypes "github.com/lazyledger/lazyledger-core/types" + "github.com/celestiaorg/celestia-core/crypto/tmhash" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" + tmtypes "github.com/celestiaorg/celestia-core/types" clienttypes "github.com/cosmos/cosmos-sdk/x/ibc/core/02-client/types" "github.com/cosmos/cosmos-sdk/x/ibc/core/exported" diff --git a/x/ibc/light-clients/07-tendermint/types/proposal_handle.go b/x/ibc/light-clients/07-tendermint/types/proposal_handle.go index 076a55343a3c..f5ccf6f7a60d 100644 --- a/x/ibc/light-clients/07-tendermint/types/proposal_handle.go +++ b/x/ibc/light-clients/07-tendermint/types/proposal_handle.go @@ -3,7 +3,7 @@ package types import ( "time" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/ibc/light-clients/07-tendermint/types/tendermint.pb.go b/x/ibc/light-clients/07-tendermint/types/tendermint.pb.go index cc2d6466d1b4..b6aad3123371 100644 --- a/x/ibc/light-clients/07-tendermint/types/tendermint.pb.go +++ b/x/ibc/light-clients/07-tendermint/types/tendermint.pb.go @@ -5,16 +5,16 @@ package types import ( fmt "fmt" + github_com_celestiaorg_celestia_core_libs_bytes "github.com/celestiaorg/celestia-core/libs/bytes" + types2 "github.com/celestiaorg/celestia-core/proto/tendermint/types" _go "github.com/confio/ics23/go" types "github.com/cosmos/cosmos-sdk/x/ibc/core/02-client/types" types1 "github.com/cosmos/cosmos-sdk/x/ibc/core/23-commitment/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" - _ "github.com/golang/protobuf/ptypes/duration" - _ "github.com/golang/protobuf/ptypes/timestamp" - github_com_lazyledger_lazyledger_core_libs_bytes "github.com/lazyledger/lazyledger-core/libs/bytes" - types2 "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + _ "google.golang.org/protobuf/types/known/durationpb" + _ "google.golang.org/protobuf/types/known/timestamppb" io "io" math "math" math_bits "math/bits" @@ -104,8 +104,8 @@ type ConsensusState struct { // was stored. Timestamp time.Time `protobuf:"bytes,1,opt,name=timestamp,proto3,stdtime" json:"timestamp"` // commitment root (i.e app hash) - Root types1.MerkleRoot `protobuf:"bytes,2,opt,name=root,proto3" json:"root"` - NextValidatorsHash github_com_lazyledger_lazyledger_core_libs_bytes.HexBytes `protobuf:"bytes,3,opt,name=next_validators_hash,json=nextValidatorsHash,proto3,casttype=github.com/lazyledger/lazyledger-core/libs/bytes.HexBytes" json:"next_validators_hash,omitempty" yaml:"next_validators_hash"` + Root types1.MerkleRoot `protobuf:"bytes,2,opt,name=root,proto3" json:"root"` + NextValidatorsHash github_com_celestiaorg_celestia_core_libs_bytes.HexBytes `protobuf:"bytes,3,opt,name=next_validators_hash,json=nextValidatorsHash,proto3,casttype=github.com/celestiaorg/celestia-core/libs/bytes.HexBytes" json:"next_validators_hash,omitempty" yaml:"next_validators_hash"` } func (m *ConsensusState) Reset() { *m = ConsensusState{} } @@ -322,74 +322,74 @@ func init() { var fileDescriptor_c6d6cf2b288949be = []byte{ // 1088 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x41, 0x6f, 0xe3, 0x44, - 0x14, 0x6e, 0xda, 0xb2, 0x4d, 0x26, 0xe9, 0x76, 0xf1, 0x96, 0x6e, 0x5a, 0xba, 0x71, 0x64, 0xd0, - 0x12, 0x21, 0xd5, 0x26, 0xd9, 0x03, 0xa2, 0xe2, 0x82, 0x5b, 0x50, 0x8b, 0x58, 0xa9, 0x72, 0x81, - 0x03, 0x02, 0xcc, 0xc4, 0x9e, 0xc4, 0xa3, 0xda, 0x1e, 0xe3, 0x99, 0x84, 0x74, 0x7f, 0x01, 0x17, - 0xd0, 0x1e, 0x11, 0x27, 0xae, 0xfc, 0x93, 0x3d, 0xf6, 0xc8, 0xc9, 0xa0, 0xf6, 0xc2, 0x39, 0x47, - 0x4e, 0xc8, 0x33, 0x63, 0x7b, 0x9a, 0xed, 0x52, 0x2d, 0x97, 0x76, 0xde, 0x7b, 0xdf, 0xfb, 0xbe, - 0xcc, 0x9b, 0x37, 0x6f, 0x0c, 0x2c, 0x3c, 0xf4, 0xac, 0x10, 0x8f, 0x03, 0xe6, 0x85, 0x18, 0xc5, - 0x8c, 0x5a, 0x0c, 0xc5, 0x3e, 0x4a, 0x23, 0x1c, 0x33, 0x6b, 0xda, 0x57, 0x2c, 0x33, 0x49, 0x09, - 0x23, 0x5a, 0x07, 0x0f, 0x3d, 0x53, 0x4d, 0x30, 0x15, 0xc8, 0xb4, 0xbf, 0xd3, 0x55, 0xf2, 0xd9, - 0x79, 0x82, 0xa8, 0x35, 0x85, 0x21, 0xf6, 0x21, 0x23, 0xa9, 0x60, 0xd8, 0xd9, 0x7d, 0x01, 0xc1, - 0xff, 0xca, 0xe8, 0x7d, 0x8f, 0xc4, 0x23, 0x4c, 0xac, 0x24, 0x25, 0x64, 0x54, 0x38, 0x3b, 0x63, - 0x42, 0xc6, 0x21, 0xb2, 0xb8, 0x35, 0x9c, 0x8c, 0x2c, 0x7f, 0x92, 0x42, 0x86, 0x49, 0x2c, 0xe3, - 0xfa, 0x62, 0x9c, 0xe1, 0x08, 0x51, 0x06, 0xa3, 0xa4, 0x00, 0xe4, 0xdb, 0xf4, 0x48, 0x8a, 0x2c, - 0xf1, 0xab, 0xf3, 0xad, 0x89, 0x95, 0x04, 0xbc, 0x53, 0x01, 0x48, 0x14, 0x61, 0x16, 0x15, 0xa0, - 0xd2, 0x92, 0xc0, 0xcd, 0x31, 0x19, 0x13, 0xbe, 0xb4, 0xf2, 0x95, 0xf0, 0x1a, 0x7f, 0xaf, 0x81, - 0xe6, 0x01, 0xe7, 0x3b, 0x65, 0x90, 0x21, 0x6d, 0x1b, 0xd4, 0xbd, 0x00, 0xe2, 0xd8, 0xc5, 0x7e, - 0xbb, 0xd6, 0xad, 0xf5, 0x1a, 0xce, 0x1a, 0xb7, 0x8f, 0x7d, 0x0d, 0x81, 0x26, 0x4b, 0x27, 0x94, - 0xb9, 0x21, 0x9a, 0xa2, 0xb0, 0xbd, 0xdc, 0xad, 0xf5, 0x9a, 0x83, 0x9e, 0xf9, 0xdf, 0x65, 0x35, - 0x3f, 0x49, 0xa1, 0x97, 0x6f, 0xd8, 0xde, 0x79, 0x9e, 0xe9, 0x4b, 0xf3, 0x4c, 0xd7, 0xce, 0x61, - 0x14, 0xee, 0x1b, 0x0a, 0x95, 0xe1, 0x00, 0x6e, 0x7d, 0x96, 0x1b, 0xda, 0x08, 0x6c, 0x70, 0x0b, - 0xc7, 0x63, 0x37, 0x41, 0x29, 0x26, 0x7e, 0x7b, 0x85, 0x4b, 0x6d, 0x9b, 0xa2, 0x58, 0x66, 0x51, - 0x2c, 0xf3, 0x50, 0x16, 0xd3, 0x36, 0x24, 0xf7, 0x96, 0xc2, 0x5d, 0xe5, 0x1b, 0xbf, 0xfc, 0xa9, - 0xd7, 0x9c, 0xbb, 0x85, 0xf7, 0x84, 0x3b, 0x35, 0x0c, 0xee, 0x4d, 0xe2, 0x21, 0x89, 0x7d, 0x45, - 0x68, 0xf5, 0x36, 0xa1, 0xb7, 0xa4, 0xd0, 0x03, 0x21, 0xb4, 0x48, 0x20, 0x94, 0x36, 0x4a, 0xb7, - 0x94, 0x42, 0x60, 0x23, 0x82, 0x33, 0xd7, 0x0b, 0x89, 0x77, 0xe6, 0xfa, 0x29, 0x1e, 0xb1, 0xf6, - 0x6b, 0xaf, 0xb8, 0xa5, 0x85, 0x7c, 0x21, 0xb4, 0x1e, 0xc1, 0xd9, 0x41, 0xee, 0x3c, 0xcc, 0x7d, - 0xda, 0x37, 0x60, 0x7d, 0x94, 0x92, 0xa7, 0x28, 0x76, 0x03, 0x94, 0x1f, 0x48, 0xfb, 0x0e, 0x17, - 0xd9, 0xe1, 0x47, 0x94, 0xb7, 0x88, 0x29, 0x3b, 0x67, 0xda, 0x37, 0x8f, 0x38, 0xc2, 0xde, 0x95, - 0x2a, 0x9b, 0x42, 0xe5, 0x5a, 0xba, 0xe1, 0xb4, 0x84, 0x2d, 0xb0, 0x39, 0x7d, 0x08, 0x19, 0xa2, - 0xac, 0xa0, 0x5f, 0x7b, 0x55, 0xfa, 0x6b, 0xe9, 0x86, 0xd3, 0x12, 0xb6, 0xa4, 0x3f, 0x06, 0x4d, - 0x7e, 0x75, 0x5c, 0x9a, 0x20, 0x8f, 0xb6, 0xeb, 0xdd, 0x95, 0x5e, 0x73, 0x70, 0xcf, 0xc4, 0x1e, - 0x1d, 0x3c, 0x36, 0x4f, 0xf2, 0xc8, 0x69, 0x82, 0x3c, 0x7b, 0xab, 0x6a, 0x21, 0x05, 0x6e, 0x38, - 0x20, 0x29, 0x20, 0x54, 0xdb, 0x07, 0xad, 0x49, 0x32, 0x4e, 0xa1, 0x8f, 0xdc, 0x04, 0xb2, 0xa0, - 0xdd, 0xe8, 0xae, 0xf4, 0x1a, 0xf6, 0x83, 0x79, 0xa6, 0xdf, 0x97, 0xe7, 0xa6, 0x44, 0x0d, 0xa7, - 0x29, 0xcd, 0x13, 0xc8, 0x02, 0xcd, 0x05, 0xdb, 0x30, 0x0c, 0xc9, 0x0f, 0xee, 0x24, 0xf1, 0x21, - 0x43, 0x2e, 0x1c, 0x31, 0x94, 0xba, 0x68, 0x96, 0xe0, 0xf4, 0xbc, 0x0d, 0xba, 0xb5, 0x5e, 0xdd, - 0x7e, 0x7b, 0x9e, 0xe9, 0x5d, 0x41, 0xf4, 0x52, 0xa8, 0xe1, 0x6c, 0xf1, 0xd8, 0x17, 0x3c, 0xf4, - 0x51, 0x1e, 0xf9, 0x98, 0x07, 0xb4, 0xef, 0x81, 0x7e, 0x43, 0x56, 0x84, 0xe9, 0x10, 0x05, 0x70, - 0x8a, 0xc9, 0x24, 0x6d, 0x37, 0xb9, 0xcc, 0xbb, 0xf3, 0x4c, 0x7f, 0xf4, 0x52, 0x19, 0x35, 0xc1, - 0x70, 0x76, 0x17, 0xc5, 0x9e, 0x28, 0xe1, 0xfd, 0xd5, 0x1f, 0x7f, 0xd3, 0x97, 0x8c, 0xdf, 0x97, - 0xc1, 0xdd, 0x03, 0x12, 0x53, 0x14, 0xd3, 0x09, 0x15, 0xb7, 0xdd, 0x06, 0x8d, 0x72, 0xe0, 0xf0, - 0xeb, 0x9e, 0x1f, 0xe7, 0x62, 0x4b, 0x7e, 0x5e, 0x20, 0xec, 0x7a, 0x7e, 0x9c, 0xcf, 0xf2, 0xce, - 0xab, 0xd2, 0xb4, 0x0f, 0xc1, 0x6a, 0x4a, 0x08, 0x93, 0xf3, 0xc0, 0x50, 0xba, 0xa1, 0x9a, 0x40, - 0xd3, 0xbe, 0xf9, 0x04, 0xa5, 0x67, 0x21, 0x72, 0x08, 0x61, 0xf6, 0x6a, 0x4e, 0xe3, 0xf0, 0x2c, - 0xed, 0xe7, 0x1a, 0xd8, 0x8c, 0xd1, 0x8c, 0xb9, 0xe5, 0xb0, 0xa5, 0x6e, 0x00, 0x69, 0xc0, 0xef, - 0x7c, 0xcb, 0xfe, 0x7a, 0x9e, 0xe9, 0x6f, 0x8a, 0x1a, 0xdc, 0x84, 0x32, 0xfe, 0xc9, 0xf4, 0x0f, - 0xc6, 0x98, 0x05, 0x93, 0x61, 0x2e, 0x67, 0x85, 0xf0, 0xe9, 0x79, 0x88, 0xfc, 0x31, 0x4a, 0x95, - 0xe5, 0x1e, 0x9f, 0x8e, 0x21, 0x1e, 0x52, 0x6b, 0x78, 0xce, 0x10, 0x35, 0x8f, 0xd0, 0xcc, 0xce, - 0x17, 0x8e, 0x96, 0x73, 0x7e, 0x59, 0x52, 0x1e, 0x41, 0x1a, 0xc8, 0x5a, 0xfd, 0xb4, 0x0c, 0x5a, - 0x6a, 0x09, 0xb5, 0x3e, 0x68, 0x88, 0xee, 0x2e, 0x07, 0xa3, 0xbd, 0x39, 0xcf, 0xf4, 0x7b, 0xe2, - 0xb7, 0x95, 0x21, 0xc3, 0xa9, 0x8b, 0xf5, 0xb1, 0xaf, 0x41, 0x50, 0x0f, 0x10, 0xf4, 0x51, 0xea, - 0xf6, 0x65, 0x71, 0x1e, 0xdd, 0x36, 0x2c, 0x8f, 0x38, 0xde, 0xee, 0x5c, 0x66, 0xfa, 0x9a, 0x58, - 0xf7, 0xe7, 0x99, 0xbe, 0x21, 0x44, 0x0a, 0x32, 0xc3, 0x59, 0x13, 0xcb, 0xbe, 0x22, 0x31, 0x90, - 0x43, 0xf2, 0x7f, 0x48, 0x0c, 0x5e, 0x90, 0x18, 0x94, 0x12, 0x03, 0x59, 0x8f, 0x5f, 0x57, 0xc0, - 0x1d, 0x81, 0xd6, 0x20, 0x58, 0xa7, 0x78, 0x1c, 0x23, 0xdf, 0x15, 0x10, 0xd9, 0x37, 0x1d, 0x55, - 0x47, 0xbc, 0x8b, 0xa7, 0x1c, 0x26, 0x05, 0x77, 0x2f, 0x32, 0xbd, 0x56, 0x8d, 0x82, 0x6b, 0x14, - 0x86, 0xd3, 0xa2, 0x0a, 0x36, 0x9f, 0x34, 0xe5, 0x41, 0xbb, 0x14, 0x15, 0xbd, 0x75, 0x83, 0x44, - 0x79, 0x78, 0xa7, 0x88, 0xd9, 0xed, 0x8a, 0xfe, 0x5a, 0xba, 0xe1, 0xb4, 0xa6, 0x0a, 0x4e, 0xfb, - 0x0e, 0x88, 0xb7, 0x80, 0xeb, 0xf3, 0x49, 0xb6, 0x72, 0xeb, 0x24, 0x7b, 0x28, 0x27, 0xd9, 0x1b, - 0xca, 0x0b, 0x53, 0xe6, 0x1b, 0xce, 0xba, 0x74, 0xc8, 0x59, 0x16, 0x02, 0xad, 0x40, 0x54, 0x1d, - 0x2b, 0x5f, 0x97, 0xdb, 0x76, 0xf1, 0x70, 0x9e, 0xe9, 0xdb, 0xd7, 0x55, 0x2a, 0x0e, 0xc3, 0x79, - 0x5d, 0x3a, 0xab, 0xb6, 0x35, 0x3e, 0x05, 0xf5, 0xe2, 0x95, 0xd5, 0x76, 0x41, 0x23, 0x9e, 0x44, - 0x28, 0xcd, 0x23, 0xfc, 0x64, 0x56, 0x9d, 0xca, 0xa1, 0x75, 0x41, 0xd3, 0x47, 0x31, 0x89, 0x70, - 0xcc, 0xe3, 0xcb, 0x3c, 0xae, 0xba, 0xec, 0x6f, 0x9f, 0x5f, 0x76, 0x6a, 0x17, 0x97, 0x9d, 0xda, - 0x5f, 0x97, 0x9d, 0xda, 0xb3, 0xab, 0xce, 0xd2, 0xc5, 0x55, 0x67, 0xe9, 0x8f, 0xab, 0xce, 0xd2, - 0x57, 0x87, 0xca, 0x3d, 0xf3, 0x08, 0x8d, 0x08, 0x95, 0xff, 0xf6, 0xa8, 0x7f, 0x66, 0xcd, 0xaa, - 0xef, 0xb1, 0xbd, 0xe2, 0x83, 0xec, 0xbd, 0xf7, 0xf7, 0x16, 0xbf, 0x98, 0x86, 0x77, 0xf8, 0x58, - 0x79, 0xfc, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xfd, 0x6a, 0xbf, 0x8a, 0xbf, 0x09, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0xcf, 0x6f, 0xe3, 0xc4, + 0x17, 0x6f, 0xda, 0x7e, 0xb7, 0xc9, 0x24, 0xdd, 0xf6, 0xeb, 0x2d, 0xdd, 0xb4, 0x74, 0xe3, 0xc8, + 0xa0, 0x25, 0x42, 0xaa, 0x4d, 0xb2, 0x07, 0x50, 0xc5, 0x05, 0xb7, 0xa0, 0x16, 0xb1, 0x52, 0xe5, + 0x02, 0x07, 0x10, 0x98, 0x89, 0x3d, 0x89, 0x47, 0xb5, 0x3d, 0xc6, 0x33, 0x09, 0x29, 0x7f, 0x01, + 0x97, 0x95, 0xf6, 0x88, 0x38, 0x71, 0xe4, 0x4f, 0xd9, 0x63, 0x8f, 0x9c, 0x0c, 0x6a, 0x2f, 0x9c, + 0x73, 0xe4, 0x84, 0xe6, 0x87, 0x7f, 0x34, 0xdb, 0xa5, 0x5a, 0x2e, 0xed, 0xbc, 0xf7, 0x3e, 0xef, + 0xf3, 0xc9, 0xbc, 0x79, 0xf3, 0xc6, 0xc0, 0xc2, 0x43, 0xcf, 0x0a, 0xf1, 0x38, 0x60, 0x5e, 0x88, + 0x51, 0xcc, 0xa8, 0xc5, 0x50, 0xec, 0xa3, 0x34, 0xc2, 0x31, 0xb3, 0xa6, 0xfd, 0x8a, 0x65, 0x26, + 0x29, 0x61, 0x44, 0xeb, 0xe0, 0xa1, 0x67, 0x56, 0x13, 0xcc, 0x0a, 0x64, 0xda, 0xdf, 0xed, 0x56, + 0xf2, 0xd9, 0x45, 0x82, 0xa8, 0x35, 0x85, 0x21, 0xf6, 0x21, 0x23, 0xa9, 0x64, 0xd8, 0xdd, 0x7b, + 0x09, 0x21, 0xfe, 0xaa, 0xe8, 0x03, 0x8f, 0xc4, 0x23, 0x4c, 0xac, 0x24, 0x25, 0x64, 0x94, 0x3b, + 0x3b, 0x63, 0x42, 0xc6, 0x21, 0xb2, 0x84, 0x35, 0x9c, 0x8c, 0x2c, 0x7f, 0x92, 0x42, 0x86, 0x49, + 0xac, 0xe2, 0xfa, 0x62, 0x9c, 0xe1, 0x08, 0x51, 0x06, 0xa3, 0x24, 0x07, 0xf0, 0x6d, 0x7a, 0x24, + 0x45, 0x96, 0xfc, 0xd5, 0x7c, 0x6b, 0x72, 0xa5, 0x00, 0xef, 0x94, 0x00, 0x12, 0x45, 0x98, 0x45, + 0x39, 0xa8, 0xb0, 0x14, 0x70, 0x6b, 0x4c, 0xc6, 0x44, 0x2c, 0x2d, 0xbe, 0x92, 0x5e, 0xe3, 0xaf, + 0x35, 0xd0, 0x3c, 0x14, 0x7c, 0x67, 0x0c, 0x32, 0xa4, 0xed, 0x80, 0xba, 0x17, 0x40, 0x1c, 0xbb, + 0xd8, 0x6f, 0xd7, 0xba, 0xb5, 0x5e, 0xc3, 0x59, 0x13, 0xf6, 0x89, 0xaf, 0x21, 0xd0, 0x64, 0xe9, + 0x84, 0x32, 0x37, 0x44, 0x53, 0x14, 0xb6, 0x97, 0xbb, 0xb5, 0x5e, 0x73, 0xd0, 0x33, 0xff, 0xbd, + 0xac, 0xe6, 0x27, 0x29, 0xf4, 0xf8, 0x86, 0xed, 0xdd, 0x17, 0x99, 0xbe, 0x34, 0xcf, 0x74, 0xed, + 0x02, 0x46, 0xe1, 0x81, 0x51, 0xa1, 0x32, 0x1c, 0x20, 0xac, 0xcf, 0xb8, 0xa1, 0x8d, 0xc0, 0x86, + 0xb0, 0x70, 0x3c, 0x76, 0x13, 0x94, 0x62, 0xe2, 0xb7, 0x57, 0x84, 0xd4, 0x8e, 0x29, 0x8b, 0x65, + 0xe6, 0xc5, 0x32, 0x8f, 0x54, 0x31, 0x6d, 0x43, 0x71, 0x6f, 0x57, 0xb8, 0xcb, 0x7c, 0xe3, 0xe7, + 0x3f, 0xf4, 0x9a, 0x73, 0x3f, 0xf7, 0x9e, 0x0a, 0xa7, 0x86, 0xc1, 0xe6, 0x24, 0x1e, 0x92, 0xd8, + 0xaf, 0x08, 0xad, 0xde, 0x25, 0xf4, 0x96, 0x12, 0x7a, 0x28, 0x85, 0x16, 0x09, 0xa4, 0xd2, 0x46, + 0xe1, 0x56, 0x52, 0x08, 0x6c, 0x44, 0x70, 0xe6, 0x7a, 0x21, 0xf1, 0xce, 0x5d, 0x3f, 0xc5, 0x23, + 0xd6, 0xfe, 0xdf, 0x6b, 0x6e, 0x69, 0x21, 0x5f, 0x0a, 0xad, 0x47, 0x70, 0x76, 0xc8, 0x9d, 0x47, + 0xdc, 0xa7, 0x7d, 0x03, 0xd6, 0x47, 0x29, 0xf9, 0x11, 0xc5, 0x6e, 0x80, 0xf8, 0x81, 0xb4, 0xef, + 0x09, 0x91, 0x5d, 0x71, 0x44, 0xbc, 0x45, 0x4c, 0xd5, 0x39, 0xd3, 0xbe, 0x79, 0x2c, 0x10, 0xf6, + 0x9e, 0x52, 0xd9, 0x92, 0x2a, 0x37, 0xd2, 0x0d, 0xa7, 0x25, 0x6d, 0x89, 0xe5, 0xf4, 0x21, 0x64, + 0x88, 0xb2, 0x9c, 0x7e, 0xed, 0x75, 0xe9, 0x6f, 0xa4, 0x1b, 0x4e, 0x4b, 0xda, 0x8a, 0xfe, 0x04, + 0x34, 0xc5, 0xd5, 0x71, 0x69, 0x82, 0x3c, 0xda, 0xae, 0x77, 0x57, 0x7a, 0xcd, 0xc1, 0xa6, 0x89, + 0x3d, 0x3a, 0x78, 0x62, 0x9e, 0xf2, 0xc8, 0x59, 0x82, 0x3c, 0x7b, 0xbb, 0x6c, 0xa1, 0x0a, 0xdc, + 0x70, 0x40, 0x92, 0x43, 0xa8, 0x76, 0x00, 0x5a, 0x93, 0x64, 0x9c, 0x42, 0x1f, 0xb9, 0x09, 0x64, + 0x41, 0xbb, 0xd1, 0x5d, 0xe9, 0x35, 0xec, 0x87, 0xf3, 0x4c, 0x7f, 0xa0, 0xce, 0xad, 0x12, 0x35, + 0x9c, 0xa6, 0x32, 0x4f, 0x21, 0x0b, 0x34, 0x17, 0xec, 0xc0, 0x30, 0x24, 0x3f, 0xb8, 0x93, 0xc4, + 0x87, 0x0c, 0xb9, 0x70, 0xc4, 0x50, 0xea, 0xa2, 0x59, 0x82, 0xd3, 0x8b, 0x36, 0xe8, 0xd6, 0x7a, + 0x75, 0xfb, 0xed, 0x79, 0xa6, 0x77, 0x25, 0xd1, 0x2b, 0xa1, 0x86, 0xb3, 0x2d, 0x62, 0x5f, 0x88, + 0xd0, 0x47, 0x3c, 0xf2, 0xb1, 0x08, 0x68, 0xdf, 0x03, 0xfd, 0x96, 0xac, 0x08, 0xd3, 0x21, 0x0a, + 0xe0, 0x14, 0x93, 0x49, 0xda, 0x6e, 0x0a, 0x99, 0x77, 0xe7, 0x99, 0xfe, 0xf8, 0x95, 0x32, 0xd5, + 0x04, 0xc3, 0xd9, 0x5b, 0x14, 0x7b, 0x5a, 0x09, 0x1f, 0xac, 0xfe, 0xf4, 0xab, 0xbe, 0x64, 0xfc, + 0xb6, 0x0c, 0xee, 0x1f, 0x92, 0x98, 0xa2, 0x98, 0x4e, 0xa8, 0xbc, 0xed, 0x36, 0x68, 0x14, 0x03, + 0x47, 0x5c, 0x77, 0x7e, 0x9c, 0x8b, 0x2d, 0xf9, 0x79, 0x8e, 0xb0, 0xeb, 0xfc, 0x38, 0x9f, 0xf3, + 0xce, 0x2b, 0xd3, 0xb4, 0x0f, 0xc1, 0x6a, 0x4a, 0x08, 0x53, 0xf3, 0xc0, 0xa8, 0x74, 0x43, 0x39, + 0x81, 0xa6, 0x7d, 0xf3, 0x29, 0x4a, 0xcf, 0x43, 0xe4, 0x10, 0xc2, 0xec, 0x55, 0x4e, 0xe3, 0x88, + 0x2c, 0xed, 0x59, 0x0d, 0x6c, 0xc5, 0x68, 0xc6, 0xdc, 0x62, 0xd8, 0x52, 0x37, 0x80, 0x34, 0x10, + 0x77, 0xbe, 0x65, 0x7f, 0x3d, 0xcf, 0xf4, 0x37, 0x65, 0x0d, 0x6e, 0x43, 0x19, 0x7f, 0x67, 0xfa, + 0x07, 0x63, 0xcc, 0x82, 0xc9, 0x90, 0xcb, 0x59, 0x1e, 0x0a, 0x11, 0x65, 0x18, 0x92, 0x74, 0x5c, + 0xac, 0xf7, 0xc5, 0x70, 0x0c, 0xf1, 0x90, 0x5a, 0xc3, 0x0b, 0x86, 0xa8, 0x79, 0x8c, 0x66, 0x36, + 0x5f, 0x38, 0x1a, 0xa7, 0xfc, 0xb2, 0x60, 0x3c, 0x86, 0x34, 0x50, 0xa5, 0x7a, 0xb6, 0x0c, 0x5a, + 0xd5, 0x0a, 0x6a, 0x7d, 0xd0, 0x90, 0xcd, 0x5d, 0xcc, 0x45, 0x7b, 0x6b, 0x9e, 0xe9, 0x9b, 0xf2, + 0xa7, 0x15, 0x21, 0xc3, 0xa9, 0xcb, 0xf5, 0x89, 0xaf, 0x41, 0x50, 0x0f, 0x10, 0xf4, 0x51, 0xea, + 0xf6, 0x55, 0x6d, 0x1e, 0xdf, 0x35, 0x2b, 0x8f, 0x05, 0xde, 0xee, 0x5c, 0x65, 0xfa, 0x9a, 0x5c, + 0xf7, 0xe7, 0x99, 0xbe, 0x21, 0x45, 0x72, 0x32, 0xc3, 0x59, 0x93, 0xcb, 0x7e, 0x45, 0x62, 0xa0, + 0x66, 0xe4, 0x7f, 0x90, 0x18, 0xbc, 0x24, 0x31, 0x28, 0x24, 0x06, 0xaa, 0x1e, 0xbf, 0xac, 0x80, + 0x7b, 0x12, 0xad, 0x41, 0xb0, 0x4e, 0xf1, 0x38, 0x46, 0xbe, 0x2b, 0x21, 0xaa, 0x6d, 0x3a, 0x55, + 0x1d, 0xf9, 0x2c, 0x9e, 0x09, 0x98, 0x12, 0xdc, 0xbb, 0xcc, 0xf4, 0x5a, 0x39, 0x09, 0x6e, 0x50, + 0x18, 0x4e, 0x8b, 0x56, 0xb0, 0x7c, 0xd0, 0x14, 0xe7, 0xec, 0x52, 0x94, 0xb7, 0xd6, 0x2d, 0x12, + 0xc5, 0xe1, 0x9d, 0x21, 0x66, 0xb7, 0x4b, 0xfa, 0x1b, 0xe9, 0x86, 0xd3, 0x9a, 0x56, 0x70, 0xda, + 0x77, 0x40, 0x3e, 0x05, 0x42, 0x5f, 0x0c, 0xb2, 0x95, 0x3b, 0x07, 0xd9, 0x23, 0x35, 0xc8, 0xde, + 0xa8, 0x3c, 0x30, 0x45, 0xbe, 0xe1, 0xac, 0x2b, 0x87, 0x1a, 0x65, 0x21, 0xd0, 0x72, 0x44, 0xd9, + 0xb0, 0xea, 0x71, 0xb9, 0x6b, 0x17, 0x8f, 0xe6, 0x99, 0xbe, 0x73, 0x53, 0xa5, 0xe4, 0x30, 0x9c, + 0xff, 0x2b, 0x67, 0xd9, 0xb6, 0xc6, 0xa7, 0xa0, 0x9e, 0x3f, 0xb2, 0xda, 0x1e, 0x68, 0xc4, 0x93, + 0x08, 0xa5, 0x3c, 0x22, 0x4e, 0x66, 0xd5, 0x29, 0x1d, 0x5a, 0x17, 0x34, 0x7d, 0x14, 0x93, 0x08, + 0xc7, 0x22, 0xbe, 0x2c, 0xe2, 0x55, 0x97, 0xfd, 0xed, 0x8b, 0xab, 0x4e, 0xed, 0xf2, 0xaa, 0x53, + 0xfb, 0xf3, 0xaa, 0x53, 0x7b, 0x7e, 0xdd, 0x59, 0xba, 0xbc, 0xee, 0x2c, 0xfd, 0x7e, 0xdd, 0x59, + 0xfa, 0xea, 0xa8, 0x7a, 0xcd, 0x08, 0x8d, 0x08, 0x55, 0xff, 0xf6, 0xa9, 0x7f, 0x6e, 0xcd, 0xca, + 0xcf, 0xb1, 0xfd, 0xfc, 0x7b, 0xec, 0xbd, 0xf7, 0xf7, 0x17, 0x3f, 0x98, 0x86, 0xf7, 0xc4, 0x54, + 0x79, 0xf2, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa6, 0x83, 0x67, 0x0e, 0xbe, 0x09, 0x00, 0x00, } func (m *ClientState) Marshal() (dAtA []byte, err error) { diff --git a/x/ibc/light-clients/07-tendermint/types/tendermint_test.go b/x/ibc/light-clients/07-tendermint/types/tendermint_test.go index 3035c4392a80..7590beae8083 100644 --- a/x/ibc/light-clients/07-tendermint/types/tendermint_test.go +++ b/x/ibc/light-clients/07-tendermint/types/tendermint_test.go @@ -4,9 +4,9 @@ import ( "testing" "time" - tmbytes "github.com/lazyledger/lazyledger-core/libs/bytes" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmbytes "github.com/celestiaorg/celestia-core/libs/bytes" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/ibc/light-clients/07-tendermint/types/update.go b/x/ibc/light-clients/07-tendermint/types/update.go index ac5fef1acb8e..c0bd64479299 100644 --- a/x/ibc/light-clients/07-tendermint/types/update.go +++ b/x/ibc/light-clients/07-tendermint/types/update.go @@ -4,8 +4,8 @@ import ( "bytes" "time" - "github.com/lazyledger/lazyledger-core/light" - tmtypes "github.com/lazyledger/lazyledger-core/types" + "github.com/celestiaorg/celestia-core/light" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/ibc/light-clients/07-tendermint/types/update_test.go b/x/ibc/light-clients/07-tendermint/types/update_test.go index e518d965830d..3252cc4e0714 100644 --- a/x/ibc/light-clients/07-tendermint/types/update_test.go +++ b/x/ibc/light-clients/07-tendermint/types/update_test.go @@ -3,7 +3,7 @@ package types_test import ( "time" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" clienttypes "github.com/cosmos/cosmos-sdk/x/ibc/core/02-client/types" commitmenttypes "github.com/cosmos/cosmos-sdk/x/ibc/core/23-commitment/types" diff --git a/x/ibc/light-clients/09-localhost/types/localhost_test.go b/x/ibc/light-clients/09-localhost/types/localhost_test.go index f9419ad460ef..320880e3c060 100644 --- a/x/ibc/light-clients/09-localhost/types/localhost_test.go +++ b/x/ibc/light-clients/09-localhost/types/localhost_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/ibc/testing/chain.go b/x/ibc/testing/chain.go index b09781157363..716f9b9d1a1f 100644 --- a/x/ibc/testing/chain.go +++ b/x/ibc/testing/chain.go @@ -7,12 +7,12 @@ import ( "testing" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/crypto/tmhash" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" - tmprotoversion "github.com/lazyledger/lazyledger-core/proto/tendermint/version" - tmtypes "github.com/lazyledger/lazyledger-core/types" - tmversion "github.com/lazyledger/lazyledger-core/version" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/crypto/tmhash" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" + tmprotoversion "github.com/celestiaorg/celestia-core/proto/tendermint/version" + tmtypes "github.com/celestiaorg/celestia-core/types" + tmversion "github.com/celestiaorg/celestia-core/version" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/ibc/testing/chain_test.go b/x/ibc/testing/chain_test.go index 2c871497c9da..be8015b4fdc2 100644 --- a/x/ibc/testing/chain_test.go +++ b/x/ibc/testing/chain_test.go @@ -3,7 +3,7 @@ package ibctesting_test import ( "testing" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/stretchr/testify/require" ibctesting "github.com/cosmos/cosmos-sdk/x/ibc/testing" diff --git a/x/ibc/testing/coordinator.go b/x/ibc/testing/coordinator.go index 27c05b4a0f59..17b2af773735 100644 --- a/x/ibc/testing/coordinator.go +++ b/x/ibc/testing/coordinator.go @@ -6,7 +6,7 @@ import ( "testing" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/stretchr/testify/require" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/ibc/testing/mock/mock.go b/x/ibc/testing/mock/mock.go index 4005fe539942..0a3b20fcd921 100644 --- a/x/ibc/testing/mock/mock.go +++ b/x/ibc/testing/mock/mock.go @@ -10,7 +10,7 @@ import ( "github.com/gorilla/mux" "github.com/spf13/cobra" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/ibc/testing/mock/privval.go b/x/ibc/testing/mock/privval.go index fc0c3a8bc8fc..b7a2b3533332 100644 --- a/x/ibc/testing/mock/privval.go +++ b/x/ibc/testing/mock/privval.go @@ -1,9 +1,9 @@ package mock import ( - "github.com/lazyledger/lazyledger-core/crypto" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" - tmtypes "github.com/lazyledger/lazyledger-core/types" + "github.com/celestiaorg/celestia-core/crypto" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" + tmtypes "github.com/celestiaorg/celestia-core/types" cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec" "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" diff --git a/x/ibc/testing/mock/privval_test.go b/x/ibc/testing/mock/privval_test.go index b78d69179811..d23e4ba15e46 100644 --- a/x/ibc/testing/mock/privval_test.go +++ b/x/ibc/testing/mock/privval_test.go @@ -3,8 +3,8 @@ package mock_test import ( "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/x/ibc/testing/mock" diff --git a/x/mint/client/cli/cli_test.go b/x/mint/client/cli/cli_test.go index 95356d67b23a..a8d40d59014c 100644 --- a/x/mint/client/cli/cli_test.go +++ b/x/mint/client/cli/cli_test.go @@ -7,7 +7,7 @@ import ( "strings" "testing" - tmcli "github.com/lazyledger/lazyledger-core/libs/cli" + tmcli "github.com/celestiaorg/celestia-core/libs/cli" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/x/mint/keeper/grpc_query_test.go b/x/mint/keeper/grpc_query_test.go index 805ca2efc9d5..ff9e49503dad 100644 --- a/x/mint/keeper/grpc_query_test.go +++ b/x/mint/keeper/grpc_query_test.go @@ -4,7 +4,7 @@ import ( gocontext "context" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/baseapp" diff --git a/x/mint/keeper/integration_test.go b/x/mint/keeper/integration_test.go index 0bcce1548673..949f63a603de 100644 --- a/x/mint/keeper/integration_test.go +++ b/x/mint/keeper/integration_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/cosmos/cosmos-sdk/simapp" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/mint/keeper/keeper.go b/x/mint/keeper/keeper.go index dd98ba3b380c..dc1a55365d9d 100644 --- a/x/mint/keeper/keeper.go +++ b/x/mint/keeper/keeper.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/mint/keeper/querier.go b/x/mint/keeper/querier.go index db6cce909c70..1b0ff6509f1e 100644 --- a/x/mint/keeper/querier.go +++ b/x/mint/keeper/querier.go @@ -1,7 +1,7 @@ package keeper import ( - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/mint/keeper/querier_test.go b/x/mint/keeper/querier_test.go index 3f33bbdbe1b6..83d44eb47b14 100644 --- a/x/mint/keeper/querier_test.go +++ b/x/mint/keeper/querier_test.go @@ -11,7 +11,7 @@ import ( keep "github.com/cosmos/cosmos-sdk/x/mint/keeper" "github.com/cosmos/cosmos-sdk/x/mint/types" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" ) func TestNewQuerier(t *testing.T) { diff --git a/x/mint/module.go b/x/mint/module.go index 5946caf31ad5..9ea6faa34d0b 100644 --- a/x/mint/module.go +++ b/x/mint/module.go @@ -6,9 +6,9 @@ import ( "fmt" "math/rand" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/gorilla/mux" "github.com/grpc-ecosystem/grpc-gateway/runtime" - abci "github.com/lazyledger/lazyledger-core/abci/types" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/mint/module_test.go b/x/mint/module_test.go index e43e6fdfe0b4..a332a19a92be 100644 --- a/x/mint/module_test.go +++ b/x/mint/module_test.go @@ -3,8 +3,8 @@ package mint_test import ( "testing" - abcitypes "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abcitypes "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/params/client/cli/cli_test.go b/x/params/client/cli/cli_test.go index f025d64f9db9..b6f0cb788a0c 100644 --- a/x/params/client/cli/cli_test.go +++ b/x/params/client/cli/cli_test.go @@ -7,7 +7,7 @@ import ( "strings" "testing" - tmcli "github.com/lazyledger/lazyledger-core/libs/cli" + tmcli "github.com/celestiaorg/celestia-core/libs/cli" "github.com/stretchr/testify/suite" clitestutil "github.com/cosmos/cosmos-sdk/testutil/cli" diff --git a/x/params/keeper/common_test.go b/x/params/keeper/common_test.go index 21bbb86198b2..1a9410a1bb75 100644 --- a/x/params/keeper/common_test.go +++ b/x/params/keeper/common_test.go @@ -1,8 +1,8 @@ package keeper_test import ( - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" dbm "github.com/tendermint/tm-db" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/params/keeper/consensus_params.go b/x/params/keeper/consensus_params.go index e2a392a94b80..e46b1064097c 100644 --- a/x/params/keeper/consensus_params.go +++ b/x/params/keeper/consensus_params.go @@ -1,8 +1,8 @@ package keeper import ( - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/cosmos/cosmos-sdk/baseapp" "github.com/cosmos/cosmos-sdk/x/params/types" diff --git a/x/params/keeper/keeper.go b/x/params/keeper/keeper.go index e4ff320cf868..8af8f0024ce5 100644 --- a/x/params/keeper/keeper.go +++ b/x/params/keeper/keeper.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/params/keeper/keeper_test.go b/x/params/keeper/keeper_test.go index 8f1450d42c0d..97775af32115 100644 --- a/x/params/keeper/keeper_test.go +++ b/x/params/keeper/keeper_test.go @@ -4,7 +4,7 @@ import ( "reflect" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" diff --git a/x/params/keeper/querier.go b/x/params/keeper/querier.go index 3ed968d4cbad..100a319cd2b9 100644 --- a/x/params/keeper/querier.go +++ b/x/params/keeper/querier.go @@ -1,7 +1,7 @@ package keeper import ( - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/params/module.go b/x/params/module.go index f843a2c3fa58..ff44eefea041 100644 --- a/x/params/module.go +++ b/x/params/module.go @@ -7,8 +7,8 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/gorilla/mux" - abci "github.com/lazyledger/lazyledger-core/abci/types" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/params/proposal_handler_test.go b/x/params/proposal_handler_test.go index 8d59be662a6d..dbf811ec23ed 100644 --- a/x/params/proposal_handler_test.go +++ b/x/params/proposal_handler_test.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/simapp" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" diff --git a/x/params/simulation/operations_test.go b/x/params/simulation/operations_test.go index 71f1a61fbe9e..47738dd585e1 100644 --- a/x/params/simulation/operations_test.go +++ b/x/params/simulation/operations_test.go @@ -5,7 +5,7 @@ import ( "math/rand" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/params/simulation/proposals_test.go b/x/params/simulation/proposals_test.go index e880a095cef6..46dba5bc338d 100644 --- a/x/params/simulation/proposals_test.go +++ b/x/params/simulation/proposals_test.go @@ -4,7 +4,7 @@ import ( "math/rand" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" simappparams "github.com/cosmos/cosmos-sdk/simapp/params" diff --git a/x/params/types/subspace_test.go b/x/params/types/subspace_test.go index 0feb15141640..29152e893f54 100644 --- a/x/params/types/subspace_test.go +++ b/x/params/types/subspace_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" dbm "github.com/tendermint/tm-db" diff --git a/x/simulation/mock_tendermint.go b/x/simulation/mock_tendermint.go index bc55906ce092..1c5798133c69 100644 --- a/x/simulation/mock_tendermint.go +++ b/x/simulation/mock_tendermint.go @@ -7,10 +7,10 @@ import ( "testing" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" - cryptoenc "github.com/lazyledger/lazyledger-core/crypto/encoding" - tmbytes "github.com/lazyledger/lazyledger-core/libs/bytes" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + cryptoenc "github.com/celestiaorg/celestia-core/crypto/encoding" + tmbytes "github.com/celestiaorg/celestia-core/libs/bytes" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" ) type mockValidator struct { diff --git a/x/simulation/params.go b/x/simulation/params.go index 293d4b817188..cf4791c8c6cc 100644 --- a/x/simulation/params.go +++ b/x/simulation/params.go @@ -5,9 +5,9 @@ import ( "fmt" "math/rand" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" - "github.com/lazyledger/lazyledger-core/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" + "github.com/celestiaorg/celestia-core/types" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/types/simulation" diff --git a/x/simulation/params_test.go b/x/simulation/params_test.go index 07e97dc6548b..69c282e0db30 100644 --- a/x/simulation/params_test.go +++ b/x/simulation/params_test.go @@ -5,7 +5,7 @@ import ( "math/rand" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/simulation/simulate.go b/x/simulation/simulate.go index e327a1344f44..f99ca62085ad 100644 --- a/x/simulation/simulate.go +++ b/x/simulation/simulate.go @@ -10,8 +10,8 @@ import ( "testing" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/cosmos/cosmos-sdk/baseapp" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/slashing/abci.go b/x/slashing/abci.go index fb0d8cd1419a..45cfc4fdbc28 100644 --- a/x/slashing/abci.go +++ b/x/slashing/abci.go @@ -3,7 +3,7 @@ package slashing import ( "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/slashing/abci_test.go b/x/slashing/abci_test.go index 41ba19ac8c16..ca3182e48398 100644 --- a/x/slashing/abci_test.go +++ b/x/slashing/abci_test.go @@ -4,8 +4,8 @@ import ( "testing" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/slashing/app_test.go b/x/slashing/app_test.go index 889357e0b8a1..bb3e827ba6f9 100644 --- a/x/slashing/app_test.go +++ b/x/slashing/app_test.go @@ -4,8 +4,8 @@ import ( "errors" "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" diff --git a/x/slashing/client/cli/cli_test.go b/x/slashing/client/cli/cli_test.go index 291158a9c7ae..9da4d99fbe45 100644 --- a/x/slashing/client/cli/cli_test.go +++ b/x/slashing/client/cli/cli_test.go @@ -7,8 +7,8 @@ import ( "strings" "testing" + tmcli "github.com/celestiaorg/celestia-core/libs/cli" "github.com/gogo/protobuf/proto" - tmcli "github.com/lazyledger/lazyledger-core/libs/cli" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/x/slashing/genesis_test.go b/x/slashing/genesis_test.go index 0d6a897a6a61..cfa1f7bd54dd 100644 --- a/x/slashing/genesis_test.go +++ b/x/slashing/genesis_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/slashing/handler_test.go b/x/slashing/handler_test.go index b876d0f2deb6..35eba63c3182 100644 --- a/x/slashing/handler_test.go +++ b/x/slashing/handler_test.go @@ -6,7 +6,7 @@ import ( "testing" "time" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/slashing/keeper/grpc_query_test.go b/x/slashing/keeper/grpc_query_test.go index 19b64261b366..3d1d66991880 100644 --- a/x/slashing/keeper/grpc_query_test.go +++ b/x/slashing/keeper/grpc_query_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/baseapp" diff --git a/x/slashing/keeper/hooks.go b/x/slashing/keeper/hooks.go index 7b7dcd101c6c..be60d7577750 100644 --- a/x/slashing/keeper/hooks.go +++ b/x/slashing/keeper/hooks.go @@ -3,7 +3,7 @@ package keeper import ( "time" - "github.com/lazyledger/lazyledger-core/crypto" + "github.com/celestiaorg/celestia-core/crypto" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/slashing/types" diff --git a/x/slashing/keeper/keeper.go b/x/slashing/keeper/keeper.go index 9de5a697f58d..22879e09761e 100644 --- a/x/slashing/keeper/keeper.go +++ b/x/slashing/keeper/keeper.go @@ -3,7 +3,7 @@ package keeper import ( "fmt" - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/cosmos/cosmos-sdk/codec" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" diff --git a/x/slashing/keeper/keeper_test.go b/x/slashing/keeper/keeper_test.go index 0632f13485e8..f91bc2540751 100644 --- a/x/slashing/keeper/keeper_test.go +++ b/x/slashing/keeper/keeper_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/slashing/keeper/querier.go b/x/slashing/keeper/querier.go index 29b0299d4732..e7df230d2f3e 100644 --- a/x/slashing/keeper/querier.go +++ b/x/slashing/keeper/querier.go @@ -1,7 +1,7 @@ package keeper import ( - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/slashing/keeper/querier_test.go b/x/slashing/keeper/querier_test.go index 61ff6625b461..677ea4674372 100644 --- a/x/slashing/keeper/querier_test.go +++ b/x/slashing/keeper/querier_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/slashing/keeper/signing_info_test.go b/x/slashing/keeper/signing_info_test.go index 4fb4f3df344b..6670ab97f4e3 100644 --- a/x/slashing/keeper/signing_info_test.go +++ b/x/slashing/keeper/signing_info_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/slashing/module.go b/x/slashing/module.go index 94e863095aca..80d3327d7231 100644 --- a/x/slashing/module.go +++ b/x/slashing/module.go @@ -11,7 +11,7 @@ import ( "github.com/gorilla/mux" "github.com/spf13/cobra" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/slashing/simulation/operations_test.go b/x/slashing/simulation/operations_test.go index bcde51fabf1d..b9354b0aec7f 100644 --- a/x/slashing/simulation/operations_test.go +++ b/x/slashing/simulation/operations_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/slashing/types/slashing.pb.go b/x/slashing/types/slashing.pb.go index 87d3baf7c316..a245b11ef419 100644 --- a/x/slashing/types/slashing.pb.go +++ b/x/slashing/types/slashing.pb.go @@ -9,8 +9,8 @@ import ( _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" - _ "github.com/golang/protobuf/ptypes/duration" - _ "github.com/golang/protobuf/ptypes/timestamp" + _ "google.golang.org/protobuf/types/known/durationpb" + _ "google.golang.org/protobuf/types/known/timestamppb" io "io" math "math" math_bits "math/bits" diff --git a/x/staking/abci.go b/x/staking/abci.go index a9f28ce686ff..ea1596c804c4 100644 --- a/x/staking/abci.go +++ b/x/staking/abci.go @@ -3,7 +3,7 @@ package staking import ( "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/staking/app_test.go b/x/staking/app_test.go index 2c609715d0b6..700fff3a2225 100644 --- a/x/staking/app_test.go +++ b/x/staking/app_test.go @@ -3,8 +3,8 @@ package staking_test import ( "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/staking/client/cli/cli_test.go b/x/staking/client/cli/cli_test.go index 363c9e5e1077..50e15358d937 100644 --- a/x/staking/client/cli/cli_test.go +++ b/x/staking/client/cli/cli_test.go @@ -8,10 +8,10 @@ import ( "strings" "testing" + tmcli "github.com/celestiaorg/celestia-core/libs/cli" + "github.com/celestiaorg/celestia-core/proto/tendermint/crypto" + "github.com/celestiaorg/celestia-core/rpc/client/http" "github.com/gogo/protobuf/proto" - tmcli "github.com/lazyledger/lazyledger-core/libs/cli" - "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto" - "github.com/lazyledger/lazyledger-core/rpc/client/http" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/x/staking/common_test.go b/x/staking/common_test.go index cdb7b6bef671..111c331c12bd 100644 --- a/x/staking/common_test.go +++ b/x/staking/common_test.go @@ -3,7 +3,7 @@ package staking_test import ( "math/big" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" diff --git a/x/staking/genesis.go b/x/staking/genesis.go index f63ee4addb61..2f62bbce2f83 100644 --- a/x/staking/genesis.go +++ b/x/staking/genesis.go @@ -4,8 +4,8 @@ import ( "fmt" "log" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmtypes "github.com/lazyledger/lazyledger-core/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmtypes "github.com/celestiaorg/celestia-core/types" cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/staking/genesis_test.go b/x/staking/genesis_test.go index 758abaec9593..50345942440e 100644 --- a/x/staking/genesis_test.go +++ b/x/staking/genesis_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/x/staking/handler_test.go b/x/staking/handler_test.go index 8efaac8799e5..419aa24d8e90 100644 --- a/x/staking/handler_test.go +++ b/x/staking/handler_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" - tmtypes "github.com/lazyledger/lazyledger-core/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/x/staking/keeper/common_test.go b/x/staking/keeper/common_test.go index e482adbc660d..c00910b87b3a 100644 --- a/x/staking/keeper/common_test.go +++ b/x/staking/keeper/common_test.go @@ -4,7 +4,7 @@ import ( "math/big" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/staking/keeper/historical_info_test.go b/x/staking/keeper/historical_info_test.go index 5a310e1b2f55..cbddd890b44e 100644 --- a/x/staking/keeper/historical_info_test.go +++ b/x/staking/keeper/historical_info_test.go @@ -4,7 +4,7 @@ import ( "sort" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/staking/keeper/keeper.go b/x/staking/keeper/keeper.go index 427c2d01869b..4a4c0ab761c7 100644 --- a/x/staking/keeper/keeper.go +++ b/x/staking/keeper/keeper.go @@ -4,7 +4,7 @@ import ( "container/list" "fmt" - "github.com/lazyledger/lazyledger-core/libs/log" + "github.com/celestiaorg/celestia-core/libs/log" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/staking/keeper/keeper_test.go b/x/staking/keeper/keeper_test.go index 715803b56ad2..6030ae97430c 100644 --- a/x/staking/keeper/keeper_test.go +++ b/x/staking/keeper/keeper_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/cosmos/cosmos-sdk/baseapp" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/staking/keeper/msg_server.go b/x/staking/keeper/msg_server.go index d8780d8b6fc8..1596755b5fea 100644 --- a/x/staking/keeper/msg_server.go +++ b/x/staking/keeper/msg_server.go @@ -5,7 +5,7 @@ import ( "time" metrics "github.com/armon/go-metrics" - tmstrings "github.com/lazyledger/lazyledger-core/libs/strings" + tmstrings "github.com/celestiaorg/celestia-core/libs/strings" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" "github.com/cosmos/cosmos-sdk/telemetry" diff --git a/x/staking/keeper/querier.go b/x/staking/keeper/querier.go index 3efcb3fa01d2..0e5c1ecf92f9 100644 --- a/x/staking/keeper/querier.go +++ b/x/staking/keeper/querier.go @@ -4,7 +4,7 @@ import ( "errors" "strings" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/staking/keeper/querier_test.go b/x/staking/keeper/querier_test.go index 95cf53425210..c1e88f187692 100644 --- a/x/staking/keeper/querier_test.go +++ b/x/staking/keeper/querier_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/staking/keeper/slash_test.go b/x/staking/keeper/slash_test.go index d0d71b659b6c..e3ab5c244906 100644 --- a/x/staking/keeper/slash_test.go +++ b/x/staking/keeper/slash_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/x/staking/keeper/val_state_change.go b/x/staking/keeper/val_state_change.go index 4da652a4f50d..4ecbad5286f2 100644 --- a/x/staking/keeper/val_state_change.go +++ b/x/staking/keeper/val_state_change.go @@ -5,8 +5,8 @@ import ( "fmt" "sort" + abci "github.com/celestiaorg/celestia-core/abci/types" gogotypes "github.com/gogo/protobuf/types" - abci "github.com/lazyledger/lazyledger-core/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/staking/types" diff --git a/x/staking/keeper/validator_test.go b/x/staking/keeper/validator_test.go index f6769791724d..74fe99a60516 100644 --- a/x/staking/keeper/validator_test.go +++ b/x/staking/keeper/validator_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/x/staking/module.go b/x/staking/module.go index 2a0569378fd8..6af4d7da02b2 100644 --- a/x/staking/module.go +++ b/x/staking/module.go @@ -8,8 +8,8 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/gorilla/mux" - abci "github.com/lazyledger/lazyledger-core/abci/types" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/staking/module_test.go b/x/staking/module_test.go index 134bbde2a7fb..adca4279121d 100644 --- a/x/staking/module_test.go +++ b/x/staking/module_test.go @@ -3,8 +3,8 @@ package staking_test import ( "testing" - abcitypes "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abcitypes "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/staking/simulation/operations_test.go b/x/staking/simulation/operations_test.go index 1f711f0b1e36..8d7f090dd56d 100644 --- a/x/staking/simulation/operations_test.go +++ b/x/staking/simulation/operations_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/staking/teststaking/tm.go b/x/staking/teststaking/tm.go index acf4911ed003..c30ec4bef79d 100644 --- a/x/staking/teststaking/tm.go +++ b/x/staking/teststaking/tm.go @@ -1,8 +1,8 @@ package teststaking import ( - tmcrypto "github.com/lazyledger/lazyledger-core/crypto" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmcrypto "github.com/celestiaorg/celestia-core/crypto" + tmtypes "github.com/celestiaorg/celestia-core/types" cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec" "github.com/cosmos/cosmos-sdk/x/staking/types" diff --git a/x/staking/types/exported.go b/x/staking/types/exported.go index b27ac5dd39ae..8d2e5f620464 100644 --- a/x/staking/types/exported.go +++ b/x/staking/types/exported.go @@ -1,7 +1,7 @@ package types import ( - tmprotocrypto "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto" + tmprotocrypto "github.com/celestiaorg/celestia-core/proto/tendermint/crypto" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/staking/types/historical_info.go b/x/staking/types/historical_info.go index 485392d38877..1e900bd52a85 100644 --- a/x/staking/types/historical_info.go +++ b/x/staking/types/historical_info.go @@ -3,8 +3,8 @@ package types import ( "sort" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/gogo/protobuf/proto" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" "github.com/cosmos/cosmos-sdk/codec" codectypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/x/staking/types/historical_info_test.go b/x/staking/types/historical_info_test.go index f8692a27f1df..53f9677bed12 100644 --- a/x/staking/types/historical_info_test.go +++ b/x/staking/types/historical_info_test.go @@ -5,7 +5,7 @@ import ( "sort" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/x/staking/types" diff --git a/x/staking/types/staking.pb.go b/x/staking/types/staking.pb.go index 6fce149e0563..6aa741c374b5 100644 --- a/x/staking/types/staking.pb.go +++ b/x/staking/types/staking.pb.go @@ -7,6 +7,7 @@ import ( bytes "bytes" compress_gzip "compress/gzip" fmt "fmt" + types "github.com/celestiaorg/celestia-core/proto/tendermint/types" types1 "github.com/cosmos/cosmos-sdk/codec/types" github_com_cosmos_cosmos_sdk_types "github.com/cosmos/cosmos-sdk/types" types2 "github.com/cosmos/cosmos-sdk/types" @@ -15,10 +16,9 @@ import ( proto "github.com/gogo/protobuf/proto" github_com_gogo_protobuf_protoc_gen_gogo_descriptor "github.com/gogo/protobuf/protoc-gen-gogo/descriptor" github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" - _ "github.com/golang/protobuf/ptypes/duration" - _ "github.com/golang/protobuf/ptypes/timestamp" - types "github.com/lazyledger/lazyledger-core/proto/tendermint/types" _ "github.com/regen-network/cosmos-proto" + _ "google.golang.org/protobuf/types/known/durationpb" + _ "google.golang.org/protobuf/types/known/timestamppb" io "io" io_ioutil "io/ioutil" math "math" @@ -1216,608 +1216,607 @@ func (this *Pool) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_ func StakingDescription() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) { d := &github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet{} var gzipped = []byte{ - // 9613 bytes of a gzipped FileDescriptorSet + // 9599 bytes of a gzipped FileDescriptorSet 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x6d, 0x70, 0x24, 0xd7, 0x71, 0x18, 0x66, 0x77, 0x01, 0xec, 0x36, 0x16, 0xc0, 0xe2, 0x01, 0x77, 0xb7, 0xb7, 0x3c, 0x02, - 0xe0, 0xf0, 0xeb, 0x78, 0xe4, 0x01, 0xe4, 0x91, 0x77, 0x24, 0xf7, 0x24, 0x52, 0x58, 0x60, 0x0f, - 0x07, 0x1e, 0xbe, 0x38, 0x00, 0x8e, 0xd4, 0x87, 0xb3, 0x35, 0x98, 0x7d, 0x58, 0x0c, 0xb1, 0x3b, - 0x33, 0x9c, 0x99, 0xbd, 0x3b, 0x50, 0x52, 0x15, 0x2d, 0x29, 0x8a, 0x44, 0xc7, 0x91, 0x14, 0xb9, - 0x1c, 0x49, 0xd6, 0xc9, 0x92, 0xe5, 0x58, 0x8e, 0xac, 0x44, 0xb6, 0xa5, 0x28, 0x71, 0x92, 0xaa, - 0x48, 0x49, 0x1c, 0x4b, 0x4a, 0xc5, 0x25, 0x55, 0x5c, 0x89, 0xe3, 0x4a, 0xce, 0x0e, 0xa5, 0x72, - 0x18, 0x45, 0x49, 0xe4, 0x33, 0x9d, 0x38, 0xa5, 0x1f, 0x49, 0xbd, 0xaf, 0xf9, 0xda, 0x8f, 0x59, - 0x40, 0x77, 0xa2, 0x1c, 0xe7, 0x17, 0xf6, 0xf5, 0xeb, 0xee, 0xd7, 0xaf, 0x5f, 0xbf, 0xee, 0x7e, - 0x5f, 0x03, 0xf8, 0xe7, 0xe7, 0x61, 0xba, 0x66, 0x9a, 0xb5, 0x3a, 0x9e, 0xb5, 0x6c, 0xd3, 0x35, - 0xb7, 0x9b, 0x3b, 0xb3, 0x55, 0xec, 0x68, 0xb6, 0x6e, 0xb9, 0xa6, 0x3d, 0x43, 0x61, 0x68, 0x94, - 0x61, 0xcc, 0x08, 0x0c, 0x79, 0x05, 0xc6, 0x2e, 0xe8, 0x75, 0xbc, 0xe0, 0x21, 0x6e, 0x60, 0x17, - 0x3d, 0x01, 0xa9, 0x1d, 0xbd, 0x8e, 0xf3, 0xd2, 0x74, 0xf2, 0xe4, 0xd0, 0x99, 0x7b, 0x66, 0x22, - 0x44, 0x33, 0x61, 0x8a, 0x75, 0x02, 0x56, 0x28, 0x85, 0xfc, 0xdd, 0x14, 0x8c, 0xb7, 0xa9, 0x45, - 0x08, 0x52, 0x86, 0xda, 0x20, 0x1c, 0xa5, 0x93, 0x19, 0x85, 0xfe, 0x46, 0x79, 0x18, 0xb4, 0x54, - 0x6d, 0x4f, 0xad, 0xe1, 0x7c, 0x82, 0x82, 0x45, 0x11, 0x4d, 0x02, 0x54, 0xb1, 0x85, 0x8d, 0x2a, - 0x36, 0xb4, 0xfd, 0x7c, 0x72, 0x3a, 0x79, 0x32, 0xa3, 0x04, 0x20, 0xe8, 0x41, 0x18, 0xb3, 0x9a, - 0xdb, 0x75, 0x5d, 0xab, 0x04, 0xd0, 0x60, 0x3a, 0x79, 0xb2, 0x5f, 0xc9, 0xb1, 0x8a, 0x05, 0x1f, - 0xf9, 0x7e, 0x18, 0xbd, 0x8a, 0xd5, 0xbd, 0x20, 0xea, 0x10, 0x45, 0x1d, 0x21, 0xe0, 0x00, 0xe2, - 0x3c, 0x64, 0x1b, 0xd8, 0x71, 0xd4, 0x1a, 0xae, 0xb8, 0xfb, 0x16, 0xce, 0xa7, 0x68, 0xef, 0xa7, - 0x5b, 0x7a, 0x1f, 0xed, 0xf9, 0x10, 0xa7, 0xda, 0xdc, 0xb7, 0x30, 0x9a, 0x83, 0x0c, 0x36, 0x9a, - 0x0d, 0xc6, 0xa1, 0xbf, 0x83, 0xfe, 0xca, 0x46, 0xb3, 0x11, 0xe5, 0x92, 0x26, 0x64, 0x9c, 0xc5, - 0xa0, 0x83, 0xed, 0x2b, 0xba, 0x86, 0xf3, 0x03, 0x94, 0xc1, 0xfd, 0x2d, 0x0c, 0x36, 0x58, 0x7d, - 0x94, 0x87, 0xa0, 0x43, 0xf3, 0x90, 0xc1, 0xd7, 0x5c, 0x6c, 0x38, 0xba, 0x69, 0xe4, 0x07, 0x29, - 0x93, 0x7b, 0xdb, 0x8c, 0x22, 0xae, 0x57, 0xa3, 0x2c, 0x7c, 0x3a, 0x74, 0x0e, 0x06, 0x4d, 0xcb, - 0xd5, 0x4d, 0xc3, 0xc9, 0xa7, 0xa7, 0xa5, 0x93, 0x43, 0x67, 0x4e, 0xb4, 0x35, 0x84, 0x35, 0x86, - 0xa3, 0x08, 0x64, 0xb4, 0x04, 0x39, 0xc7, 0x6c, 0xda, 0x1a, 0xae, 0x68, 0x66, 0x15, 0x57, 0x74, - 0x63, 0xc7, 0xcc, 0x67, 0x28, 0x83, 0xa9, 0xd6, 0x8e, 0x50, 0xc4, 0x79, 0xb3, 0x8a, 0x97, 0x8c, - 0x1d, 0x53, 0x19, 0x71, 0x42, 0x65, 0x74, 0x14, 0x06, 0x9c, 0x7d, 0xc3, 0x55, 0xaf, 0xe5, 0xb3, - 0xd4, 0x42, 0x78, 0x49, 0xfe, 0xad, 0x01, 0x18, 0xed, 0xc5, 0xc4, 0xce, 0x43, 0xff, 0x0e, 0xe9, - 0x65, 0x3e, 0x71, 0x10, 0x1d, 0x30, 0x9a, 0xb0, 0x12, 0x07, 0x0e, 0xa9, 0xc4, 0x39, 0x18, 0x32, - 0xb0, 0xe3, 0xe2, 0x2a, 0xb3, 0x88, 0x64, 0x8f, 0x36, 0x05, 0x8c, 0xa8, 0xd5, 0xa4, 0x52, 0x87, - 0x32, 0xa9, 0xe7, 0x61, 0xd4, 0x13, 0xa9, 0x62, 0xab, 0x46, 0x4d, 0xd8, 0xe6, 0x6c, 0x9c, 0x24, - 0x33, 0x65, 0x41, 0xa7, 0x10, 0x32, 0x65, 0x04, 0x87, 0xca, 0x68, 0x01, 0xc0, 0x34, 0xb0, 0xb9, - 0x53, 0xa9, 0x62, 0xad, 0x9e, 0x4f, 0x77, 0xd0, 0xd2, 0x1a, 0x41, 0x69, 0xd1, 0x92, 0xc9, 0xa0, - 0x5a, 0x1d, 0x3d, 0xe9, 0x9b, 0xda, 0x60, 0x07, 0x4b, 0x59, 0x61, 0x93, 0xac, 0xc5, 0xda, 0xb6, - 0x60, 0xc4, 0xc6, 0xc4, 0xee, 0x71, 0x95, 0xf7, 0x2c, 0x43, 0x85, 0x98, 0x89, 0xed, 0x99, 0xc2, - 0xc9, 0x58, 0xc7, 0x86, 0xed, 0x60, 0x11, 0xdd, 0x0d, 0x1e, 0xa0, 0x42, 0xcd, 0x0a, 0xa8, 0x17, - 0xca, 0x0a, 0xe0, 0xaa, 0xda, 0xc0, 0x85, 0x97, 0x60, 0x24, 0xac, 0x1e, 0x34, 0x01, 0xfd, 0x8e, - 0xab, 0xda, 0x2e, 0xb5, 0xc2, 0x7e, 0x85, 0x15, 0x50, 0x0e, 0x92, 0xd8, 0xa8, 0x52, 0x2f, 0xd7, - 0xaf, 0x90, 0x9f, 0xe8, 0x2d, 0x7e, 0x87, 0x93, 0xb4, 0xc3, 0xf7, 0xb5, 0x8e, 0x68, 0x88, 0x73, - 0xb4, 0xdf, 0x85, 0xc7, 0x61, 0x38, 0xd4, 0x81, 0x5e, 0x9b, 0x96, 0xdf, 0x05, 0x47, 0xda, 0xb2, - 0x46, 0xcf, 0xc3, 0x44, 0xd3, 0xd0, 0x0d, 0x17, 0xdb, 0x96, 0x8d, 0x89, 0xc5, 0xb2, 0xa6, 0xf2, - 0xff, 0x79, 0xb0, 0x83, 0xcd, 0x6d, 0x05, 0xb1, 0x19, 0x17, 0x65, 0xbc, 0xd9, 0x0a, 0x3c, 0x95, - 0x49, 0xbf, 0x36, 0x98, 0x7b, 0xf9, 0xe5, 0x97, 0x5f, 0x4e, 0xc8, 0x5f, 0x1b, 0x80, 0x89, 0x76, - 0x73, 0xa6, 0xed, 0xf4, 0x3d, 0x0a, 0x03, 0x46, 0xb3, 0xb1, 0x8d, 0x6d, 0xaa, 0xa4, 0x7e, 0x85, - 0x97, 0xd0, 0x1c, 0xf4, 0xd7, 0xd5, 0x6d, 0x5c, 0xcf, 0xa7, 0xa6, 0xa5, 0x93, 0x23, 0x67, 0x1e, - 0xec, 0x69, 0x56, 0xce, 0x2c, 0x13, 0x12, 0x85, 0x51, 0xa2, 0xa7, 0x20, 0xc5, 0x5d, 0x34, 0xe1, - 0x70, 0xaa, 0x37, 0x0e, 0x64, 0x2e, 0x29, 0x94, 0x0e, 0xdd, 0x01, 0x19, 0xf2, 0x97, 0xd9, 0xc6, - 0x00, 0x95, 0x39, 0x4d, 0x00, 0xc4, 0x2e, 0x50, 0x01, 0xd2, 0x74, 0x9a, 0x54, 0xb1, 0x08, 0x6d, - 0x5e, 0x99, 0x18, 0x56, 0x15, 0xef, 0xa8, 0xcd, 0xba, 0x5b, 0xb9, 0xa2, 0xd6, 0x9b, 0x98, 0x1a, - 0x7c, 0x46, 0xc9, 0x72, 0xe0, 0x65, 0x02, 0x43, 0x53, 0x30, 0xc4, 0x66, 0x95, 0x6e, 0x54, 0xf1, - 0x35, 0xea, 0x3d, 0xfb, 0x15, 0x36, 0xd1, 0x96, 0x08, 0x84, 0x34, 0xff, 0x82, 0x63, 0x1a, 0xc2, - 0x34, 0x69, 0x13, 0x04, 0x40, 0x9b, 0x7f, 0x3c, 0xea, 0xb8, 0xef, 0x6c, 0xdf, 0xbd, 0x96, 0xb9, - 0x74, 0x3f, 0x8c, 0x52, 0x8c, 0x47, 0xf9, 0xd0, 0xab, 0xf5, 0xfc, 0xd8, 0xb4, 0x74, 0x32, 0xad, - 0x8c, 0x30, 0xf0, 0x1a, 0x87, 0xca, 0x5f, 0x49, 0x40, 0x8a, 0x3a, 0x96, 0x51, 0x18, 0xda, 0x7c, - 0xeb, 0x7a, 0xb9, 0xb2, 0xb0, 0xb6, 0x55, 0x5a, 0x2e, 0xe7, 0x24, 0x34, 0x02, 0x40, 0x01, 0x17, - 0x96, 0xd7, 0xe6, 0x36, 0x73, 0x09, 0xaf, 0xbc, 0xb4, 0xba, 0x79, 0xee, 0xb1, 0x5c, 0xd2, 0x23, - 0xd8, 0x62, 0x80, 0x54, 0x10, 0xe1, 0xd1, 0x33, 0xb9, 0x7e, 0x94, 0x83, 0x2c, 0x63, 0xb0, 0xf4, - 0x7c, 0x79, 0xe1, 0xdc, 0x63, 0xb9, 0x81, 0x30, 0xe4, 0xd1, 0x33, 0xb9, 0x41, 0x34, 0x0c, 0x19, - 0x0a, 0x29, 0xad, 0xad, 0x2d, 0xe7, 0xd2, 0x1e, 0xcf, 0x8d, 0x4d, 0x65, 0x69, 0x75, 0x31, 0x97, - 0xf1, 0x78, 0x2e, 0x2a, 0x6b, 0x5b, 0xeb, 0x39, 0xf0, 0x38, 0xac, 0x94, 0x37, 0x36, 0xe6, 0x16, - 0xcb, 0xb9, 0x21, 0x0f, 0xa3, 0xf4, 0xd6, 0xcd, 0xf2, 0x46, 0x2e, 0x1b, 0x12, 0xeb, 0xd1, 0x33, - 0xb9, 0x61, 0xaf, 0x89, 0xf2, 0xea, 0xd6, 0x4a, 0x6e, 0x04, 0x8d, 0xc1, 0x30, 0x6b, 0x42, 0x08, - 0x31, 0x1a, 0x01, 0x9d, 0x7b, 0x2c, 0x97, 0xf3, 0x05, 0x61, 0x5c, 0xc6, 0x42, 0x80, 0x73, 0x8f, - 0xe5, 0x90, 0x3c, 0x0f, 0xfd, 0xd4, 0x0c, 0x11, 0x82, 0x91, 0xe5, 0xb9, 0x52, 0x79, 0xb9, 0xb2, - 0xb6, 0xbe, 0xb9, 0xb4, 0xb6, 0x3a, 0xb7, 0x9c, 0x93, 0x7c, 0x98, 0x52, 0x7e, 0x76, 0x6b, 0x49, - 0x29, 0x2f, 0xe4, 0x12, 0x41, 0xd8, 0x7a, 0x79, 0x6e, 0xb3, 0xbc, 0x90, 0x4b, 0xca, 0x1a, 0x4c, - 0xb4, 0x73, 0xa8, 0x6d, 0xa7, 0x50, 0xc0, 0x16, 0x12, 0x1d, 0x6c, 0x81, 0xf2, 0x8a, 0xda, 0x82, - 0xfc, 0x9d, 0x04, 0x8c, 0xb7, 0x09, 0x2a, 0x6d, 0x1b, 0x79, 0x1a, 0xfa, 0x99, 0x2d, 0xb3, 0x30, - 0xfb, 0x40, 0xdb, 0xe8, 0x44, 0x2d, 0xbb, 0x25, 0xd4, 0x52, 0xba, 0x60, 0xaa, 0x91, 0xec, 0x90, - 0x6a, 0x10, 0x16, 0x2d, 0x06, 0xfb, 0x53, 0x2d, 0xce, 0x9f, 0xc5, 0xc7, 0x73, 0xbd, 0xc4, 0x47, - 0x0a, 0x3b, 0x58, 0x10, 0xe8, 0x6f, 0x13, 0x04, 0xce, 0xc3, 0x58, 0x0b, 0xa3, 0x9e, 0x9d, 0xf1, - 0x7b, 0x25, 0xc8, 0x77, 0x52, 0x4e, 0x8c, 0x4b, 0x4c, 0x84, 0x5c, 0xe2, 0xf9, 0xa8, 0x06, 0xef, - 0xea, 0x3c, 0x08, 0x2d, 0x63, 0xfd, 0x39, 0x09, 0x8e, 0xb6, 0x4f, 0x29, 0xdb, 0xca, 0xf0, 0x14, - 0x0c, 0x34, 0xb0, 0xbb, 0x6b, 0x8a, 0xb4, 0xea, 0xbe, 0x36, 0xc1, 0x9a, 0x54, 0x47, 0x07, 0x9b, - 0x53, 0x05, 0xa3, 0x7d, 0xb2, 0x53, 0x5e, 0xc8, 0xa4, 0x69, 0x91, 0xf4, 0x83, 0x09, 0x38, 0xd2, - 0x96, 0x79, 0x5b, 0x41, 0xef, 0x04, 0xd0, 0x0d, 0xab, 0xe9, 0xb2, 0xd4, 0x89, 0x79, 0xe2, 0x0c, - 0x85, 0x50, 0xe7, 0x45, 0xbc, 0x6c, 0xd3, 0xf5, 0xea, 0x93, 0xb4, 0x1e, 0x18, 0x88, 0x22, 0x3c, - 0xe1, 0x0b, 0x9a, 0xa2, 0x82, 0x4e, 0x76, 0xe8, 0x69, 0x8b, 0x61, 0x3e, 0x0c, 0x39, 0xad, 0xae, - 0x63, 0xc3, 0xad, 0x38, 0xae, 0x8d, 0xd5, 0x86, 0x6e, 0xd4, 0x68, 0xa8, 0x49, 0x17, 0xfb, 0x77, - 0xd4, 0xba, 0x83, 0x95, 0x51, 0x56, 0xbd, 0x21, 0x6a, 0x09, 0x05, 0x35, 0x20, 0x3b, 0x40, 0x31, - 0x10, 0xa2, 0x60, 0xd5, 0x1e, 0x85, 0xfc, 0x91, 0x0c, 0x0c, 0x05, 0x12, 0x70, 0x74, 0x17, 0x64, - 0x5f, 0x50, 0xaf, 0xa8, 0x15, 0xb1, 0xa8, 0x62, 0x9a, 0x18, 0x22, 0xb0, 0x75, 0xbe, 0xb0, 0x7a, - 0x18, 0x26, 0x28, 0x8a, 0xd9, 0x74, 0xb1, 0x5d, 0xd1, 0xea, 0xaa, 0xe3, 0x50, 0xa5, 0xa5, 0x29, - 0x2a, 0x22, 0x75, 0x6b, 0xa4, 0x6a, 0x5e, 0xd4, 0xa0, 0xb3, 0x30, 0x4e, 0x29, 0x1a, 0xcd, 0xba, - 0xab, 0x5b, 0x75, 0x5c, 0x21, 0xcb, 0x3c, 0x87, 0x86, 0x1c, 0x4f, 0xb2, 0x31, 0x82, 0xb1, 0xc2, - 0x11, 0x88, 0x44, 0x0e, 0x5a, 0x80, 0x3b, 0x29, 0x59, 0x0d, 0x1b, 0xd8, 0x56, 0x5d, 0x5c, 0xc1, - 0x2f, 0x36, 0xd5, 0xba, 0x53, 0x51, 0x8d, 0x6a, 0x65, 0x57, 0x75, 0x76, 0xf3, 0x13, 0x84, 0x41, - 0x29, 0x91, 0x97, 0x94, 0xe3, 0x04, 0x71, 0x91, 0xe3, 0x95, 0x29, 0xda, 0x9c, 0x51, 0xbd, 0xa8, - 0x3a, 0xbb, 0xa8, 0x08, 0x47, 0x29, 0x17, 0xc7, 0xb5, 0x75, 0xa3, 0x56, 0xd1, 0x76, 0xb1, 0xb6, - 0x57, 0x69, 0xba, 0x3b, 0x4f, 0xe4, 0xef, 0x08, 0xb6, 0x4f, 0x25, 0xdc, 0xa0, 0x38, 0xf3, 0x04, - 0x65, 0xcb, 0xdd, 0x79, 0x02, 0x6d, 0x40, 0x96, 0x0c, 0x46, 0x43, 0x7f, 0x09, 0x57, 0x76, 0x4c, - 0x9b, 0xc6, 0xd0, 0x91, 0x36, 0xae, 0x29, 0xa0, 0xc1, 0x99, 0x35, 0x4e, 0xb0, 0x62, 0x56, 0x71, - 0xb1, 0x7f, 0x63, 0xbd, 0x5c, 0x5e, 0x50, 0x86, 0x04, 0x97, 0x0b, 0xa6, 0x4d, 0x0c, 0xaa, 0x66, - 0x7a, 0x0a, 0x1e, 0x62, 0x06, 0x55, 0x33, 0x85, 0x7a, 0xcf, 0xc2, 0xb8, 0xa6, 0xb1, 0x3e, 0xeb, - 0x5a, 0x85, 0x2f, 0xc6, 0x9c, 0x7c, 0x2e, 0xa4, 0x2c, 0x4d, 0x5b, 0x64, 0x08, 0xdc, 0xc6, 0x1d, - 0xf4, 0x24, 0x1c, 0xf1, 0x95, 0x15, 0x24, 0x1c, 0x6b, 0xe9, 0x65, 0x94, 0xf4, 0x2c, 0x8c, 0x5b, - 0xfb, 0xad, 0x84, 0x28, 0xd4, 0xa2, 0xb5, 0x1f, 0x25, 0x7b, 0x1c, 0x26, 0xac, 0x5d, 0xab, 0x95, - 0xee, 0x54, 0x90, 0x0e, 0x59, 0xbb, 0x56, 0x94, 0xf0, 0x5e, 0xba, 0x32, 0xb7, 0xb1, 0xa6, 0xba, - 0xb8, 0x9a, 0x3f, 0x16, 0x44, 0x0f, 0x54, 0xa0, 0x19, 0xc8, 0x69, 0x5a, 0x05, 0x1b, 0xea, 0x76, - 0x1d, 0x57, 0x54, 0x1b, 0x1b, 0xaa, 0x93, 0x9f, 0xa2, 0xc8, 0x29, 0xd7, 0x6e, 0x62, 0x65, 0x44, - 0xd3, 0xca, 0xb4, 0x72, 0x8e, 0xd6, 0xa1, 0x53, 0x30, 0x66, 0x6e, 0xbf, 0xa0, 0x31, 0x8b, 0xac, - 0x58, 0x36, 0xde, 0xd1, 0xaf, 0xe5, 0xef, 0xa1, 0xea, 0x1d, 0x25, 0x15, 0xd4, 0x1e, 0xd7, 0x29, - 0x18, 0x3d, 0x00, 0x39, 0xcd, 0xd9, 0x55, 0x6d, 0x8b, 0xba, 0x64, 0xc7, 0x52, 0x35, 0x9c, 0xbf, - 0x97, 0xa1, 0x32, 0xf8, 0xaa, 0x00, 0x93, 0x19, 0xe1, 0x5c, 0xd5, 0x77, 0x5c, 0xc1, 0xf1, 0x7e, - 0x36, 0x23, 0x28, 0x8c, 0x73, 0x3b, 0x09, 0x39, 0xa2, 0x89, 0x50, 0xc3, 0x27, 0x29, 0xda, 0x88, - 0xb5, 0x6b, 0x05, 0xdb, 0xbd, 0x1b, 0x86, 0x09, 0xa6, 0xdf, 0xe8, 0x03, 0x2c, 0x71, 0xb3, 0x76, - 0x03, 0x2d, 0x3e, 0x06, 0x47, 0x09, 0x52, 0x03, 0xbb, 0x6a, 0x55, 0x75, 0xd5, 0x00, 0xf6, 0x43, - 0x14, 0x9b, 0xa8, 0x7d, 0x85, 0x57, 0x86, 0xe4, 0xb4, 0x9b, 0xdb, 0xfb, 0x9e, 0x61, 0x9d, 0x66, - 0x72, 0x12, 0x98, 0x30, 0xad, 0xdb, 0x96, 0x9c, 0xcb, 0x45, 0xc8, 0x06, 0xed, 0x1e, 0x65, 0x80, - 0x59, 0x7e, 0x4e, 0x22, 0x49, 0xd0, 0xfc, 0xda, 0x02, 0x49, 0x5f, 0xde, 0x56, 0xce, 0x25, 0x48, - 0x1a, 0xb5, 0xbc, 0xb4, 0x59, 0xae, 0x28, 0x5b, 0xab, 0x9b, 0x4b, 0x2b, 0xe5, 0x5c, 0x32, 0x90, - 0xd8, 0x3f, 0x93, 0x4a, 0xdf, 0x97, 0xbb, 0x5f, 0xfe, 0x76, 0x02, 0x46, 0xc2, 0x2b, 0x35, 0xf4, - 0x26, 0x38, 0x26, 0xb6, 0x55, 0x1c, 0xec, 0x56, 0xae, 0xea, 0x36, 0x9d, 0x90, 0x0d, 0x95, 0x05, - 0x47, 0xcf, 0x7e, 0x26, 0x38, 0xd6, 0x06, 0x76, 0x9f, 0xd3, 0x6d, 0x32, 0xdd, 0x1a, 0xaa, 0x8b, - 0x96, 0x61, 0xca, 0x30, 0x2b, 0x8e, 0xab, 0x1a, 0x55, 0xd5, 0xae, 0x56, 0xfc, 0x0d, 0xad, 0x8a, - 0xaa, 0x69, 0xd8, 0x71, 0x4c, 0x16, 0x08, 0x3d, 0x2e, 0x27, 0x0c, 0x73, 0x83, 0x23, 0xfb, 0x11, - 0x62, 0x8e, 0xa3, 0x46, 0xcc, 0x37, 0xd9, 0xc9, 0x7c, 0xef, 0x80, 0x4c, 0x43, 0xb5, 0x2a, 0xd8, - 0x70, 0xed, 0x7d, 0x9a, 0x9f, 0xa7, 0x95, 0x74, 0x43, 0xb5, 0xca, 0xa4, 0xfc, 0x63, 0x59, 0x26, - 0x3d, 0x93, 0x4a, 0xa7, 0x73, 0x99, 0x67, 0x52, 0xe9, 0x4c, 0x0e, 0xe4, 0x57, 0x93, 0x90, 0x0d, - 0xe6, 0xeb, 0x64, 0xf9, 0xa3, 0xd1, 0x88, 0x25, 0x51, 0x9f, 0x76, 0x77, 0xd7, 0xec, 0x7e, 0x66, - 0x9e, 0x84, 0xb2, 0xe2, 0x00, 0x4b, 0x8e, 0x15, 0x46, 0x49, 0xd2, 0x08, 0x62, 0x6c, 0x98, 0x25, - 0x23, 0x69, 0x85, 0x97, 0xd0, 0x22, 0x0c, 0xbc, 0xe0, 0x50, 0xde, 0x03, 0x94, 0xf7, 0x3d, 0xdd, - 0x79, 0x3f, 0xb3, 0x41, 0x99, 0x67, 0x9e, 0xd9, 0xa8, 0xac, 0xae, 0x29, 0x2b, 0x73, 0xcb, 0x0a, - 0x27, 0x47, 0xc7, 0x21, 0x55, 0x57, 0x5f, 0xda, 0x0f, 0x07, 0x3d, 0x0a, 0xea, 0x75, 0x10, 0x8e, - 0x43, 0xea, 0x2a, 0x56, 0xf7, 0xc2, 0xa1, 0x86, 0x82, 0x6e, 0xe3, 0x64, 0x98, 0x85, 0x7e, 0xaa, - 0x2f, 0x04, 0xc0, 0x35, 0x96, 0xeb, 0x43, 0x69, 0x48, 0xcd, 0xaf, 0x29, 0x64, 0x42, 0xe4, 0x20, - 0xcb, 0xa0, 0x95, 0xf5, 0xa5, 0xf2, 0x7c, 0x39, 0x97, 0x90, 0xcf, 0xc2, 0x00, 0x53, 0x02, 0x99, - 0x2c, 0x9e, 0x1a, 0x72, 0x7d, 0xbc, 0xc8, 0x79, 0x48, 0xa2, 0x76, 0x6b, 0xa5, 0x54, 0x56, 0x72, - 0x89, 0xf0, 0x50, 0xa7, 0x72, 0xfd, 0xb2, 0x03, 0xd9, 0x60, 0x1e, 0xfe, 0xe3, 0x59, 0x8c, 0x7f, - 0x55, 0x82, 0xa1, 0x40, 0x5e, 0x4d, 0x12, 0x22, 0xb5, 0x5e, 0x37, 0xaf, 0x56, 0xd4, 0xba, 0xae, - 0x3a, 0xdc, 0x34, 0x80, 0x82, 0xe6, 0x08, 0xa4, 0xd7, 0xa1, 0xfb, 0x31, 0x4d, 0x91, 0xfe, 0xdc, - 0x80, 0xfc, 0x29, 0x09, 0x72, 0xd1, 0xc4, 0x36, 0x22, 0xa6, 0xf4, 0x46, 0x8a, 0x29, 0x7f, 0x52, - 0x82, 0x91, 0x70, 0x36, 0x1b, 0x11, 0xef, 0xae, 0x37, 0x54, 0xbc, 0x3f, 0x4a, 0xc0, 0x70, 0x28, - 0x87, 0xed, 0x55, 0xba, 0x17, 0x61, 0x4c, 0xaf, 0xe2, 0x86, 0x65, 0xba, 0xd8, 0xd0, 0xf6, 0x2b, - 0x75, 0x7c, 0x05, 0xd7, 0xf3, 0x32, 0x75, 0x1a, 0xb3, 0xdd, 0xb3, 0xe4, 0x99, 0x25, 0x9f, 0x6e, - 0x99, 0x90, 0x15, 0xc7, 0x97, 0x16, 0xca, 0x2b, 0xeb, 0x6b, 0x9b, 0xe5, 0xd5, 0xf9, 0xb7, 0x56, - 0xb6, 0x56, 0x2f, 0xad, 0xae, 0x3d, 0xb7, 0xaa, 0xe4, 0xf4, 0x08, 0xda, 0x6d, 0x9c, 0xf6, 0xeb, - 0x90, 0x8b, 0x0a, 0x85, 0x8e, 0x41, 0x3b, 0xb1, 0x72, 0x7d, 0x68, 0x1c, 0x46, 0x57, 0xd7, 0x2a, - 0x1b, 0x4b, 0x0b, 0xe5, 0x4a, 0xf9, 0xc2, 0x85, 0xf2, 0xfc, 0xe6, 0x06, 0xdb, 0xf7, 0xf0, 0xb0, - 0x37, 0x43, 0x13, 0x5c, 0xfe, 0x44, 0x12, 0xc6, 0xdb, 0x48, 0x82, 0xe6, 0xf8, 0x8a, 0x85, 0x2d, - 0xa2, 0x4e, 0xf7, 0x22, 0xfd, 0x0c, 0xc9, 0x19, 0xd6, 0x55, 0xdb, 0xe5, 0x0b, 0x9c, 0x07, 0x80, - 0x68, 0xc9, 0x70, 0xf5, 0x1d, 0x1d, 0xdb, 0x7c, 0x3f, 0x89, 0x2d, 0x63, 0x46, 0x7d, 0x38, 0xdb, - 0x52, 0x7a, 0x08, 0x90, 0x65, 0x3a, 0xba, 0xab, 0x5f, 0xc1, 0x15, 0xdd, 0x10, 0x9b, 0x4f, 0x64, - 0x59, 0x93, 0x52, 0x72, 0xa2, 0x66, 0xc9, 0x70, 0x3d, 0x6c, 0x03, 0xd7, 0xd4, 0x08, 0x36, 0x71, - 0xe6, 0x49, 0x25, 0x27, 0x6a, 0x3c, 0xec, 0xbb, 0x20, 0x5b, 0x35, 0x9b, 0x24, 0xd7, 0x63, 0x78, - 0x24, 0x76, 0x48, 0xca, 0x10, 0x83, 0x79, 0x28, 0x3c, 0x8b, 0xf7, 0x77, 0xbd, 0xb2, 0xca, 0x10, - 0x83, 0x31, 0x94, 0xfb, 0x61, 0x54, 0xad, 0xd5, 0x6c, 0xc2, 0x5c, 0x30, 0x62, 0xeb, 0x92, 0x11, - 0x0f, 0x4c, 0x11, 0x0b, 0xcf, 0x40, 0x5a, 0xe8, 0x81, 0x84, 0x6a, 0xa2, 0x89, 0x8a, 0xc5, 0x16, - 0xdb, 0x89, 0x93, 0x19, 0x25, 0x6d, 0x88, 0xca, 0xbb, 0x20, 0xab, 0x3b, 0x15, 0x7f, 0x13, 0x3f, - 0x31, 0x9d, 0x38, 0x99, 0x56, 0x86, 0x74, 0xc7, 0xdb, 0x00, 0x95, 0x3f, 0x97, 0x80, 0x91, 0xf0, - 0x21, 0x04, 0x5a, 0x80, 0x74, 0xdd, 0xd4, 0x54, 0x6a, 0x5a, 0xec, 0x04, 0xec, 0x64, 0xcc, 0xb9, - 0xc5, 0xcc, 0x32, 0xc7, 0x57, 0x3c, 0xca, 0xc2, 0xef, 0x4a, 0x90, 0x16, 0x60, 0x74, 0x14, 0x52, - 0x96, 0xea, 0xee, 0x52, 0x76, 0xfd, 0xa5, 0x44, 0x4e, 0x52, 0x68, 0x99, 0xc0, 0x1d, 0x4b, 0x35, - 0xa8, 0x09, 0x70, 0x38, 0x29, 0x93, 0x71, 0xad, 0x63, 0xb5, 0x4a, 0x17, 0x3d, 0x66, 0xa3, 0x81, - 0x0d, 0xd7, 0x11, 0xe3, 0xca, 0xe1, 0xf3, 0x1c, 0x8c, 0x1e, 0x84, 0x31, 0xd7, 0x56, 0xf5, 0x7a, - 0x08, 0x37, 0x45, 0x71, 0x73, 0xa2, 0xc2, 0x43, 0x2e, 0xc2, 0x71, 0xc1, 0xb7, 0x8a, 0x5d, 0x55, - 0xdb, 0xc5, 0x55, 0x9f, 0x68, 0x80, 0x6e, 0x6e, 0x1c, 0xe3, 0x08, 0x0b, 0xbc, 0x5e, 0xd0, 0xca, - 0xdf, 0x96, 0x60, 0x4c, 0x2c, 0xd3, 0xaa, 0x9e, 0xb2, 0x56, 0x00, 0x54, 0xc3, 0x30, 0xdd, 0xa0, - 0xba, 0x5a, 0x4d, 0xb9, 0x85, 0x6e, 0x66, 0xce, 0x23, 0x52, 0x02, 0x0c, 0x0a, 0x0d, 0x00, 0xbf, - 0xa6, 0xa3, 0xda, 0xa6, 0x60, 0x88, 0x9f, 0x30, 0xd1, 0x63, 0x4a, 0xb6, 0xb0, 0x07, 0x06, 0x22, - 0xeb, 0x39, 0x34, 0x01, 0xfd, 0xdb, 0xb8, 0xa6, 0x1b, 0x7c, 0xdf, 0x98, 0x15, 0xc4, 0xf6, 0x4b, - 0xca, 0xdb, 0x7e, 0x29, 0x7d, 0x48, 0x82, 0x71, 0xcd, 0x6c, 0x44, 0xe5, 0x2d, 0xe5, 0x22, 0xbb, - 0x0b, 0xce, 0x45, 0xe9, 0x6d, 0x4f, 0xd5, 0x74, 0x77, 0xb7, 0xb9, 0x3d, 0xa3, 0x99, 0x8d, 0xd9, - 0x9a, 0x59, 0x57, 0x8d, 0x9a, 0x7f, 0xce, 0x4a, 0x7f, 0x68, 0xa7, 0x6b, 0xd8, 0x38, 0x5d, 0x33, - 0x03, 0xa7, 0xae, 0xe7, 0xfd, 0x9f, 0x7f, 0x2e, 0x49, 0xbf, 0x94, 0x48, 0x2e, 0xae, 0x97, 0x3e, - 0x9f, 0x28, 0x2c, 0xb2, 0xe6, 0xd6, 0x85, 0x7a, 0x14, 0xbc, 0x53, 0xc7, 0x1a, 0xe9, 0x32, 0x7c, - 0xef, 0x41, 0x98, 0xa8, 0x99, 0x35, 0x93, 0x72, 0x9c, 0x25, 0xbf, 0xf8, 0xc9, 0x6d, 0xc6, 0x83, - 0x16, 0x62, 0x8f, 0x79, 0x8b, 0xab, 0x30, 0xce, 0x91, 0x2b, 0xf4, 0xe8, 0x88, 0x2d, 0x6c, 0x50, - 0xd7, 0x5d, 0xb5, 0xfc, 0x6f, 0x7c, 0x97, 0x06, 0x74, 0x65, 0x8c, 0x93, 0x92, 0x3a, 0xb6, 0xf6, - 0x29, 0x2a, 0x70, 0x24, 0xc4, 0x8f, 0x4d, 0x5b, 0x6c, 0xc7, 0x70, 0xfc, 0x6d, 0xce, 0x71, 0x3c, - 0xc0, 0x71, 0x83, 0x93, 0x16, 0xe7, 0x61, 0xf8, 0x20, 0xbc, 0xfe, 0x25, 0xe7, 0x95, 0xc5, 0x41, - 0x26, 0x8b, 0x30, 0x4a, 0x99, 0x68, 0x4d, 0xc7, 0x35, 0x1b, 0xd4, 0x27, 0x76, 0x67, 0xf3, 0x3b, - 0xdf, 0x65, 0xf3, 0x68, 0x84, 0x90, 0xcd, 0x7b, 0x54, 0xc5, 0x22, 0xd0, 0xd3, 0xb2, 0x2a, 0xd6, - 0xea, 0x31, 0x1c, 0xbe, 0xce, 0x05, 0xf1, 0xf0, 0x8b, 0x97, 0x61, 0x82, 0xfc, 0xa6, 0x2e, 0x2b, - 0x28, 0x49, 0xfc, 0x16, 0x5c, 0xfe, 0xdb, 0xef, 0x65, 0x53, 0x75, 0xdc, 0x63, 0x10, 0x90, 0x29, - 0x30, 0x8a, 0x35, 0xec, 0xba, 0xd8, 0x76, 0x2a, 0x6a, 0xbd, 0x9d, 0x78, 0x81, 0x3d, 0x8c, 0xfc, - 0xc7, 0xbf, 0x1f, 0x1e, 0xc5, 0x45, 0x46, 0x39, 0x57, 0xaf, 0x17, 0xb7, 0xe0, 0x58, 0x1b, 0xab, - 0xe8, 0x81, 0xe7, 0x27, 0x38, 0xcf, 0x89, 0x16, 0xcb, 0x20, 0x6c, 0xd7, 0x41, 0xc0, 0xbd, 0xb1, - 0xec, 0x81, 0xe7, 0x2f, 0x70, 0x9e, 0x88, 0xd3, 0x8a, 0x21, 0x25, 0x1c, 0x9f, 0x81, 0xb1, 0x2b, - 0xd8, 0xde, 0x36, 0x1d, 0xbe, 0x6f, 0xd4, 0x03, 0xbb, 0x4f, 0x72, 0x76, 0xa3, 0x9c, 0x90, 0x6e, - 0x24, 0x11, 0x5e, 0x4f, 0x42, 0x7a, 0x47, 0xd5, 0x70, 0x0f, 0x2c, 0xae, 0x73, 0x16, 0x83, 0x04, - 0x9f, 0x90, 0xce, 0x41, 0xb6, 0x66, 0xf2, 0xa8, 0x15, 0x4f, 0xfe, 0x29, 0x4e, 0x3e, 0x24, 0x68, - 0x38, 0x0b, 0xcb, 0xb4, 0x9a, 0x75, 0x12, 0xd2, 0xe2, 0x59, 0xfc, 0xa2, 0x60, 0x21, 0x68, 0x38, - 0x8b, 0x03, 0xa8, 0xf5, 0xd3, 0x82, 0x85, 0x13, 0xd0, 0xe7, 0xd3, 0x30, 0x64, 0x1a, 0xf5, 0x7d, - 0xd3, 0xe8, 0x45, 0x88, 0xcf, 0x70, 0x0e, 0xc0, 0x49, 0x08, 0x83, 0xf3, 0x90, 0xe9, 0x75, 0x20, - 0xfe, 0xf6, 0xf7, 0xc5, 0xf4, 0x10, 0x23, 0xb0, 0x08, 0xa3, 0xc2, 0x41, 0xe9, 0xa6, 0xd1, 0x03, - 0x8b, 0x5f, 0xe1, 0x2c, 0x46, 0x02, 0x64, 0xbc, 0x1b, 0x2e, 0x76, 0xdc, 0x1a, 0xee, 0x85, 0xc9, - 0xe7, 0x44, 0x37, 0x38, 0x09, 0x57, 0xe5, 0x36, 0x36, 0xb4, 0xdd, 0xde, 0x38, 0xfc, 0xaa, 0x50, - 0xa5, 0xa0, 0x21, 0x2c, 0xe6, 0x61, 0xb8, 0xa1, 0xda, 0xce, 0xae, 0x5a, 0xef, 0x69, 0x38, 0xfe, - 0x0e, 0xe7, 0x91, 0xf5, 0x88, 0xb8, 0x46, 0x9a, 0xc6, 0x41, 0xd8, 0x7c, 0x5e, 0x68, 0x24, 0x40, - 0xc6, 0xa7, 0x9e, 0xe3, 0xd2, 0x4d, 0xb6, 0x83, 0x70, 0xfb, 0x35, 0x31, 0xf5, 0x18, 0xed, 0x4a, - 0x90, 0xe3, 0x79, 0xc8, 0x38, 0xfa, 0x4b, 0x3d, 0xb1, 0xf9, 0x82, 0x18, 0x69, 0x4a, 0x40, 0x88, - 0xdf, 0x0a, 0xc7, 0xdb, 0x86, 0x89, 0x1e, 0x98, 0xfd, 0x5d, 0xce, 0xec, 0x68, 0x9b, 0x50, 0xc1, - 0x5d, 0xc2, 0x41, 0x59, 0xfe, 0x3d, 0xe1, 0x12, 0x70, 0x84, 0xd7, 0x3a, 0x59, 0x47, 0x38, 0xea, - 0xce, 0xc1, 0xb4, 0xf6, 0x45, 0xa1, 0x35, 0x46, 0x1b, 0xd2, 0xda, 0x26, 0x1c, 0xe5, 0x1c, 0x0f, - 0x36, 0xae, 0xbf, 0x2e, 0x1c, 0x2b, 0xa3, 0xde, 0x0a, 0x8f, 0xee, 0xdb, 0xa1, 0xe0, 0xa9, 0x53, - 0x24, 0xac, 0x4e, 0xa5, 0xa1, 0x5a, 0x3d, 0x70, 0xfe, 0x0d, 0xce, 0x59, 0x78, 0x7c, 0x2f, 0xe3, - 0x75, 0x56, 0x54, 0x8b, 0x30, 0x7f, 0x1e, 0xf2, 0x82, 0x79, 0xd3, 0xb0, 0xb1, 0x66, 0xd6, 0x0c, - 0xfd, 0x25, 0x5c, 0xed, 0x81, 0xf5, 0x6f, 0x46, 0x86, 0x6a, 0x2b, 0x40, 0x4e, 0x38, 0x2f, 0x41, - 0xce, 0xcb, 0x55, 0x2a, 0x7a, 0xc3, 0x32, 0x6d, 0x37, 0x86, 0xe3, 0x97, 0xc4, 0x48, 0x79, 0x74, - 0x4b, 0x94, 0xac, 0x58, 0x06, 0x76, 0xf2, 0xdc, 0xab, 0x49, 0x7e, 0x99, 0x33, 0x1a, 0xf6, 0xa9, - 0xb8, 0xe3, 0xd0, 0xcc, 0x86, 0xa5, 0xda, 0xbd, 0xf8, 0xbf, 0xbf, 0x2f, 0x1c, 0x07, 0x27, 0xe1, - 0x8e, 0xc3, 0xdd, 0xb7, 0x30, 0x89, 0xf6, 0x3d, 0x70, 0xf8, 0x8a, 0x70, 0x1c, 0x82, 0x86, 0xb3, - 0x10, 0x09, 0x43, 0x0f, 0x2c, 0xfe, 0x81, 0x60, 0x21, 0x68, 0x08, 0x8b, 0x67, 0xfd, 0x40, 0x6b, - 0xe3, 0x9a, 0xee, 0xb8, 0x36, 0x4b, 0x93, 0xbb, 0xb3, 0xfa, 0x87, 0xdf, 0x0f, 0x27, 0x61, 0x4a, - 0x80, 0x94, 0x78, 0x22, 0xbe, 0xed, 0x4a, 0x57, 0x51, 0xf1, 0x82, 0xfd, 0x96, 0xf0, 0x44, 0x01, - 0x32, 0x22, 0x5b, 0x20, 0x43, 0x24, 0x6a, 0xd7, 0xc8, 0xda, 0xa1, 0x07, 0x76, 0xff, 0x28, 0x22, - 0xdc, 0x86, 0xa0, 0x25, 0x3c, 0x03, 0xf9, 0x4f, 0xd3, 0xd8, 0xc3, 0xfb, 0x3d, 0x59, 0xe7, 0x3f, - 0x8e, 0xe4, 0x3f, 0x5b, 0x8c, 0x92, 0xf9, 0x90, 0xd1, 0x48, 0x3e, 0x85, 0xe2, 0xee, 0x19, 0xe5, - 0x7f, 0xfa, 0x75, 0xde, 0xdf, 0x70, 0x3a, 0x55, 0x5c, 0x26, 0x46, 0x1e, 0x4e, 0x7a, 0xe2, 0x99, - 0xbd, 0xf7, 0x75, 0xcf, 0xce, 0x43, 0x39, 0x4f, 0xf1, 0x02, 0x0c, 0x87, 0x12, 0x9e, 0x78, 0x56, - 0xef, 0xe3, 0xac, 0xb2, 0xc1, 0x7c, 0xa7, 0x78, 0x16, 0x52, 0x24, 0x79, 0x89, 0x27, 0xff, 0xab, - 0x9c, 0x9c, 0xa2, 0x17, 0xdf, 0x0c, 0x69, 0x91, 0xb4, 0xc4, 0x93, 0xbe, 0x9f, 0x93, 0x7a, 0x24, - 0x84, 0x5c, 0x24, 0x2c, 0xf1, 0xe4, 0x7f, 0x4d, 0x90, 0x0b, 0x12, 0x42, 0xde, 0xbb, 0x0a, 0xbf, - 0xfa, 0x33, 0x29, 0x1e, 0x74, 0x84, 0xee, 0xce, 0xc3, 0x20, 0xcf, 0x54, 0xe2, 0xa9, 0x3f, 0xc8, - 0x1b, 0x17, 0x14, 0xc5, 0xc7, 0xa1, 0xbf, 0x47, 0x85, 0xff, 0x2c, 0x27, 0x65, 0xf8, 0xc5, 0x79, - 0x18, 0x0a, 0x64, 0x27, 0xf1, 0xe4, 0x7f, 0x83, 0x93, 0x07, 0xa9, 0x88, 0xe8, 0x3c, 0x3b, 0x89, - 0x67, 0xf0, 0x21, 0x21, 0x3a, 0xa7, 0x20, 0x6a, 0x13, 0x89, 0x49, 0x3c, 0xf5, 0x87, 0x85, 0xd6, - 0x05, 0x49, 0xf1, 0x69, 0xc8, 0x78, 0xc1, 0x26, 0x9e, 0xfe, 0x23, 0x9c, 0xde, 0xa7, 0x21, 0x1a, - 0x08, 0x04, 0xbb, 0x78, 0x16, 0x7f, 0x53, 0x68, 0x20, 0x40, 0x45, 0xa6, 0x51, 0x34, 0x81, 0x89, - 0xe7, 0xf4, 0x51, 0x31, 0x8d, 0x22, 0xf9, 0x0b, 0x19, 0x4d, 0xea, 0xf3, 0xe3, 0x59, 0xfc, 0x9c, - 0x18, 0x4d, 0x8a, 0x4f, 0xc4, 0x88, 0x66, 0x04, 0xf1, 0x3c, 0xfe, 0x96, 0x10, 0x23, 0x92, 0x10, - 0x14, 0xd7, 0x01, 0xb5, 0x66, 0x03, 0xf1, 0xfc, 0x3e, 0xc6, 0xf9, 0x8d, 0xb5, 0x24, 0x03, 0xc5, - 0xe7, 0xe0, 0x68, 0xfb, 0x4c, 0x20, 0x9e, 0xeb, 0xc7, 0x5f, 0x8f, 0xac, 0xdd, 0x82, 0x89, 0x40, - 0x71, 0xd3, 0x0f, 0x29, 0xc1, 0x2c, 0x20, 0x9e, 0xed, 0x27, 0x5e, 0x0f, 0x3b, 0xee, 0x60, 0x12, - 0x50, 0x9c, 0x03, 0xf0, 0x03, 0x70, 0x3c, 0xaf, 0x4f, 0x72, 0x5e, 0x01, 0x22, 0x32, 0x35, 0x78, - 0xfc, 0x8d, 0xa7, 0xbf, 0x2e, 0xa6, 0x06, 0xa7, 0x20, 0x53, 0x43, 0x84, 0xde, 0x78, 0xea, 0x4f, - 0x89, 0xa9, 0x21, 0x48, 0x88, 0x65, 0x07, 0xa2, 0x5b, 0x3c, 0x87, 0xcf, 0x08, 0xcb, 0x0e, 0x50, - 0x15, 0x57, 0x61, 0xac, 0x25, 0x20, 0xc6, 0xb3, 0xfa, 0x25, 0xce, 0x2a, 0x17, 0x8d, 0x87, 0xc1, - 0xe0, 0xc5, 0x83, 0x61, 0x3c, 0xb7, 0xcf, 0x46, 0x82, 0x17, 0x8f, 0x85, 0xc5, 0xf3, 0x90, 0x36, - 0x9a, 0xf5, 0x3a, 0x99, 0x3c, 0xa8, 0xfb, 0xdd, 0xc0, 0xfc, 0x7f, 0xf9, 0x21, 0xd7, 0x8e, 0x20, - 0x28, 0x9e, 0x85, 0x7e, 0xdc, 0xd8, 0xc6, 0xd5, 0x38, 0xca, 0xef, 0xfd, 0x50, 0x38, 0x4c, 0x82, - 0x5d, 0x7c, 0x1a, 0x80, 0x6d, 0x8d, 0xd0, 0xe3, 0xc1, 0x18, 0xda, 0xff, 0xfa, 0x43, 0x7e, 0x19, - 0xc7, 0x27, 0xf1, 0x19, 0xb0, 0xab, 0x3d, 0xdd, 0x19, 0x7c, 0x3f, 0xcc, 0x80, 0x8e, 0xc8, 0x93, - 0x30, 0xf8, 0x82, 0x63, 0x1a, 0xae, 0x5a, 0x8b, 0xa3, 0xfe, 0x6f, 0x9c, 0x5a, 0xe0, 0x13, 0x85, - 0x35, 0x4c, 0x1b, 0xbb, 0x6a, 0xcd, 0x89, 0xa3, 0xfd, 0xef, 0x9c, 0xd6, 0x23, 0x20, 0xc4, 0x9a, - 0xea, 0xb8, 0xbd, 0xf4, 0xfb, 0x7f, 0x08, 0x62, 0x41, 0x40, 0x84, 0x26, 0xbf, 0xf7, 0xf0, 0x7e, - 0x1c, 0xed, 0x0f, 0x84, 0xd0, 0x1c, 0xbf, 0xf8, 0x66, 0xc8, 0x90, 0x9f, 0xec, 0x86, 0x5d, 0x0c, - 0xf1, 0x9f, 0x70, 0x62, 0x9f, 0x82, 0xb4, 0xec, 0xb8, 0x55, 0x57, 0x8f, 0x57, 0xf6, 0x4d, 0x3e, - 0xd2, 0x02, 0xbf, 0x38, 0x07, 0x43, 0x8e, 0x5b, 0xad, 0x36, 0x79, 0x7e, 0x1a, 0x43, 0xfe, 0xa7, - 0x3f, 0xf4, 0xb6, 0x2c, 0x3c, 0x1a, 0x32, 0xda, 0x57, 0xf7, 0x5c, 0xcb, 0xa4, 0x47, 0x20, 0x71, - 0x1c, 0x5e, 0xe7, 0x1c, 0x02, 0x24, 0xc5, 0x79, 0xc8, 0x92, 0xbe, 0xd8, 0xd8, 0xc2, 0xf4, 0xbc, - 0x2a, 0x86, 0xc5, 0x9f, 0x71, 0x05, 0x84, 0x88, 0x4a, 0x3f, 0xf5, 0xf5, 0x57, 0x27, 0xa5, 0x6f, - 0xbd, 0x3a, 0x29, 0xfd, 0xd1, 0xab, 0x93, 0xd2, 0x87, 0xbf, 0x33, 0xd9, 0xf7, 0xad, 0xef, 0x4c, - 0xf6, 0xfd, 0xfe, 0x77, 0x26, 0xfb, 0xda, 0x6f, 0x1b, 0xc3, 0xa2, 0xb9, 0x68, 0xb2, 0x0d, 0xe3, - 0xb7, 0xc9, 0xa1, 0xed, 0xe2, 0x9a, 0xe9, 0xef, 0xd6, 0x7a, 0x8b, 0x1c, 0xf8, 0x33, 0x89, 0x2c, - 0x98, 0xc3, 0x7b, 0xb9, 0xaa, 0xb1, 0xdf, 0xe1, 0xad, 0x4e, 0xa1, 0xed, 0xc6, 0xb0, 0xfc, 0x26, - 0x48, 0xce, 0x19, 0xfb, 0xe8, 0x38, 0xf3, 0x79, 0x95, 0xa6, 0x5d, 0xe7, 0x37, 0xbf, 0x06, 0x49, - 0x79, 0xcb, 0xae, 0xa3, 0x09, 0xff, 0x7a, 0xa6, 0x74, 0x32, 0xcb, 0xef, 0x5c, 0x16, 0x53, 0x3f, - 0xf8, 0xcc, 0x54, 0x5f, 0x69, 0x2f, 0xda, 0xc3, 0xaf, 0xc6, 0xf6, 0x32, 0x3d, 0x67, 0xec, 0xd3, - 0x4e, 0xae, 0x4b, 0x6f, 0xeb, 0x27, 0x6d, 0x38, 0x62, 0x63, 0x7b, 0x32, 0xba, 0xb1, 0xfd, 0x1c, - 0xae, 0xd7, 0x2f, 0x19, 0xe6, 0x55, 0x63, 0x93, 0xa0, 0x6d, 0x0f, 0xb0, 0x6b, 0xc4, 0xf0, 0xd7, - 0x13, 0x30, 0xd9, 0xb2, 0x87, 0xcd, 0x47, 0xbe, 0xd3, 0x43, 0xa5, 0x22, 0xa4, 0x17, 0x84, 0x41, - 0xe5, 0x61, 0xd0, 0xc1, 0x9a, 0x69, 0x54, 0x1d, 0xda, 0xd5, 0xa4, 0x22, 0x8a, 0xa4, 0xab, 0x86, - 0x6a, 0x98, 0x0e, 0xbf, 0x1d, 0xc9, 0x0a, 0xa5, 0x9f, 0x93, 0x0e, 0x36, 0x8e, 0xc3, 0xa2, 0x25, - 0xd1, 0xcd, 0x53, 0xdd, 0xf6, 0xfe, 0xa9, 0x0a, 0x3c, 0xf9, 0x03, 0xfb, 0xfc, 0xbd, 0xaa, 0xe3, - 0xc3, 0x09, 0x98, 0x8a, 0xaa, 0x83, 0xcc, 0x23, 0xc7, 0x55, 0x1b, 0x56, 0x27, 0x7d, 0x9c, 0x87, - 0xcc, 0xa6, 0xc0, 0x39, 0xb0, 0x42, 0x7e, 0xfe, 0x80, 0x0a, 0x19, 0xf1, 0x9a, 0x12, 0x1a, 0x79, - 0x30, 0x5e, 0x23, 0x5e, 0x17, 0x0e, 0xa1, 0x92, 0xf7, 0x24, 0xe1, 0xb8, 0x66, 0x3a, 0x0d, 0xd3, - 0xa9, 0x30, 0x83, 0x67, 0x05, 0xae, 0x8c, 0x6c, 0xb0, 0xaa, 0x87, 0xe3, 0x90, 0x8b, 0x30, 0x42, - 0x9d, 0x02, 0xdd, 0x08, 0xa6, 0x7e, 0x38, 0x36, 0x74, 0x7e, 0xe3, 0xdf, 0xf6, 0xd3, 0x49, 0x34, - 0xec, 0x11, 0xd2, 0x9b, 0x2e, 0x9b, 0x30, 0xa1, 0x37, 0xac, 0x3a, 0xa6, 0x47, 0x62, 0x15, 0xaf, - 0x2e, 0x9e, 0xdf, 0x37, 0x39, 0xbf, 0x71, 0x9f, 0x7c, 0x49, 0x50, 0x17, 0x97, 0x61, 0x4c, 0xd5, - 0x34, 0x6c, 0x85, 0x58, 0xc6, 0x38, 0x2c, 0x21, 0x60, 0x8e, 0x53, 0x7a, 0xdc, 0x4a, 0x4f, 0x77, - 0x1a, 0xdb, 0xb7, 0xdd, 0x1b, 0x18, 0x34, 0x1b, 0xd7, 0xb0, 0x71, 0xda, 0xc0, 0xee, 0x55, 0xd3, - 0xde, 0xe3, 0xea, 0x3d, 0xcd, 0x9a, 0x12, 0x83, 0xf0, 0xbe, 0x24, 0x4c, 0xb2, 0x8a, 0xd9, 0x6d, - 0xd5, 0xc1, 0xb3, 0x57, 0x1e, 0xd9, 0xc6, 0xae, 0xfa, 0xc8, 0xac, 0x66, 0xea, 0x62, 0x9a, 0x8e, - 0xf3, 0x71, 0x21, 0xf5, 0x33, 0xbc, 0xbe, 0x83, 0x9f, 0x5a, 0x84, 0xd4, 0xbc, 0xa9, 0x1b, 0xc4, - 0x22, 0xab, 0xd8, 0x30, 0x1b, 0xdc, 0x4b, 0xb1, 0x02, 0xba, 0x1b, 0x06, 0xd4, 0x86, 0xd9, 0x34, - 0x5c, 0x76, 0x9a, 0x57, 0x1a, 0xfa, 0xfa, 0x8d, 0xa9, 0xbe, 0x3f, 0xb8, 0x31, 0x95, 0x5c, 0x32, - 0x5c, 0x85, 0x57, 0x15, 0x53, 0xaf, 0x7d, 0x7a, 0x4a, 0x92, 0x9f, 0x81, 0xc1, 0x05, 0xac, 0x1d, - 0x86, 0xd7, 0x02, 0xd6, 0x22, 0xbc, 0x1e, 0x80, 0xf4, 0x92, 0xe1, 0xb2, 0x1b, 0xc4, 0x77, 0x42, - 0x52, 0x37, 0xd8, 0xa5, 0xb4, 0x48, 0xfb, 0x04, 0x4e, 0x50, 0x17, 0xb0, 0xe6, 0xa1, 0x56, 0xb1, - 0x16, 0x45, 0x25, 0xec, 0x09, 0xbc, 0xb4, 0xf0, 0xfb, 0xff, 0x69, 0xb2, 0xef, 0xe5, 0x57, 0x27, - 0xfb, 0x3a, 0x8e, 0x44, 0x30, 0x3a, 0x70, 0x15, 0xf3, 0x21, 0x70, 0xaa, 0x7b, 0xb3, 0x6e, 0x68, - 0x2e, 0x7c, 0x31, 0x05, 0x77, 0xd2, 0xc7, 0x23, 0x76, 0x43, 0x37, 0xdc, 0x59, 0xcd, 0xde, 0xb7, - 0x5c, 0x1a, 0x4e, 0xcc, 0x1d, 0x3e, 0x0a, 0x63, 0x7e, 0xf5, 0x0c, 0xab, 0xee, 0x30, 0x06, 0x3b, - 0xd0, 0xbf, 0x4e, 0xe8, 0x88, 0xe2, 0x5c, 0xd3, 0x55, 0xeb, 0xdc, 0x5d, 0xb0, 0x02, 0x81, 0xb2, - 0x07, 0x27, 0x09, 0x06, 0xd5, 0xc5, 0x5b, 0x93, 0x3a, 0x56, 0x77, 0xd8, 0xbd, 0xdd, 0x24, 0x0d, - 0x21, 0x69, 0x02, 0xa0, 0x57, 0x74, 0x27, 0xa0, 0x5f, 0x6d, 0xb2, 0x23, 0xe7, 0x24, 0x89, 0x2d, - 0xb4, 0x20, 0x5f, 0x82, 0x41, 0x7e, 0xcc, 0x85, 0x72, 0x90, 0xdc, 0xc3, 0xfb, 0xb4, 0x9d, 0xac, - 0x42, 0x7e, 0xa2, 0x19, 0xe8, 0xa7, 0xc2, 0xf3, 0x07, 0x09, 0xf9, 0x99, 0x16, 0xe9, 0x67, 0xa8, - 0x90, 0x0a, 0x43, 0x93, 0x9f, 0x81, 0xf4, 0x82, 0xd9, 0xd0, 0x0d, 0x33, 0xcc, 0x2d, 0xc3, 0xb8, - 0x51, 0x99, 0xad, 0x26, 0x1f, 0x6b, 0x85, 0x15, 0xd0, 0x51, 0x18, 0x60, 0xf7, 0xb8, 0xf9, 0xb1, - 0x39, 0x2f, 0xc9, 0xf3, 0x30, 0x48, 0x79, 0xaf, 0x59, 0x08, 0xf1, 0x17, 0x40, 0xfc, 0xc2, 0x38, - 0x75, 0x0b, 0x9c, 0x7d, 0xc2, 0x17, 0x16, 0x41, 0xaa, 0xaa, 0xba, 0x2a, 0xef, 0x37, 0xfd, 0x2d, - 0x3f, 0x05, 0x69, 0xce, 0xc4, 0x41, 0x67, 0x20, 0x69, 0x5a, 0x0e, 0x3f, 0xf8, 0x2e, 0x74, 0xea, - 0xca, 0x9a, 0x55, 0x4a, 0x11, 0x2b, 0x51, 0x08, 0x72, 0xe9, 0xb9, 0x8e, 0x66, 0xf1, 0xe6, 0x80, - 0x59, 0xd4, 0xd5, 0x97, 0xf6, 0xeb, 0xb8, 0x5a, 0xc3, 0x76, 0xe0, 0xe7, 0x69, 0xcd, 0xb4, 0xb9, - 0xa7, 0x9b, 0x6d, 0xb1, 0x09, 0xcf, 0x62, 0x7e, 0x25, 0x01, 0x93, 0x81, 0xda, 0x2b, 0xd8, 0x26, - 0x0b, 0x3e, 0x66, 0x56, 0xdc, 0x64, 0x50, 0x40, 0x52, 0x5e, 0xdf, 0xc1, 0x66, 0xde, 0x0c, 0xc9, - 0x39, 0xcb, 0x42, 0x05, 0x48, 0xb3, 0x53, 0x6e, 0x93, 0x19, 0x4d, 0x4a, 0xf1, 0xca, 0xa4, 0xce, - 0x31, 0x77, 0xdc, 0xab, 0xaa, 0xed, 0xbd, 0x77, 0x12, 0x65, 0xf9, 0x49, 0xc8, 0xcc, 0x9b, 0x86, - 0x83, 0x0d, 0xa7, 0x49, 0xa3, 0xd1, 0x76, 0xdd, 0xd4, 0xf6, 0x38, 0x07, 0x56, 0x20, 0x5a, 0x57, - 0x2d, 0x8b, 0x52, 0xa6, 0x14, 0xf2, 0x93, 0x4d, 0xce, 0xd2, 0xf3, 0x1d, 0xf5, 0xf4, 0xd4, 0x21, - 0xf5, 0xc4, 0x7b, 0xea, 0x87, 0x99, 0x04, 0x9c, 0x68, 0x9d, 0x5a, 0x7b, 0x78, 0xdf, 0x39, 0xe8, - 0xcc, 0x7a, 0x1e, 0x32, 0xeb, 0xf4, 0xe5, 0xf1, 0x25, 0xbc, 0x8f, 0x0a, 0x30, 0x88, 0xab, 0x67, - 0xce, 0x9e, 0x7d, 0xe4, 0x49, 0x66, 0xf7, 0x17, 0xfb, 0x14, 0x01, 0x40, 0x93, 0x90, 0x71, 0xb0, - 0x66, 0x9d, 0x39, 0x7b, 0x6e, 0xef, 0x11, 0x66, 0x68, 0x17, 0xfb, 0x14, 0x1f, 0x54, 0x4c, 0x93, - 0xae, 0xbf, 0xf6, 0x99, 0x29, 0xa9, 0xd4, 0x0f, 0x49, 0xa7, 0xd9, 0xb8, 0xfd, 0xd6, 0xf2, 0x8b, - 0xfd, 0x30, 0x1d, 0xa8, 0x65, 0xc1, 0xfb, 0x8a, 0x5a, 0xd7, 0xab, 0xaa, 0xff, 0x70, 0x3c, 0x17, - 0x50, 0x04, 0xc5, 0x68, 0xaf, 0x87, 0x42, 0x57, 0x75, 0xca, 0xbf, 0x29, 0x41, 0xf6, 0xb2, 0xe0, - 0xbc, 0x81, 0x5d, 0x74, 0x1e, 0xc0, 0x6b, 0x49, 0xcc, 0xa2, 0x3b, 0x66, 0xa2, 0x6d, 0xcd, 0x78, - 0x34, 0x4a, 0x00, 0x1d, 0x3d, 0x4e, 0x4d, 0xd2, 0x32, 0x1d, 0xfe, 0x1a, 0x26, 0x86, 0xd4, 0x43, - 0x46, 0x0f, 0x01, 0xa2, 0x0e, 0xaf, 0x72, 0xc5, 0x74, 0x75, 0xa3, 0x56, 0xb1, 0xcc, 0xab, 0xfc, - 0x8d, 0x61, 0x52, 0xc9, 0xd1, 0x9a, 0xcb, 0xb4, 0x62, 0x9d, 0xc0, 0x89, 0xd0, 0x19, 0x8f, 0x0b, - 0x49, 0xb5, 0xd4, 0x6a, 0xd5, 0xc6, 0x8e, 0xc3, 0x7d, 0x9a, 0x28, 0xa2, 0xf3, 0x30, 0x68, 0x35, - 0xb7, 0x2b, 0xc2, 0x81, 0x0c, 0x9d, 0x39, 0xd1, 0xce, 0x1d, 0x08, 0x23, 0xe1, 0x0e, 0x61, 0xc0, - 0x6a, 0x6e, 0x13, 0x93, 0xb9, 0x0b, 0xb2, 0x6d, 0x84, 0x19, 0xba, 0xe2, 0xcb, 0x41, 0x5f, 0xbd, - 0xf3, 0x1e, 0x54, 0x2c, 0x5b, 0x37, 0x6d, 0xdd, 0xdd, 0xa7, 0x97, 0x59, 0x92, 0x4a, 0x4e, 0x54, - 0xac, 0x73, 0xb8, 0xbc, 0x07, 0xa3, 0x1b, 0x34, 0xd5, 0xf0, 0x25, 0x3f, 0xeb, 0xcb, 0x27, 0xc5, - 0xcb, 0xd7, 0x51, 0xb2, 0x44, 0x8b, 0x64, 0xa5, 0xcb, 0x1d, 0x4d, 0xf4, 0x4d, 0x87, 0x34, 0xd1, - 0x70, 0x04, 0x7c, 0xfd, 0x78, 0x68, 0x9a, 0xf2, 0xf4, 0x32, 0xe0, 0xcd, 0x7a, 0xb5, 0xce, 0xb8, - 0x34, 0xbb, 0xd0, 0x3d, 0xd0, 0x16, 0x62, 0xbc, 0x6a, 0x21, 0x76, 0x1e, 0xc9, 0x4f, 0xc2, 0xf0, - 0xba, 0x6a, 0xbb, 0x1b, 0xd8, 0xbd, 0x88, 0xd5, 0x2a, 0xb6, 0xc3, 0x91, 0x78, 0x58, 0x44, 0x62, - 0x04, 0x29, 0x1a, 0x6e, 0x59, 0x24, 0xa2, 0xbf, 0xe5, 0x5d, 0x48, 0xd1, 0x5b, 0x6d, 0x5e, 0x94, - 0xe6, 0x14, 0x2c, 0x4a, 0x13, 0xd7, 0xba, 0xef, 0x62, 0x47, 0x2c, 0xf2, 0x68, 0x01, 0x3d, 0x26, - 0x62, 0x6d, 0xb2, 0x7b, 0xac, 0xe5, 0xd6, 0xc8, 0x23, 0x6e, 0x1d, 0x06, 0x4b, 0xc4, 0x33, 0x2f, - 0x2d, 0x78, 0x82, 0x48, 0xbe, 0x20, 0x68, 0x05, 0x46, 0x2d, 0xd5, 0x76, 0xe9, 0x75, 0xfe, 0x5d, - 0xda, 0x0b, 0x6e, 0xf0, 0x53, 0xad, 0xd3, 0x2f, 0xd4, 0x59, 0xde, 0xca, 0xb0, 0x15, 0x04, 0xca, - 0x7f, 0x9c, 0x82, 0x01, 0xae, 0x8c, 0x37, 0xc3, 0x20, 0x57, 0x2b, 0x37, 0xd1, 0x3b, 0x67, 0x5a, - 0xe3, 0xd4, 0x8c, 0x17, 0x4f, 0x38, 0x3f, 0x41, 0x83, 0xee, 0x83, 0xb4, 0xb6, 0xab, 0xea, 0x46, - 0x45, 0xaf, 0x8a, 0xd4, 0xef, 0xd5, 0x1b, 0x53, 0x83, 0xf3, 0x04, 0xb6, 0xb4, 0xa0, 0x0c, 0xd2, - 0xca, 0xa5, 0x2a, 0xc9, 0x0e, 0x76, 0xb1, 0x5e, 0xdb, 0x75, 0xf9, 0x34, 0xe3, 0x25, 0xf4, 0x04, - 0xa4, 0x88, 0x41, 0xf0, 0xc7, 0x5e, 0x85, 0x96, 0x04, 0xdc, 0x5b, 0x05, 0x95, 0xd2, 0xa4, 0xe1, - 0x0f, 0xff, 0xe1, 0x94, 0xa4, 0x50, 0x0a, 0x34, 0x0f, 0xc3, 0x75, 0xd5, 0x71, 0x2b, 0x34, 0xa0, - 0x91, 0xe6, 0xfb, 0x29, 0x8b, 0xe3, 0xad, 0x0a, 0xe1, 0x8a, 0xe5, 0xa2, 0x0f, 0x11, 0x2a, 0x06, - 0xaa, 0xa2, 0x93, 0x90, 0xa3, 0x4c, 0x34, 0xb3, 0xd1, 0xd0, 0x5d, 0x96, 0x6f, 0x0d, 0x50, 0xbd, - 0x8f, 0x10, 0xf8, 0x3c, 0x05, 0xd3, 0xac, 0xeb, 0x0e, 0xc8, 0xd0, 0xe7, 0x25, 0x14, 0x85, 0x5d, - 0xa5, 0x4c, 0x13, 0x00, 0xad, 0xbc, 0x1f, 0x46, 0x7d, 0x27, 0xc9, 0x50, 0xd2, 0x8c, 0x8b, 0x0f, - 0xa6, 0x88, 0x0f, 0xc3, 0x84, 0x81, 0xaf, 0xd1, 0xcb, 0x9d, 0x21, 0xec, 0x0c, 0xc5, 0x46, 0xa4, - 0xee, 0x72, 0x98, 0xe2, 0x5e, 0x18, 0xd1, 0x84, 0xf2, 0x19, 0x2e, 0x50, 0xdc, 0x61, 0x0f, 0x4a, - 0xd1, 0x8e, 0x43, 0x5a, 0xb5, 0x2c, 0x86, 0x30, 0xc4, 0x9d, 0xa4, 0x65, 0xd1, 0xaa, 0x53, 0x30, - 0x46, 0xfb, 0x68, 0x63, 0xa7, 0x59, 0x77, 0x39, 0x93, 0x2c, 0xc5, 0x19, 0x25, 0x15, 0x0a, 0x83, - 0x53, 0xdc, 0xbb, 0x61, 0x18, 0x5f, 0xd1, 0xab, 0xd8, 0xd0, 0x30, 0xc3, 0x1b, 0xa6, 0x78, 0x59, - 0x01, 0xa4, 0x48, 0x0f, 0x80, 0xe7, 0xfc, 0x2a, 0xc2, 0x31, 0x8f, 0x30, 0x7e, 0x02, 0x3e, 0xc7, - 0xc0, 0x72, 0x1e, 0x52, 0x0b, 0xaa, 0xab, 0x92, 0x7c, 0xc3, 0xbd, 0xc6, 0xa2, 0x4d, 0x56, 0x21, - 0x3f, 0xe5, 0xd7, 0x12, 0x90, 0xba, 0x6c, 0xba, 0x18, 0x3d, 0x1a, 0x48, 0x0a, 0x47, 0xda, 0xd9, - 0xf3, 0x86, 0x5e, 0x33, 0x70, 0x75, 0xc5, 0xa9, 0x05, 0xde, 0x82, 0xfb, 0xe6, 0x94, 0x08, 0x99, - 0xd3, 0x04, 0xf4, 0xdb, 0x66, 0xd3, 0xa8, 0x8a, 0x5b, 0x88, 0xb4, 0x80, 0xca, 0x90, 0xf6, 0xac, - 0x24, 0x15, 0x67, 0x25, 0xa3, 0xc4, 0x4a, 0x88, 0x0d, 0x73, 0x80, 0x32, 0xb8, 0xcd, 0x8d, 0xa5, - 0x04, 0x19, 0xcf, 0x79, 0x71, 0x6b, 0xeb, 0xcd, 0x60, 0x7d, 0x32, 0x12, 0x51, 0xbc, 0xb1, 0xf7, - 0x94, 0xc7, 0x2c, 0x2e, 0xe7, 0x55, 0x70, 0xed, 0x85, 0xcc, 0x8a, 0xbf, 0x4b, 0x1f, 0xa4, 0xfd, - 0xf2, 0xcd, 0x8a, 0xbd, 0x4d, 0x3f, 0x01, 0x19, 0x47, 0xaf, 0x19, 0xaa, 0xdb, 0xb4, 0x31, 0xb7, - 0x3c, 0x1f, 0x20, 0x7f, 0x55, 0x82, 0x01, 0x66, 0xc9, 0x01, 0xbd, 0x49, 0xed, 0xf5, 0x96, 0xe8, - 0xa4, 0xb7, 0xe4, 0xe1, 0xf5, 0x36, 0x07, 0xe0, 0x09, 0xe3, 0xf0, 0xe7, 0xc2, 0x6d, 0xd2, 0x06, - 0x26, 0xe2, 0x86, 0x5e, 0xe3, 0x13, 0x35, 0x40, 0x24, 0xff, 0x47, 0x89, 0xe4, 0xb4, 0xbc, 0x1e, - 0xcd, 0xc1, 0xb0, 0x90, 0xab, 0xb2, 0x53, 0x57, 0x6b, 0xdc, 0x76, 0xee, 0xec, 0x28, 0xdc, 0x85, - 0xba, 0x5a, 0x53, 0x86, 0xb8, 0x3c, 0xa4, 0xd0, 0x7e, 0x1c, 0x12, 0x1d, 0xc6, 0x21, 0x34, 0xf0, - 0xc9, 0xc3, 0x0d, 0x7c, 0x68, 0x88, 0x52, 0xd1, 0x21, 0xfa, 0x52, 0x82, 0x2e, 0x70, 0x2c, 0xd3, - 0x51, 0xeb, 0x3f, 0x8e, 0x19, 0x71, 0x07, 0x64, 0x2c, 0xb3, 0x5e, 0x61, 0x35, 0xec, 0x76, 0x6e, - 0xda, 0x32, 0xeb, 0x4a, 0xcb, 0xb0, 0xf7, 0xdf, 0xa2, 0xe9, 0x32, 0x70, 0x0b, 0xb4, 0x36, 0x18, - 0xd5, 0x9a, 0x0d, 0x59, 0xa6, 0x0a, 0x1e, 0xcb, 0x1e, 0x26, 0x3a, 0xa0, 0xc1, 0x51, 0x6a, 0x8d, - 0xbd, 0x4c, 0x6c, 0x86, 0xa9, 0x70, 0x3c, 0x42, 0xc1, 0x5c, 0x7f, 0xbb, 0x95, 0x71, 0xd0, 0x2c, - 0x15, 0x8e, 0x27, 0xff, 0xbc, 0x04, 0xb0, 0x4c, 0x34, 0x4b, 0xfb, 0x4b, 0xa2, 0x90, 0x43, 0x45, - 0xa8, 0x84, 0x5a, 0x9e, 0xec, 0x34, 0x68, 0xbc, 0xfd, 0xac, 0x13, 0x94, 0x7b, 0x1e, 0x86, 0x7d, - 0x63, 0x74, 0xb0, 0x10, 0x66, 0xb2, 0x4b, 0x6a, 0xbd, 0x81, 0x5d, 0x25, 0x7b, 0x25, 0x50, 0x92, - 0xff, 0x99, 0x04, 0x19, 0x2a, 0xd3, 0x0a, 0x76, 0xd5, 0xd0, 0x18, 0x4a, 0x87, 0x1f, 0xc3, 0x3b, - 0x01, 0x18, 0x1b, 0x47, 0x7f, 0x09, 0x73, 0xcb, 0xca, 0x50, 0xc8, 0x86, 0xfe, 0x12, 0x46, 0xe7, - 0x3c, 0x85, 0x27, 0xbb, 0x2b, 0x5c, 0xa4, 0xde, 0x5c, 0xed, 0xc7, 0x60, 0x90, 0x7e, 0x5e, 0xe7, - 0x9a, 0xc3, 0xb3, 0xe9, 0x01, 0xa3, 0xd9, 0xd8, 0xbc, 0xe6, 0xc8, 0x2f, 0xc0, 0xe0, 0xe6, 0x35, - 0xb6, 0x5f, 0x72, 0x07, 0x64, 0x6c, 0xd3, 0xe4, 0x31, 0x99, 0xe5, 0x42, 0x69, 0x02, 0xa0, 0x21, - 0x48, 0xec, 0x11, 0x24, 0xfc, 0x3d, 0x02, 0x7f, 0x93, 0x23, 0xd9, 0xd3, 0x26, 0xc7, 0xa9, 0x7f, - 0x27, 0xc1, 0x50, 0xc0, 0x3f, 0xa0, 0x47, 0xe0, 0x48, 0x69, 0x79, 0x6d, 0xfe, 0x52, 0x65, 0x69, - 0xa1, 0x72, 0x61, 0x79, 0x6e, 0xd1, 0x7f, 0x7f, 0x52, 0x38, 0xfa, 0xca, 0xf5, 0x69, 0x14, 0xc0, - 0xdd, 0x32, 0xf6, 0x0c, 0xf3, 0xaa, 0x81, 0x66, 0x61, 0x22, 0x4c, 0x32, 0x57, 0xda, 0x28, 0xaf, - 0x6e, 0xe6, 0xa4, 0xc2, 0x91, 0x57, 0xae, 0x4f, 0x8f, 0x05, 0x28, 0xe6, 0xb6, 0x1d, 0x6c, 0xb8, - 0xad, 0x04, 0xf3, 0x6b, 0x2b, 0x2b, 0x4b, 0x9b, 0xb9, 0x44, 0x0b, 0x01, 0x77, 0xd8, 0x0f, 0xc0, - 0x58, 0x98, 0x60, 0x75, 0x69, 0x39, 0x97, 0x2c, 0xa0, 0x57, 0xae, 0x4f, 0x8f, 0x04, 0xb0, 0x57, - 0xf5, 0x7a, 0x21, 0xfd, 0x81, 0xcf, 0x4e, 0xf6, 0xfd, 0xea, 0x2f, 0x4f, 0x4a, 0xa4, 0x67, 0xc3, - 0x21, 0x1f, 0x81, 0x1e, 0x82, 0x63, 0x1b, 0x4b, 0x8b, 0xab, 0xe5, 0x85, 0xca, 0xca, 0xc6, 0x62, - 0x85, 0x7d, 0x77, 0xc3, 0xeb, 0xdd, 0xe8, 0x2b, 0xd7, 0xa7, 0x87, 0x78, 0x97, 0x3a, 0x61, 0xaf, - 0x2b, 0xe5, 0xcb, 0x6b, 0x9b, 0xe5, 0x9c, 0xc4, 0xb0, 0xd7, 0x6d, 0x7c, 0xc5, 0x74, 0xd9, 0xf7, - 0xb7, 0x1e, 0x86, 0xe3, 0x6d, 0xb0, 0xbd, 0x8e, 0x8d, 0xbd, 0x72, 0x7d, 0x7a, 0x78, 0xdd, 0xc6, - 0x6c, 0xfe, 0x50, 0x8a, 0x19, 0xc8, 0xb7, 0x52, 0xac, 0xad, 0xaf, 0x6d, 0xcc, 0x2d, 0xe7, 0xa6, - 0x0b, 0xb9, 0x57, 0xae, 0x4f, 0x67, 0x85, 0x33, 0x24, 0xf8, 0x7e, 0xcf, 0x6e, 0xfb, 0xb2, 0xe7, - 0x4f, 0x4f, 0xc3, 0x3d, 0x7c, 0x73, 0xd0, 0x71, 0xd5, 0x3d, 0xdd, 0xa8, 0x79, 0x5b, 0xb0, 0xbc, - 0xcc, 0x97, 0x3f, 0x47, 0xf9, 0x2e, 0xac, 0x80, 0x76, 0xdd, 0x88, 0x2d, 0x74, 0x3e, 0x72, 0x2a, - 0xc4, 0x9c, 0xca, 0xc4, 0xaf, 0x9f, 0x3a, 0x6f, 0xda, 0x17, 0x62, 0xb6, 0x92, 0x0b, 0x5d, 0x57, - 0x78, 0xf2, 0x07, 0x25, 0x18, 0xb9, 0xa8, 0x3b, 0xae, 0x69, 0xeb, 0x9a, 0x5a, 0xa7, 0x4f, 0x4f, - 0xce, 0xf5, 0xea, 0x60, 0x23, 0xf3, 0xfd, 0x69, 0x18, 0xb8, 0xa2, 0xd6, 0x99, 0x67, 0x4b, 0xd2, - 0x2f, 0x65, 0xb4, 0x57, 0x9f, 0xef, 0xdf, 0x04, 0x03, 0x46, 0x26, 0x7f, 0x31, 0x01, 0xa3, 0x74, - 0x46, 0x38, 0xec, 0x1b, 0x4a, 0x64, 0xa1, 0x55, 0x82, 0x94, 0xad, 0xba, 0x7c, 0x37, 0xb1, 0x34, - 0xc3, 0xb7, 0x84, 0xef, 0x8b, 0xdf, 0xe6, 0x9d, 0x59, 0xc0, 0x9a, 0x42, 0x69, 0xd1, 0x3b, 0x20, - 0xdd, 0x50, 0xaf, 0x55, 0x28, 0x1f, 0xb6, 0x7c, 0x99, 0x3b, 0x18, 0x9f, 0x9b, 0x37, 0xa6, 0x46, - 0xf7, 0xd5, 0x46, 0xbd, 0x28, 0x0b, 0x3e, 0xb2, 0x32, 0xd8, 0x50, 0xaf, 0x11, 0x11, 0x91, 0x05, - 0xa3, 0x04, 0xaa, 0xed, 0xaa, 0x46, 0x0d, 0xb3, 0x46, 0xe8, 0xde, 0x68, 0xe9, 0xe2, 0x81, 0x1b, - 0x39, 0xea, 0x37, 0x12, 0x60, 0x27, 0x2b, 0xc3, 0x0d, 0xf5, 0xda, 0x3c, 0x05, 0x90, 0x16, 0x8b, - 0xe9, 0x8f, 0x7d, 0x7a, 0xaa, 0x8f, 0x6e, 0xb3, 0x7f, 0x5b, 0x02, 0xf0, 0x35, 0x86, 0xde, 0x01, - 0x39, 0xcd, 0x2b, 0x51, 0x5a, 0x87, 0x8f, 0xe1, 0xfd, 0x9d, 0xc6, 0x22, 0xa2, 0x6f, 0x16, 0xa0, - 0xbf, 0x75, 0x63, 0x4a, 0x52, 0x46, 0xb5, 0xc8, 0x50, 0xbc, 0x1d, 0x86, 0x9a, 0x56, 0x55, 0x75, - 0x71, 0x85, 0x2e, 0xe6, 0x12, 0xb1, 0xc1, 0x7e, 0x92, 0xf0, 0xba, 0x79, 0x63, 0x0a, 0xb1, 0x6e, - 0x05, 0x88, 0x65, 0x9a, 0x02, 0x00, 0x83, 0x10, 0x82, 0x40, 0x9f, 0xbe, 0x21, 0xc1, 0xd0, 0x42, - 0xe0, 0x0a, 0x58, 0x1e, 0x06, 0x1b, 0xa6, 0xa1, 0xef, 0x71, 0x7b, 0xcc, 0x28, 0xa2, 0x88, 0x0a, - 0x90, 0x66, 0xaf, 0xf1, 0xdc, 0x7d, 0xb1, 0x3d, 0x2a, 0xca, 0x84, 0xea, 0x2a, 0xde, 0x76, 0x74, - 0x31, 0x1a, 0x8a, 0x28, 0xa2, 0x0b, 0x90, 0x73, 0xb0, 0xd6, 0xb4, 0x75, 0x77, 0xbf, 0xa2, 0x99, - 0x86, 0xab, 0x6a, 0x2e, 0x7b, 0xd7, 0x55, 0xba, 0xe3, 0xe6, 0x8d, 0xa9, 0x63, 0x4c, 0xd6, 0x28, - 0x86, 0xac, 0x8c, 0x0a, 0xd0, 0x3c, 0x83, 0x90, 0x16, 0xaa, 0xd8, 0x55, 0xf5, 0xba, 0x93, 0x67, - 0x27, 0x46, 0xa2, 0x18, 0xe8, 0xcb, 0x17, 0x06, 0x83, 0x5b, 0x5c, 0x17, 0x20, 0x67, 0x5a, 0xd8, - 0x0e, 0x65, 0xa3, 0x52, 0xb4, 0xe5, 0x28, 0x86, 0xac, 0x8c, 0x0a, 0x90, 0xc8, 0x54, 0x5d, 0x32, - 0xcc, 0x62, 0xb5, 0x68, 0x35, 0xb7, 0xfd, 0x9d, 0xb1, 0x89, 0x96, 0xd1, 0x98, 0x33, 0xf6, 0x4b, - 0x8f, 0xfa, 0xdc, 0xa3, 0x74, 0xf2, 0x37, 0xbf, 0x7c, 0x7a, 0x82, 0x9b, 0x86, 0xbf, 0x53, 0x75, - 0x09, 0xef, 0x93, 0xe1, 0xe7, 0xa8, 0xeb, 0x14, 0x93, 0xe4, 0x9e, 0x2f, 0xa8, 0x7a, 0x5d, 0xbc, - 0x4f, 0x56, 0x78, 0x09, 0x15, 0x61, 0xc0, 0x71, 0x55, 0xb7, 0xe9, 0xf0, 0xaf, 0x86, 0xc9, 0x9d, - 0x4c, 0xad, 0x64, 0x1a, 0xd5, 0x0d, 0x8a, 0xa9, 0x70, 0x0a, 0x74, 0x01, 0x06, 0x5c, 0x73, 0x0f, - 0x1b, 0x5c, 0x85, 0x07, 0x9a, 0xdf, 0xf4, 0x00, 0x8b, 0x51, 0x13, 0x8d, 0x54, 0x71, 0x1d, 0xd7, - 0x58, 0x6e, 0xb5, 0xab, 0x92, 0x25, 0x08, 0xfd, 0x78, 0x58, 0x69, 0xe9, 0xc0, 0x93, 0x90, 0x6b, - 0x2a, 0xca, 0x4f, 0x56, 0x46, 0x3d, 0xd0, 0x06, 0x85, 0xa0, 0x4b, 0xa1, 0xbb, 0x8a, 0xfc, 0x0b, - 0x7b, 0x77, 0x77, 0xea, 0x7e, 0xc0, 0xa6, 0xc5, 0x26, 0x45, 0xf0, 0xa6, 0xe3, 0x05, 0xc8, 0x35, - 0x8d, 0x6d, 0xd3, 0xa0, 0x8f, 0x08, 0x79, 0x92, 0x4f, 0x16, 0x79, 0xc9, 0xa0, 0x71, 0x44, 0x31, - 0x64, 0x65, 0xd4, 0x03, 0x5d, 0x64, 0x4b, 0x81, 0x2a, 0x8c, 0xf8, 0x58, 0x74, 0xa2, 0x66, 0x62, - 0x27, 0xea, 0x5d, 0x7c, 0xa2, 0x1e, 0x89, 0xb6, 0xe2, 0xcf, 0xd5, 0x61, 0x0f, 0x48, 0xc8, 0xd0, - 0x45, 0x00, 0xdf, 0x3d, 0xd0, 0xcd, 0x8a, 0xa1, 0xce, 0x03, 0xef, 0xfb, 0x18, 0xb1, 0xe8, 0xf3, - 0x69, 0xd1, 0xbb, 0x60, 0xbc, 0xa1, 0x1b, 0x15, 0x07, 0xd7, 0x77, 0x2a, 0x5c, 0xc1, 0x84, 0x25, - 0xfd, 0x06, 0x4c, 0x69, 0xf9, 0x60, 0xf6, 0x70, 0xf3, 0xc6, 0x54, 0x81, 0xbb, 0xd0, 0x56, 0x96, - 0xb2, 0x32, 0xd6, 0xd0, 0x8d, 0x0d, 0x5c, 0xdf, 0x59, 0xf0, 0x60, 0xc5, 0xec, 0x07, 0x3e, 0x3d, - 0xd5, 0xc7, 0xa7, 0x6b, 0x9f, 0x7c, 0x8e, 0xee, 0xa2, 0xf3, 0x69, 0x86, 0x1d, 0xb2, 0x30, 0x51, - 0x45, 0x81, 0x6e, 0x6b, 0x64, 0x14, 0x1f, 0xc0, 0xa6, 0xf9, 0xcb, 0xff, 0x61, 0x5a, 0x92, 0xbf, - 0x20, 0xc1, 0xc0, 0xc2, 0xe5, 0x75, 0x55, 0xb7, 0xd1, 0x12, 0x8c, 0xf9, 0x96, 0x13, 0x9e, 0xe4, - 0x27, 0x6e, 0xde, 0x98, 0xca, 0x47, 0x8d, 0xcb, 0x9b, 0xe5, 0xbe, 0x01, 0x8b, 0x69, 0xbe, 0xd4, - 0x69, 0xf5, 0x1a, 0x62, 0xd5, 0x82, 0x22, 0xb7, 0xae, 0x6d, 0x23, 0xdd, 0x2c, 0xc3, 0x20, 0x93, - 0xd6, 0x41, 0x45, 0xe8, 0xb7, 0xc8, 0x0f, 0x7e, 0x44, 0x30, 0xd9, 0xd1, 0x78, 0x29, 0xbe, 0xb7, - 0x9b, 0x49, 0x48, 0xe4, 0x8f, 0x24, 0x00, 0x16, 0x2e, 0x5f, 0xde, 0xb4, 0x75, 0xab, 0x8e, 0xdd, - 0x5b, 0xd9, 0xf3, 0x4d, 0x38, 0x12, 0x58, 0x2a, 0xd9, 0x5a, 0xa4, 0xf7, 0xd3, 0x37, 0x6f, 0x4c, - 0x9d, 0x88, 0xf6, 0x3e, 0x80, 0x26, 0x2b, 0xe3, 0xfe, 0xa2, 0xc9, 0xd6, 0xda, 0x72, 0xad, 0x3a, - 0xae, 0xc7, 0x35, 0xd9, 0x99, 0x6b, 0x00, 0x2d, 0xc8, 0x75, 0xc1, 0x71, 0xdb, 0xab, 0x76, 0x03, - 0x86, 0x7c, 0x95, 0x38, 0x68, 0x01, 0xd2, 0x2e, 0xff, 0xcd, 0x35, 0x2c, 0x77, 0xd6, 0xb0, 0x20, - 0xe3, 0x5a, 0xf6, 0x28, 0xe5, 0x3f, 0x97, 0x00, 0x7c, 0x9b, 0xfd, 0xc9, 0x34, 0x31, 0xe2, 0xca, - 0xb9, 0xe3, 0x4d, 0x1e, 0x2a, 0x55, 0xe3, 0xd4, 0x11, 0x7d, 0xfe, 0x4c, 0x02, 0xc6, 0xb7, 0x84, - 0xe7, 0xf9, 0x89, 0xd7, 0xc1, 0x3a, 0x0c, 0x62, 0xc3, 0xb5, 0x75, 0xaa, 0x04, 0x32, 0xda, 0x0f, - 0x77, 0x1a, 0xed, 0x36, 0x7d, 0xa2, 0x5f, 0xc1, 0x11, 0x3b, 0xef, 0x9c, 0x4d, 0x44, 0x1b, 0x1f, - 0x4a, 0x42, 0xbe, 0x13, 0x25, 0x9a, 0x87, 0x51, 0xcd, 0xc6, 0x14, 0x50, 0x09, 0x6e, 0xff, 0x95, - 0x0a, 0x7e, 0x66, 0x19, 0x41, 0x90, 0x95, 0x11, 0x01, 0xe1, 0xd1, 0xa3, 0x06, 0x24, 0xed, 0x23, - 0x66, 0x47, 0xb0, 0x7a, 0xcc, 0xf3, 0x64, 0x1e, 0x3e, 0x44, 0x23, 0x61, 0x06, 0x2c, 0x7e, 0x8c, - 0xf8, 0x50, 0x1a, 0x40, 0x5e, 0x84, 0x51, 0xdd, 0xd0, 0x5d, 0x5d, 0xad, 0x57, 0xb6, 0xd5, 0xba, - 0x6a, 0x68, 0x87, 0xc9, 0x9a, 0x99, 0xcb, 0xe7, 0xcd, 0x46, 0xd8, 0xc9, 0xca, 0x08, 0x87, 0x94, - 0x18, 0x00, 0x5d, 0x84, 0x41, 0xd1, 0x54, 0xea, 0x50, 0xd9, 0x86, 0x20, 0x0f, 0x24, 0x78, 0x3f, - 0x9b, 0x84, 0x31, 0x05, 0x57, 0xff, 0xff, 0x50, 0x1c, 0x6c, 0x28, 0x56, 0x00, 0xd8, 0x74, 0x27, - 0x0e, 0xf6, 0x10, 0xa3, 0x41, 0x1c, 0x46, 0x86, 0x71, 0x58, 0x70, 0xdc, 0xc0, 0x78, 0xdc, 0x48, - 0x40, 0x36, 0x38, 0x1e, 0x7f, 0x49, 0xa3, 0x12, 0x5a, 0xf2, 0x3d, 0x51, 0x8a, 0x7f, 0x3b, 0xb4, - 0x83, 0x27, 0x6a, 0xb1, 0xde, 0xee, 0x2e, 0xe8, 0x7f, 0x26, 0x60, 0x60, 0x5d, 0xb5, 0xd5, 0x86, - 0x83, 0xb4, 0x96, 0x4c, 0x53, 0xec, 0x41, 0xb6, 0x7c, 0x21, 0x9a, 0xef, 0x76, 0xc4, 0x24, 0x9a, - 0x1f, 0x6b, 0x93, 0x68, 0xbe, 0x05, 0x46, 0xc8, 0x72, 0x38, 0x70, 0x99, 0x81, 0x68, 0x7b, 0xb8, - 0x74, 0xdc, 0xe7, 0x12, 0xae, 0x67, 0xab, 0xe5, 0xcb, 0xc1, 0xdb, 0x0c, 0x43, 0x04, 0xc3, 0x77, - 0xcc, 0x84, 0xfc, 0xa8, 0xbf, 0x2c, 0x0d, 0x54, 0xca, 0x0a, 0x34, 0xd4, 0x6b, 0x65, 0x56, 0x40, - 0xcb, 0x80, 0x76, 0xbd, 0x9d, 0x91, 0x8a, 0xaf, 0x4e, 0x42, 0x7f, 0xe7, 0xcd, 0x1b, 0x53, 0xc7, - 0x19, 0x7d, 0x2b, 0x8e, 0xac, 0x8c, 0xf9, 0x40, 0xc1, 0xed, 0x31, 0x00, 0xd2, 0xaf, 0x0a, 0xbb, - 0x57, 0xc7, 0x96, 0x3b, 0x47, 0x6e, 0xde, 0x98, 0x1a, 0x63, 0x5c, 0xfc, 0x3a, 0x59, 0xc9, 0x90, - 0xc2, 0x02, 0xf9, 0x1d, 0xb0, 0xec, 0xcf, 0x4a, 0x80, 0x7c, 0x97, 0xaf, 0x60, 0xc7, 0x22, 0xeb, - 0x33, 0x92, 0x88, 0x07, 0xb2, 0x66, 0xa9, 0x7b, 0x22, 0xee, 0xd3, 0x8b, 0x44, 0x3c, 0x30, 0x53, - 0x9e, 0xf4, 0xdd, 0x63, 0x82, 0x8f, 0x63, 0x9b, 0x4b, 0x88, 0x33, 0xf3, 0xa6, 0x2e, 0xa8, 0x5b, - 0xfc, 0x61, 0x9f, 0xfc, 0xaf, 0x24, 0x38, 0xde, 0x62, 0x51, 0x9e, 0xb0, 0x7f, 0x05, 0x90, 0x1d, - 0xa8, 0xe4, 0x1f, 0x82, 0x63, 0x42, 0x1f, 0xd8, 0x40, 0xc7, 0xec, 0x16, 0xbf, 0x7b, 0xeb, 0x3c, - 0x3c, 0xbb, 0xc5, 0xf8, 0x4f, 0x25, 0x98, 0x08, 0x36, 0xef, 0x75, 0x64, 0x15, 0xb2, 0xc1, 0xd6, - 0x79, 0x17, 0xee, 0xe9, 0xa5, 0x0b, 0x5c, 0xfa, 0x10, 0x3d, 0x7a, 0xd6, 0x9f, 0xae, 0x6c, 0xef, - 0xec, 0x91, 0x9e, 0xb5, 0x21, 0x64, 0x8a, 0x4e, 0xdb, 0x14, 0x1d, 0x8f, 0xff, 0x23, 0x41, 0x6a, - 0xdd, 0x34, 0xeb, 0xc8, 0x84, 0x31, 0xc3, 0x74, 0x2b, 0xc4, 0xb2, 0x70, 0xb5, 0xc2, 0x17, 0xdd, - 0xcc, 0x0f, 0xce, 0x1f, 0x4c, 0x49, 0xdf, 0xbb, 0x31, 0xd5, 0xca, 0x4a, 0x19, 0x35, 0x4c, 0xb7, - 0x44, 0x21, 0x9b, 0x6c, 0x49, 0xfe, 0x2e, 0x18, 0x0e, 0x37, 0xc6, 0xbc, 0xe4, 0x73, 0x07, 0x6e, - 0x2c, 0xcc, 0xe6, 0xe6, 0x8d, 0xa9, 0x09, 0x7f, 0xc6, 0x78, 0x60, 0x59, 0xc9, 0x6e, 0x07, 0x5a, - 0x67, 0xb7, 0xbd, 0x7e, 0xf0, 0xe9, 0x29, 0xe9, 0xd4, 0x57, 0x24, 0x00, 0x7f, 0xe7, 0x01, 0x3d, - 0x04, 0xc7, 0x4a, 0x6b, 0xab, 0x0b, 0x95, 0x8d, 0xcd, 0xb9, 0xcd, 0xad, 0x8d, 0xca, 0xd6, 0xea, - 0xc6, 0x7a, 0x79, 0x7e, 0xe9, 0xc2, 0x52, 0x79, 0xc1, 0xdf, 0x23, 0x77, 0x2c, 0xac, 0xe9, 0x3b, - 0x3a, 0xae, 0xa2, 0xfb, 0x60, 0x22, 0x8c, 0x4d, 0x4a, 0xe5, 0x85, 0x9c, 0x54, 0xc8, 0xbe, 0x72, - 0x7d, 0x3a, 0xcd, 0x72, 0x31, 0x5c, 0x45, 0x27, 0xe1, 0x48, 0x2b, 0xde, 0xd2, 0xea, 0x62, 0x2e, - 0x51, 0x18, 0x7e, 0xe5, 0xfa, 0x74, 0xc6, 0x4b, 0xda, 0x90, 0x0c, 0x28, 0x88, 0xc9, 0xf9, 0x25, - 0x0b, 0xf0, 0xca, 0xf5, 0xe9, 0x01, 0xa6, 0xc0, 0x42, 0xea, 0x03, 0x9f, 0x9d, 0xec, 0x2b, 0x5d, - 0xe8, 0xb8, 0x0b, 0xfe, 0x50, 0x57, 0xdd, 0x5d, 0xf3, 0x36, 0xb5, 0xc3, 0xbb, 0xde, 0x7f, 0x32, - 0xd8, 0x71, 0xd7, 0xbb, 0x86, 0x0d, 0xec, 0xe8, 0xce, 0xa1, 0x76, 0xbd, 0x7b, 0xda, 0x49, 0x97, - 0x7f, 0xaf, 0x1f, 0xb2, 0x8b, 0xac, 0x15, 0x32, 0x10, 0x18, 0xbd, 0x09, 0x06, 0x2c, 0x1a, 0x46, - 0xbc, 0xb3, 0xb4, 0x0e, 0x06, 0xcf, 0x82, 0x8d, 0x77, 0xab, 0x8b, 0x85, 0x1e, 0x87, 0xdf, 0xe8, - 0x60, 0xb7, 0xcd, 0xfc, 0xfb, 0x53, 0xd9, 0x03, 0xed, 0xf7, 0xb0, 0x9c, 0x85, 0x6f, 0xad, 0x44, - 0xf9, 0xc9, 0xec, 0x72, 0xc8, 0x26, 0x81, 0xb0, 0x7b, 0x62, 0xef, 0x93, 0xe0, 0x08, 0xc5, 0xf2, - 0x03, 0x31, 0xc5, 0x14, 0xc9, 0xfe, 0xa9, 0x4e, 0x5d, 0x58, 0x56, 0x1d, 0xff, 0xc2, 0x07, 0xbb, - 0xd9, 0x75, 0x0f, 0x0f, 0x84, 0x27, 0x02, 0x8d, 0x47, 0xd9, 0xca, 0xca, 0x78, 0xbd, 0x85, 0xd2, - 0x41, 0x8b, 0xa1, 0xab, 0x7d, 0xa9, 0x83, 0x6d, 0xb5, 0x07, 0xaf, 0xf9, 0x3d, 0x03, 0x43, 0xbe, - 0x2f, 0x71, 0xf8, 0x3f, 0xae, 0xe8, 0x3d, 0x76, 0x04, 0x89, 0xd1, 0xfb, 0x25, 0x38, 0xe2, 0x47, - 0xf3, 0x20, 0x5b, 0xf6, 0x0f, 0x3e, 0x1e, 0x3c, 0xc0, 0x42, 0x28, 0xaa, 0x9c, 0xb6, 0x7c, 0x65, - 0x65, 0xa2, 0xd9, 0x4a, 0x4a, 0x96, 0x60, 0xc3, 0x41, 0xcf, 0xea, 0xe4, 0xc5, 0x37, 0xec, 0x7a, - 0x77, 0xcd, 0x61, 0x06, 0xec, 0x9f, 0x0e, 0x58, 0xa6, 0xed, 0xe2, 0x2a, 0xdd, 0x90, 0x4b, 0x2b, - 0x5e, 0x59, 0x5e, 0x05, 0xd4, 0x3a, 0xb8, 0xd1, 0xab, 0x8c, 0x19, 0xff, 0x2a, 0xe3, 0x04, 0xf4, - 0x07, 0x2f, 0xfb, 0xb1, 0x42, 0x31, 0xfd, 0x01, 0x1e, 0x3e, 0x6f, 0xf9, 0x9c, 0xff, 0x17, 0x09, - 0x38, 0x15, 0x3c, 0x1e, 0x7a, 0xb1, 0x89, 0xed, 0x7d, 0x6f, 0x8a, 0x5a, 0x6a, 0x4d, 0x37, 0x82, - 0x8f, 0x83, 0x8e, 0x07, 0x03, 0x3e, 0xc5, 0x15, 0x7a, 0x92, 0x0d, 0x18, 0x5a, 0x57, 0x6b, 0x58, - 0xc1, 0x2f, 0x36, 0xb1, 0xe3, 0xb6, 0xb9, 0x7d, 0x7e, 0x14, 0x06, 0xcc, 0x9d, 0x1d, 0x71, 0xae, - 0x9d, 0x52, 0x78, 0x89, 0x74, 0xb9, 0xae, 0x37, 0x74, 0x76, 0x25, 0x2c, 0xa5, 0xb0, 0x02, 0x9a, - 0x82, 0x21, 0xcd, 0x6c, 0x1a, 0x7c, 0xc6, 0xe5, 0x53, 0xe2, 0xcb, 0x10, 0x4d, 0x83, 0xcd, 0x38, - 0xf9, 0x69, 0xc8, 0xb2, 0xf6, 0x78, 0xc4, 0x3d, 0x0e, 0x69, 0x7a, 0xa7, 0xca, 0x6f, 0x75, 0x90, - 0x94, 0x2f, 0xb1, 0x9b, 0xea, 0x8c, 0x0b, 0x6b, 0x98, 0x15, 0x4a, 0xa5, 0x8e, 0xaa, 0x3c, 0x19, - 0xef, 0x1a, 0x98, 0xa2, 0x3c, 0x35, 0xfe, 0x76, 0x3f, 0x1c, 0xe1, 0x27, 0x74, 0xaa, 0xa5, 0xcf, - 0xee, 0xba, 0xae, 0x78, 0x3e, 0x04, 0x3c, 0xd5, 0x55, 0x2d, 0x5d, 0xde, 0x87, 0xd4, 0x45, 0xd7, - 0xb5, 0xd0, 0x29, 0xe8, 0xb7, 0x9b, 0x75, 0x2c, 0x76, 0x7c, 0xbc, 0x3d, 0x79, 0xd5, 0xd2, 0x67, - 0x08, 0x82, 0xd2, 0xac, 0x63, 0x85, 0xa1, 0xa0, 0x32, 0x4c, 0xed, 0x34, 0xeb, 0xf5, 0xfd, 0x4a, - 0x15, 0xd3, 0x7f, 0xea, 0xe3, 0x7d, 0x16, 0x1f, 0x5f, 0xb3, 0x54, 0xf1, 0x71, 0x3d, 0xa2, 0x9b, - 0x13, 0x14, 0x6d, 0x81, 0x62, 0x89, 0x4f, 0xe2, 0x97, 0x05, 0x8e, 0xfc, 0x07, 0x09, 0x48, 0x0b, - 0xd6, 0xf4, 0xd6, 0x38, 0xae, 0x63, 0xcd, 0x35, 0xc5, 0x89, 0x89, 0x57, 0x46, 0x08, 0x92, 0x35, - 0x3e, 0x44, 0x99, 0x8b, 0x7d, 0x0a, 0x29, 0x10, 0x98, 0x77, 0xa1, 0x9f, 0xc0, 0xac, 0x26, 0x19, - 0xb5, 0x94, 0x65, 0x8a, 0xa5, 0xd9, 0xc5, 0x3e, 0x85, 0x96, 0x50, 0x1e, 0x06, 0xc8, 0xcc, 0x70, - 0xd9, 0x17, 0x0b, 0x09, 0x9c, 0x97, 0xd1, 0x51, 0xe8, 0xb7, 0x54, 0x57, 0x63, 0xf7, 0xea, 0x48, - 0x05, 0x2b, 0xa2, 0xc7, 0x61, 0x80, 0xbd, 0x14, 0x8d, 0xfe, 0xc7, 0x0c, 0xa2, 0x0c, 0xf6, 0x49, - 0x2e, 0x22, 0xf7, 0xba, 0xea, 0xba, 0xd8, 0x36, 0x08, 0x43, 0x86, 0x8e, 0x10, 0xa4, 0xb6, 0xcd, - 0xea, 0x3e, 0xff, 0x2f, 0x1e, 0xf4, 0x37, 0xff, 0xb7, 0x01, 0xd4, 0x1e, 0x2a, 0xb4, 0x92, 0xfd, - 0xf3, 0xa2, 0xac, 0x00, 0x96, 0x08, 0x52, 0x19, 0xc6, 0xd5, 0x6a, 0x55, 0x67, 0xff, 0x50, 0xa3, - 0xb2, 0xad, 0x53, 0x0f, 0xe1, 0xd0, 0x7f, 0x4d, 0xd5, 0x69, 0x2c, 0x90, 0x4f, 0x50, 0xe2, 0xf8, - 0xa5, 0x0c, 0x0c, 0x5a, 0x4c, 0x28, 0xf9, 0x3c, 0x8c, 0xb5, 0x48, 0x4a, 0xe4, 0xdb, 0xd3, 0x8d, - 0xaa, 0x78, 0xe5, 0x40, 0x7e, 0x13, 0x18, 0xfd, 0xac, 0x1e, 0x3b, 0x8b, 0xa2, 0xbf, 0x4b, 0xef, - 0xe9, 0xfc, 0x22, 0x6c, 0x24, 0xf0, 0x22, 0x4c, 0xb5, 0xf4, 0x52, 0x86, 0xf2, 0xe7, 0xef, 0xc0, - 0xe6, 0x78, 0x05, 0x7b, 0x03, 0x36, 0x63, 0xda, 0x35, 0x12, 0xa5, 0x45, 0xf4, 0x25, 0x55, 0xaa, - 0xa5, 0x3b, 0xd4, 0x1c, 0xfd, 0xcf, 0xfc, 0x39, 0xe7, 0x03, 0xbf, 0xe9, 0xeb, 0xb0, 0xd4, 0xe2, - 0xdc, 0xfa, 0x92, 0x67, 0xc7, 0x5f, 0x4b, 0xc0, 0x89, 0x80, 0x1d, 0x07, 0x90, 0x5b, 0xcd, 0xb9, - 0xd0, 0xde, 0xe2, 0x7b, 0x78, 0x15, 0x76, 0x09, 0x52, 0x04, 0x1f, 0xc5, 0x7c, 0xd4, 0x3f, 0xff, - 0xeb, 0xdf, 0xfc, 0x27, 0x72, 0xf8, 0xd4, 0x2a, 0x34, 0x2a, 0x94, 0x49, 0xe9, 0xfd, 0xbd, 0xeb, - 0x2f, 0xe7, 0x7f, 0xe1, 0xd0, 0xb9, 0x75, 0x6a, 0x8c, 0xea, 0xf0, 0xbb, 0x67, 0x41, 0xee, 0x90, - 0xf2, 0x30, 0x8f, 0xd9, 0x3d, 0x89, 0x3a, 0x80, 0x3b, 0xee, 0xf4, 0x12, 0xa0, 0xdb, 0x08, 0xf6, - 0x98, 0x8e, 0x5d, 0x83, 0xa3, 0xcf, 0x92, 0xb6, 0xfd, 0x65, 0xb2, 0x70, 0xec, 0x47, 0xbd, 0xd3, - 0x3c, 0x89, 0xff, 0x67, 0x30, 0x71, 0x52, 0x07, 0xbe, 0x7c, 0x7c, 0x81, 0x78, 0xdf, 0x4c, 0xc7, - 0x78, 0x31, 0x13, 0x08, 0x16, 0x4a, 0x80, 0x52, 0xfe, 0x35, 0x09, 0x8e, 0xb5, 0x34, 0xcd, 0x7d, - 0xfc, 0x62, 0x9b, 0x47, 0x0b, 0x87, 0xca, 0x6c, 0x16, 0xdb, 0x08, 0x7b, 0x7f, 0xac, 0xb0, 0x4c, - 0x8a, 0x90, 0xb4, 0x4f, 0xc1, 0x91, 0xb0, 0xb0, 0x42, 0x4d, 0xf7, 0xc2, 0x48, 0x78, 0x47, 0x98, - 0xab, 0x6b, 0x38, 0xb4, 0x27, 0x2c, 0x57, 0xa2, 0x7a, 0xf6, 0xfa, 0x5a, 0x86, 0x8c, 0x87, 0xca, - 0x53, 0xe0, 0x9e, 0xbb, 0xea, 0x53, 0xca, 0x1f, 0x91, 0x60, 0x3a, 0xdc, 0x42, 0x20, 0x19, 0x3a, - 0x98, 0xb0, 0xb7, 0x6c, 0x88, 0x5f, 0x93, 0xe0, 0xae, 0x2e, 0x32, 0x71, 0x05, 0xbc, 0x04, 0x13, - 0x81, 0x9d, 0x00, 0xe1, 0xc2, 0xc5, 0xb0, 0x9f, 0x8a, 0x4f, 0x43, 0xbd, 0x85, 0xef, 0x1d, 0x44, - 0x29, 0x9f, 0xff, 0xc3, 0xa9, 0xf1, 0xd6, 0x3a, 0x47, 0x19, 0x6f, 0x5d, 0xbd, 0xdf, 0x42, 0xfb, - 0xf8, 0x84, 0x04, 0x0f, 0x84, 0xbb, 0xda, 0x26, 0x9f, 0x7d, 0xa3, 0xc6, 0xe1, 0xdf, 0x4b, 0x70, - 0xaa, 0x17, 0xe1, 0xf8, 0x80, 0x6c, 0xc3, 0xb8, 0x9f, 0x69, 0x47, 0xc7, 0xe3, 0x40, 0xf9, 0x3b, - 0xb3, 0x52, 0xe4, 0x71, 0xbb, 0x0d, 0x8a, 0xb7, 0xf8, 0xc4, 0x0a, 0x0e, 0xb9, 0xa7, 0xe4, 0xf0, - 0x6e, 0xae, 0x50, 0x72, 0x68, 0x3f, 0xb7, 0xcd, 0x58, 0x24, 0xda, 0x8c, 0x85, 0x9f, 0x9a, 0xcb, - 0x57, 0xb8, 0xdf, 0x6a, 0xb3, 0x07, 0xf7, 0x76, 0x18, 0x6f, 0x63, 0xca, 0x7c, 0x56, 0x1f, 0xc0, - 0x92, 0x15, 0xd4, 0x6a, 0xac, 0xf2, 0x3e, 0x4c, 0xd1, 0x76, 0xdb, 0x28, 0xfa, 0x76, 0x77, 0xb9, - 0xc1, 0x7d, 0x4b, 0xdb, 0xa6, 0x79, 0xdf, 0x97, 0x60, 0x80, 0x8d, 0x33, 0xef, 0xee, 0x21, 0x0c, - 0x85, 0x33, 0x90, 0x7f, 0x41, 0xf8, 0xb2, 0x05, 0x21, 0x76, 0xfb, 0x39, 0xd4, 0x4b, 0x5f, 0x6f, - 0xd1, 0x1c, 0x0a, 0x28, 0xe3, 0xdb, 0xc2, 0xab, 0xb5, 0x97, 0x8e, 0xab, 0x43, 0xbb, 0x65, 0x5e, - 0x8d, 0xe9, 0xe6, 0xf6, 0xba, 0xaf, 0x5f, 0x16, 0xee, 0xcb, 0xeb, 0x53, 0x8c, 0xfb, 0x7a, 0x63, - 0x54, 0xef, 0x39, 0xb2, 0x18, 0x31, 0xff, 0x22, 0x3a, 0xb2, 0x1f, 0x48, 0x70, 0x9c, 0xf6, 0x2d, - 0xb8, 0x11, 0x71, 0x50, 0x95, 0x3f, 0x04, 0xc8, 0xb1, 0xb5, 0x4a, 0xdb, 0xd9, 0x9d, 0x73, 0x6c, - 0xed, 0x72, 0x28, 0xbe, 0x3c, 0x04, 0xa8, 0x1a, 0xda, 0x6e, 0xa2, 0xd8, 0xec, 0x96, 0x5c, 0xae, - 0x1a, 0xd8, 0xcd, 0x68, 0x33, 0x9c, 0xa9, 0x5b, 0x30, 0x9c, 0xdf, 0x92, 0xa0, 0xd0, 0xae, 0xcb, - 0x7c, 0xf8, 0x74, 0x38, 0x1a, 0x3a, 0x24, 0x88, 0x8e, 0xe0, 0x43, 0xbd, 0x6c, 0xe5, 0x44, 0xa6, - 0xd1, 0x11, 0x1b, 0xdf, 0xee, 0x3c, 0x60, 0x2a, 0x6c, 0xa1, 0xad, 0x99, 0xf5, 0x1b, 0x36, 0x7d, - 0xbe, 0xdc, 0xe2, 0x57, 0xff, 0x42, 0xe4, 0xde, 0xd7, 0x60, 0xb2, 0x83, 0xd4, 0xb7, 0x3b, 0xee, - 0xed, 0x76, 0x1c, 0xcc, 0x5b, 0x9d, 0xbe, 0x3f, 0xc6, 0x67, 0x42, 0xf8, 0x06, 0x76, 0x60, 0x2d, - 0xd6, 0xee, 0x1d, 0x97, 0xfc, 0x56, 0xb8, 0xa3, 0x2d, 0x15, 0x97, 0xad, 0x08, 0xa9, 0x5d, 0xdd, - 0x71, 0xb9, 0x58, 0xf7, 0x75, 0x12, 0x2b, 0x42, 0x4d, 0x69, 0x64, 0x04, 0x39, 0xca, 0x7a, 0xdd, - 0x34, 0xeb, 0x5c, 0x0c, 0xf9, 0x12, 0x8c, 0x05, 0x60, 0xbc, 0x91, 0x73, 0x90, 0xb2, 0x4c, 0xfe, - 0xc9, 0x82, 0xa1, 0x33, 0x27, 0x3a, 0xee, 0xde, 0x9b, 0x66, 0x9d, 0x77, 0x9b, 0xe2, 0xcb, 0x13, - 0x80, 0x18, 0x33, 0xba, 0x91, 0x2f, 0x9a, 0xd8, 0x80, 0xf1, 0x10, 0x94, 0x37, 0xf2, 0x23, 0x1d, - 0x12, 0x9c, 0xf9, 0xde, 0x11, 0xe8, 0xa7, 0x5c, 0xd1, 0xc7, 0x25, 0x80, 0xc0, 0x89, 0xf0, 0x4c, - 0x27, 0x36, 0xed, 0xd7, 0xc4, 0x85, 0xd9, 0x9e, 0xf1, 0x79, 0xce, 0x76, 0xea, 0x3d, 0xff, 0xe6, - 0xbb, 0x1f, 0x4d, 0xdc, 0x83, 0xe4, 0xd9, 0x0e, 0xab, 0xf1, 0xc0, 0x7c, 0xf9, 0x5c, 0xe8, 0x15, - 0xfc, 0xe9, 0xde, 0x9a, 0x12, 0x92, 0xcd, 0xf4, 0x8a, 0xce, 0x05, 0x3b, 0x4f, 0x05, 0x3b, 0x8b, - 0x1e, 0x8d, 0x17, 0x6c, 0xf6, 0x9d, 0xe1, 0x49, 0xf3, 0x6e, 0xf4, 0x7b, 0x12, 0x4c, 0xb4, 0x5b, - 0xd2, 0xa1, 0x27, 0x7a, 0x93, 0xa2, 0x35, 0xa5, 0x28, 0x3c, 0x79, 0x08, 0x4a, 0xde, 0x95, 0x45, - 0xda, 0x95, 0x39, 0xf4, 0xf4, 0x21, 0xba, 0x32, 0x1b, 0xdc, 0xdf, 0xff, 0xdf, 0x12, 0xdc, 0xd9, - 0x75, 0x85, 0x84, 0xe6, 0x7a, 0x93, 0xb2, 0x4b, 0xee, 0x54, 0x28, 0xfd, 0x28, 0x2c, 0x78, 0x8f, - 0x9f, 0xa5, 0x3d, 0xbe, 0x84, 0x96, 0x0e, 0xd3, 0xe3, 0xb6, 0x87, 0x28, 0xe8, 0x77, 0xc2, 0x37, - 0x0b, 0xbb, 0x9b, 0x53, 0xcb, 0xc2, 0x23, 0x66, 0x62, 0xb4, 0x26, 0xb5, 0xf2, 0xf3, 0xb4, 0x0b, - 0x0a, 0x5a, 0xff, 0x11, 0x07, 0x6d, 0xf6, 0x9d, 0x61, 0xc7, 0xff, 0x6e, 0xf4, 0xbf, 0xa4, 0xf6, - 0x17, 0x05, 0x1f, 0xef, 0x2a, 0x62, 0xe7, 0x45, 0x55, 0xe1, 0x89, 0x83, 0x13, 0xf2, 0x4e, 0x36, - 0x68, 0x27, 0x6b, 0x08, 0xdf, 0xea, 0x4e, 0xb6, 0x1d, 0x44, 0xf4, 0x0d, 0x09, 0x26, 0xda, 0xad, - 0x49, 0x62, 0xa6, 0x65, 0x97, 0x45, 0x56, 0xcc, 0xb4, 0xec, 0xb6, 0x00, 0x92, 0xdf, 0x44, 0x3b, - 0x7f, 0x0e, 0x3d, 0xd6, 0xa9, 0xf3, 0x5d, 0x47, 0x91, 0xcc, 0xc5, 0xae, 0x49, 0x7e, 0xcc, 0x5c, - 0xec, 0x65, 0x1d, 0x13, 0x33, 0x17, 0x7b, 0x5a, 0x63, 0xc4, 0xcf, 0x45, 0xaf, 0x67, 0x3d, 0x0e, - 0xa3, 0x83, 0xbe, 0x26, 0xc1, 0x70, 0x28, 0x23, 0x46, 0x8f, 0x74, 0x15, 0xb4, 0xdd, 0x82, 0xa1, - 0x70, 0xe6, 0x20, 0x24, 0xbc, 0x2f, 0x4b, 0xb4, 0x2f, 0xf3, 0x68, 0xee, 0x30, 0x7d, 0x09, 0x9f, - 0x95, 0x7e, 0x4b, 0x82, 0xf1, 0x36, 0x59, 0x66, 0xcc, 0x2c, 0xec, 0x9c, 0x34, 0x17, 0x9e, 0x38, - 0x38, 0x21, 0xef, 0xd5, 0x05, 0xda, 0xab, 0xb7, 0xa0, 0xa7, 0x0e, 0xd3, 0xab, 0x40, 0x7c, 0xbe, - 0xe1, 0xdf, 0xbb, 0x0a, 0xb4, 0x83, 0xce, 0x1d, 0x50, 0x30, 0xd1, 0xa1, 0xc7, 0x0f, 0x4c, 0xc7, - 0xfb, 0xf3, 0x1c, 0xed, 0xcf, 0xb3, 0x68, 0xed, 0x47, 0xeb, 0x4f, 0x6b, 0x58, 0xff, 0x52, 0xeb, - 0x0b, 0xc0, 0xee, 0x56, 0xd4, 0x36, 0x59, 0x2d, 0x3c, 0x7a, 0x20, 0x1a, 0xde, 0xa9, 0x27, 0x68, - 0xa7, 0xce, 0xa0, 0x87, 0x3b, 0x75, 0x2a, 0x70, 0xb9, 0x4e, 0x37, 0x76, 0xcc, 0xd9, 0x77, 0xb2, - 0x14, 0xf8, 0xdd, 0xe8, 0xa7, 0xc5, 0xc5, 0xa6, 0x93, 0x5d, 0xdb, 0x0d, 0xe4, 0xb1, 0x85, 0x07, - 0x7a, 0xc0, 0xe4, 0x72, 0xdd, 0x43, 0xe5, 0x9a, 0x44, 0x27, 0x3a, 0xc9, 0x45, 0x72, 0x59, 0xf4, - 0x41, 0xc9, 0xbb, 0x0b, 0x79, 0xaa, 0x3b, 0xef, 0x60, 0xb2, 0x5b, 0x78, 0xb0, 0x27, 0x5c, 0x2e, - 0xc9, 0x7d, 0x54, 0x92, 0x69, 0x34, 0xd9, 0x51, 0x12, 0x96, 0xfa, 0xde, 0xea, 0x9b, 0x03, 0xaf, - 0x1c, 0x83, 0xa9, 0x0e, 0x2d, 0xba, 0xd7, 0x62, 0xce, 0xb8, 0xba, 0x3c, 0x84, 0x8d, 0x7d, 0xe8, - 0xda, 0xe1, 0x69, 0xed, 0xe1, 0x9f, 0xbf, 0xf6, 0x76, 0x20, 0xf6, 0xaf, 0x53, 0x80, 0x56, 0x9c, - 0xda, 0xbc, 0x8d, 0xd9, 0x7f, 0xc3, 0xe3, 0xb3, 0x3c, 0xf2, 0xc2, 0x4b, 0xfa, 0x91, 0x5e, 0x78, - 0xad, 0x84, 0xde, 0x4c, 0x25, 0x0e, 0xf6, 0x2e, 0xb3, 0xe7, 0x87, 0x53, 0xc9, 0x1f, 0xcb, 0xc3, - 0xa9, 0xf6, 0xf7, 0xaa, 0x53, 0xb7, 0xee, 0x01, 0x46, 0xff, 0x61, 0x1f, 0xa1, 0xf0, 0xf7, 0x90, - 0x03, 0x5d, 0xde, 0x43, 0xe6, 0x3b, 0x3e, 0x7a, 0xe4, 0xd4, 0xe8, 0xac, 0xf8, 0xb2, 0xef, 0x60, - 0x6f, 0x37, 0x61, 0xf9, 0xa7, 0x7f, 0xfd, 0x2d, 0x84, 0x13, 0x50, 0x68, 0x35, 0x27, 0x6f, 0x52, - 0x7f, 0x34, 0x09, 0xb9, 0x15, 0xa7, 0x56, 0xae, 0xea, 0xee, 0x6d, 0xb2, 0xb5, 0xa7, 0x3b, 0x3f, - 0x6a, 0x41, 0x37, 0x6f, 0x4c, 0x8d, 0x30, 0x9d, 0x76, 0xd1, 0x64, 0x03, 0x46, 0x23, 0x4f, 0x89, - 0xb9, 0x65, 0x2d, 0x1c, 0xe6, 0x45, 0x73, 0x84, 0x95, 0x4c, 0xdf, 0x20, 0x04, 0xec, 0x1b, 0x5d, - 0x6b, 0x6f, 0xcc, 0xcc, 0xa0, 0x2e, 0xde, 0xce, 0x17, 0x80, 0xfe, 0x98, 0x15, 0x20, 0x1f, 0x1d, - 0x14, 0x6f, 0xc4, 0xfe, 0x58, 0x82, 0xa1, 0x15, 0x47, 0xa4, 0x82, 0xf8, 0x27, 0xf4, 0xfd, 0xd1, - 0xe3, 0xde, 0x07, 0x5a, 0x93, 0xbd, 0xd9, 0xad, 0xf8, 0x68, 0xab, 0xaf, 0x84, 0x23, 0x30, 0x1e, - 0xe8, 0xa7, 0xd7, 0xff, 0xdf, 0x4d, 0x50, 0xff, 0x58, 0xc2, 0x35, 0xdd, 0xf0, 0xb2, 0x48, 0xfc, - 0x97, 0xf5, 0x75, 0x85, 0xaf, 0xe7, 0xd4, 0x61, 0xf5, 0xbc, 0x47, 0x1d, 0x44, 0x44, 0x9f, 0xde, - 0xc6, 0xd7, 0x4a, 0xeb, 0xdb, 0x1f, 0xe9, 0x00, 0xdf, 0xd6, 0x89, 0xbc, 0xf0, 0x91, 0x5f, 0x93, - 0x60, 0x78, 0xc5, 0xa9, 0x6d, 0x19, 0xd5, 0xff, 0xe7, 0xed, 0x77, 0x07, 0x8e, 0x84, 0x7a, 0x7a, - 0x9b, 0x54, 0x7a, 0xe6, 0x13, 0x29, 0x48, 0xae, 0x38, 0x35, 0xf4, 0x22, 0x8c, 0x46, 0x93, 0x86, - 0x8e, 0xb9, 0x60, 0x6b, 0x44, 0xe8, 0xbc, 0x5e, 0xeb, 0x1c, 0x3d, 0xd0, 0x1e, 0x0c, 0x87, 0x23, - 0xc7, 0xc9, 0x2e, 0x4c, 0x42, 0x98, 0x85, 0x87, 0x7b, 0xc5, 0xf4, 0x1a, 0x7b, 0x07, 0xa4, 0x3d, - 0xa7, 0x77, 0x77, 0x17, 0x6a, 0x81, 0xd4, 0x39, 0xbb, 0x6d, 0xe3, 0x56, 0x88, 0xf6, 0xa2, 0x2e, - 0xa5, 0x9b, 0xf6, 0x22, 0xb8, 0x5d, 0xb5, 0xd7, 0x69, 0x6a, 0x6d, 0x03, 0x04, 0xe6, 0xc1, 0xbd, - 0x5d, 0x38, 0xf8, 0x68, 0x85, 0xd3, 0x3d, 0xa1, 0x79, 0x87, 0x4e, 0xb7, 0x38, 0x19, 0xff, 0xbf, - 0x01, 0x00, 0x00, 0xff, 0xff, 0x57, 0x4f, 0x2d, 0xff, 0x83, 0x94, 0x00, 0x00, + 0xe0, 0xf0, 0xeb, 0x78, 0x24, 0x71, 0xe4, 0x91, 0x77, 0x24, 0xf7, 0x24, 0x51, 0x58, 0xec, 0x1e, + 0x0e, 0x3c, 0x7c, 0x71, 0x00, 0x1c, 0xa9, 0x0f, 0x67, 0x6b, 0x30, 0xfb, 0xb0, 0x18, 0x62, 0x77, + 0x66, 0x38, 0x33, 0x7b, 0x77, 0xa0, 0xa4, 0x14, 0xf5, 0x11, 0x45, 0xa2, 0xcb, 0xb1, 0x14, 0xa5, + 0x62, 0x7d, 0x9d, 0x22, 0x59, 0x76, 0xe4, 0xc8, 0x8a, 0x6d, 0x59, 0x8a, 0x12, 0x27, 0xa9, 0x8a, + 0x94, 0x8a, 0x63, 0x49, 0xa9, 0xb8, 0xa4, 0x8a, 0x2b, 0x71, 0x5c, 0xc9, 0xd9, 0xa1, 0x54, 0x0e, + 0xa3, 0x28, 0x89, 0x7c, 0x96, 0x13, 0xa7, 0xf4, 0x23, 0xa9, 0xf7, 0x35, 0x5f, 0xfb, 0x31, 0x0b, + 0xe8, 0x4e, 0x94, 0xe3, 0xfc, 0xc2, 0x4e, 0xbf, 0xee, 0x7e, 0xdd, 0xfd, 0xfa, 0x75, 0xf7, 0x7b, + 0xf3, 0xde, 0x00, 0xbe, 0x78, 0x1e, 0x66, 0xeb, 0xa6, 0x59, 0x6f, 0xe0, 0xd3, 0x96, 0x6d, 0xba, + 0xe6, 0x76, 0x6b, 0xe7, 0x74, 0x0d, 0x3b, 0x9a, 0xad, 0x5b, 0xae, 0x69, 0xcf, 0x51, 0x18, 0x1a, + 0x67, 0x18, 0x73, 0x02, 0x43, 0x5e, 0x81, 0x89, 0x0b, 0x7a, 0x03, 0x97, 0x3d, 0xc4, 0x0d, 0xec, + 0xa2, 0x27, 0x21, 0xb5, 0xa3, 0x37, 0x70, 0x5e, 0x9a, 0x4d, 0x9e, 0x1c, 0x39, 0x73, 0xcf, 0x5c, + 0x84, 0x68, 0x2e, 0x4c, 0xb1, 0x4e, 0xc0, 0x0a, 0xa5, 0x90, 0xbf, 0x9b, 0x82, 0xc9, 0x0e, 0xad, + 0x08, 0x41, 0xca, 0x50, 0x9b, 0x84, 0xa3, 0x74, 0x32, 0xa3, 0xd0, 0xdf, 0x28, 0x0f, 0xc3, 0x96, + 0xaa, 0xed, 0xa9, 0x75, 0x9c, 0x4f, 0x50, 0xb0, 0x78, 0x44, 0xd3, 0x00, 0x35, 0x6c, 0x61, 0xa3, + 0x86, 0x0d, 0x6d, 0x3f, 0x9f, 0x9c, 0x4d, 0x9e, 0xcc, 0x28, 0x01, 0x08, 0x7a, 0x10, 0x26, 0xac, + 0xd6, 0x76, 0x43, 0xd7, 0xaa, 0x01, 0x34, 0x98, 0x4d, 0x9e, 0x1c, 0x54, 0x72, 0xac, 0xa1, 0xec, + 0x23, 0xdf, 0x0f, 0xe3, 0x57, 0xb1, 0xba, 0x17, 0x44, 0x1d, 0xa1, 0xa8, 0x63, 0x04, 0x1c, 0x40, + 0x5c, 0x80, 0x6c, 0x13, 0x3b, 0x8e, 0x5a, 0xc7, 0x55, 0x77, 0xdf, 0xc2, 0xf9, 0x14, 0xd5, 0x7e, + 0xb6, 0x4d, 0xfb, 0xa8, 0xe6, 0x23, 0x9c, 0x6a, 0x73, 0xdf, 0xc2, 0x68, 0x1e, 0x32, 0xd8, 0x68, + 0x35, 0x19, 0x87, 0xc1, 0x2e, 0xf6, 0xab, 0x18, 0xad, 0x66, 0x94, 0x4b, 0x9a, 0x90, 0x71, 0x16, + 0xc3, 0x0e, 0xb6, 0xaf, 0xe8, 0x1a, 0xce, 0x0f, 0x51, 0x06, 0xf7, 0xb7, 0x31, 0xd8, 0x60, 0xed, + 0x51, 0x1e, 0x82, 0x0e, 0x2d, 0x40, 0x06, 0x5f, 0x73, 0xb1, 0xe1, 0xe8, 0xa6, 0x91, 0x1f, 0xa6, + 0x4c, 0xee, 0xed, 0x30, 0x8a, 0xb8, 0x51, 0x8b, 0xb2, 0xf0, 0xe9, 0xd0, 0x39, 0x18, 0x36, 0x2d, + 0x57, 0x37, 0x0d, 0x27, 0x9f, 0x9e, 0x95, 0x4e, 0x8e, 0x9c, 0x39, 0xd1, 0xd1, 0x11, 0xd6, 0x18, + 0x8e, 0x22, 0x90, 0xd1, 0x12, 0xe4, 0x1c, 0xb3, 0x65, 0x6b, 0xb8, 0xaa, 0x99, 0x35, 0x5c, 0xd5, + 0x8d, 0x1d, 0x33, 0x9f, 0xa1, 0x0c, 0x66, 0xda, 0x15, 0xa1, 0x88, 0x0b, 0x66, 0x0d, 0x2f, 0x19, + 0x3b, 0xa6, 0x32, 0xe6, 0x84, 0x9e, 0xd1, 0x51, 0x18, 0x72, 0xf6, 0x0d, 0x57, 0xbd, 0x96, 0xcf, + 0x52, 0x0f, 0xe1, 0x4f, 0xf2, 0x6f, 0x0d, 0xc1, 0x78, 0x3f, 0x2e, 0x76, 0x1e, 0x06, 0x77, 0x88, + 0x96, 0xf9, 0xc4, 0x41, 0x6c, 0xc0, 0x68, 0xc2, 0x46, 0x1c, 0x3a, 0xa4, 0x11, 0xe7, 0x61, 0xc4, + 0xc0, 0x8e, 0x8b, 0x6b, 0xcc, 0x23, 0x92, 0x7d, 0xfa, 0x14, 0x30, 0xa2, 0x76, 0x97, 0x4a, 0x1d, + 0xca, 0xa5, 0x9e, 0x87, 0x71, 0x4f, 0xa4, 0xaa, 0xad, 0x1a, 0x75, 0xe1, 0x9b, 0xa7, 0xe3, 0x24, + 0x99, 0xab, 0x08, 0x3a, 0x85, 0x90, 0x29, 0x63, 0x38, 0xf4, 0x8c, 0xca, 0x00, 0xa6, 0x81, 0xcd, + 0x9d, 0x6a, 0x0d, 0x6b, 0x8d, 0x7c, 0xba, 0x8b, 0x95, 0xd6, 0x08, 0x4a, 0x9b, 0x95, 0x4c, 0x06, + 0xd5, 0x1a, 0xe8, 0x29, 0xdf, 0xd5, 0x86, 0xbb, 0x78, 0xca, 0x0a, 0x9b, 0x64, 0x6d, 0xde, 0xb6, + 0x05, 0x63, 0x36, 0x26, 0x7e, 0x8f, 0x6b, 0x5c, 0xb3, 0x0c, 0x15, 0x62, 0x2e, 0x56, 0x33, 0x85, + 0x93, 0x31, 0xc5, 0x46, 0xed, 0xe0, 0x23, 0xba, 0x1b, 0x3c, 0x40, 0x95, 0xba, 0x15, 0xd0, 0x28, + 0x94, 0x15, 0xc0, 0x55, 0xb5, 0x89, 0x0b, 0x2f, 0xc1, 0x58, 0xd8, 0x3c, 0x68, 0x0a, 0x06, 0x1d, + 0x57, 0xb5, 0x5d, 0xea, 0x85, 0x83, 0x0a, 0x7b, 0x40, 0x39, 0x48, 0x62, 0xa3, 0x46, 0xa3, 0xdc, + 0xa0, 0x42, 0x7e, 0xa2, 0x37, 0xfb, 0x0a, 0x27, 0xa9, 0xc2, 0xf7, 0xb5, 0x8f, 0x68, 0x88, 0x73, + 0x54, 0xef, 0xc2, 0x13, 0x30, 0x1a, 0x52, 0xa0, 0xdf, 0xae, 0xe5, 0x77, 0xc2, 0x91, 0x8e, 0xac, + 0xd1, 0xf3, 0x30, 0xd5, 0x32, 0x74, 0xc3, 0xc5, 0xb6, 0x65, 0x63, 0xe2, 0xb1, 0xac, 0xab, 0xfc, + 0x7f, 0x1e, 0xee, 0xe2, 0x73, 0x5b, 0x41, 0x6c, 0xc6, 0x45, 0x99, 0x6c, 0xb5, 0x03, 0x4f, 0x65, + 0xd2, 0xaf, 0x0d, 0xe7, 0x5e, 0x7e, 0xf9, 0xe5, 0x97, 0x13, 0xf2, 0xd7, 0x86, 0x60, 0xaa, 0xd3, + 0x9c, 0xe9, 0x38, 0x7d, 0x8f, 0xc2, 0x90, 0xd1, 0x6a, 0x6e, 0x63, 0x9b, 0x1a, 0x69, 0x50, 0xe1, + 0x4f, 0x68, 0x1e, 0x06, 0x1b, 0xea, 0x36, 0x6e, 0xe4, 0x53, 0xb3, 0xd2, 0xc9, 0xb1, 0x33, 0x0f, + 0xf6, 0x35, 0x2b, 0xe7, 0x96, 0x09, 0x89, 0xc2, 0x28, 0xd1, 0x9b, 0x20, 0xc5, 0x43, 0x34, 0xe1, + 0x70, 0xaa, 0x3f, 0x0e, 0x64, 0x2e, 0x29, 0x94, 0x0e, 0xdd, 0x01, 0x19, 0xf2, 0x97, 0xf9, 0xc6, + 0x10, 0x95, 0x39, 0x4d, 0x00, 0xc4, 0x2f, 0x50, 0x01, 0xd2, 0x74, 0x9a, 0xd4, 0xb0, 0x48, 0x6d, + 0xde, 0x33, 0x71, 0xac, 0x1a, 0xde, 0x51, 0x5b, 0x0d, 0xb7, 0x7a, 0x45, 0x6d, 0xb4, 0x30, 0x75, + 0xf8, 0x8c, 0x92, 0xe5, 0xc0, 0xcb, 0x04, 0x86, 0x66, 0x60, 0x84, 0xcd, 0x2a, 0xdd, 0xa8, 0xe1, + 0x6b, 0x34, 0x7a, 0x0e, 0x2a, 0x6c, 0xa2, 0x2d, 0x11, 0x08, 0xe9, 0xfe, 0x05, 0xc7, 0x34, 0x84, + 0x6b, 0xd2, 0x2e, 0x08, 0x80, 0x76, 0xff, 0x44, 0x34, 0x70, 0xdf, 0xd9, 0x59, 0xbd, 0xb6, 0xb9, + 0x74, 0x3f, 0x8c, 0x53, 0x8c, 0xc7, 0xf8, 0xd0, 0xab, 0x8d, 0xfc, 0xc4, 0xac, 0x74, 0x32, 0xad, + 0x8c, 0x31, 0xf0, 0x1a, 0x87, 0xca, 0x5f, 0x49, 0x40, 0x8a, 0x06, 0x96, 0x71, 0x18, 0xd9, 0x7c, + 0xcb, 0x7a, 0xa5, 0x5a, 0x5e, 0xdb, 0x2a, 0x2d, 0x57, 0x72, 0x12, 0x1a, 0x03, 0xa0, 0x80, 0x0b, + 0xcb, 0x6b, 0xf3, 0x9b, 0xb9, 0x84, 0xf7, 0xbc, 0xb4, 0xba, 0x79, 0xee, 0xf1, 0x5c, 0xd2, 0x23, + 0xd8, 0x62, 0x80, 0x54, 0x10, 0xe1, 0xb1, 0x33, 0xb9, 0x41, 0x94, 0x83, 0x2c, 0x63, 0xb0, 0xf4, + 0x7c, 0xa5, 0x7c, 0xee, 0xf1, 0xdc, 0x50, 0x18, 0xf2, 0xd8, 0x99, 0xdc, 0x30, 0x1a, 0x85, 0x0c, + 0x85, 0x94, 0xd6, 0xd6, 0x96, 0x73, 0x69, 0x8f, 0xe7, 0xc6, 0xa6, 0xb2, 0xb4, 0xba, 0x98, 0xcb, + 0x78, 0x3c, 0x17, 0x95, 0xb5, 0xad, 0xf5, 0x1c, 0x78, 0x1c, 0x56, 0x2a, 0x1b, 0x1b, 0xf3, 0x8b, + 0x95, 0xdc, 0x88, 0x87, 0x51, 0x7a, 0xcb, 0x66, 0x65, 0x23, 0x97, 0x0d, 0x89, 0xf5, 0xd8, 0x99, + 0xdc, 0xa8, 0xd7, 0x45, 0x65, 0x75, 0x6b, 0x25, 0x37, 0x86, 0x26, 0x60, 0x94, 0x75, 0x21, 0x84, + 0x18, 0x8f, 0x80, 0xce, 0x3d, 0x9e, 0xcb, 0xf9, 0x82, 0x30, 0x2e, 0x13, 0x21, 0xc0, 0xb9, 0xc7, + 0x73, 0x48, 0x5e, 0x80, 0x41, 0xea, 0x86, 0x08, 0xc1, 0xd8, 0xf2, 0x7c, 0xa9, 0xb2, 0x5c, 0x5d, + 0x5b, 0xdf, 0x5c, 0x5a, 0x5b, 0x9d, 0x5f, 0xce, 0x49, 0x3e, 0x4c, 0xa9, 0x3c, 0xbb, 0xb5, 0xa4, + 0x54, 0xca, 0xb9, 0x44, 0x10, 0xb6, 0x5e, 0x99, 0xdf, 0xac, 0x94, 0x73, 0x49, 0x59, 0x83, 0xa9, + 0x4e, 0x01, 0xb5, 0xe3, 0x14, 0x0a, 0xf8, 0x42, 0xa2, 0x8b, 0x2f, 0x50, 0x5e, 0x51, 0x5f, 0x90, + 0xbf, 0x93, 0x80, 0xc9, 0x0e, 0x49, 0xa5, 0x63, 0x27, 0x4f, 0xc3, 0x20, 0xf3, 0x65, 0x96, 0x66, + 0x1f, 0xe8, 0x98, 0x9d, 0xa8, 0x67, 0xb7, 0xa5, 0x5a, 0x4a, 0x17, 0x2c, 0x35, 0x92, 0x5d, 0x4a, + 0x0d, 0xc2, 0xa2, 0xcd, 0x61, 0x7f, 0xa6, 0x2d, 0xf8, 0xb3, 0xfc, 0x78, 0xae, 0x9f, 0xfc, 0x48, + 0x61, 0x07, 0x4b, 0x02, 0x83, 0x1d, 0x92, 0xc0, 0x79, 0x98, 0x68, 0x63, 0xd4, 0x77, 0x30, 0x7e, + 0xaf, 0x04, 0xf9, 0x6e, 0xc6, 0x89, 0x09, 0x89, 0x89, 0x50, 0x48, 0x3c, 0x1f, 0xb5, 0xe0, 0x5d, + 0xdd, 0x07, 0xa1, 0x6d, 0xac, 0x3f, 0x27, 0xc1, 0xd1, 0xce, 0x25, 0x65, 0x47, 0x19, 0xde, 0x04, + 0x43, 0x4d, 0xec, 0xee, 0x9a, 0xa2, 0xac, 0xba, 0xaf, 0x43, 0xb2, 0x26, 0xcd, 0xd1, 0xc1, 0xe6, + 0x54, 0xc1, 0x6c, 0x9f, 0xec, 0x56, 0x17, 0x32, 0x69, 0xda, 0x24, 0xfd, 0x60, 0x02, 0x8e, 0x74, + 0x64, 0xde, 0x51, 0xd0, 0x3b, 0x01, 0x74, 0xc3, 0x6a, 0xb9, 0xac, 0x74, 0x62, 0x91, 0x38, 0x43, + 0x21, 0x34, 0x78, 0x91, 0x28, 0xdb, 0x72, 0xbd, 0xf6, 0x24, 0x6d, 0x07, 0x06, 0xa2, 0x08, 0x4f, + 0xfa, 0x82, 0xa6, 0xa8, 0xa0, 0xd3, 0x5d, 0x34, 0x6d, 0x73, 0xcc, 0x47, 0x20, 0xa7, 0x35, 0x74, + 0x6c, 0xb8, 0x55, 0xc7, 0xb5, 0xb1, 0xda, 0xd4, 0x8d, 0x3a, 0x4d, 0x35, 0xe9, 0xe2, 0xe0, 0x8e, + 0xda, 0x70, 0xb0, 0x32, 0xce, 0x9a, 0x37, 0x44, 0x2b, 0xa1, 0xa0, 0x0e, 0x64, 0x07, 0x28, 0x86, + 0x42, 0x14, 0xac, 0xd9, 0xa3, 0x90, 0x3f, 0x9c, 0x81, 0x91, 0x40, 0x01, 0x8e, 0xee, 0x82, 0xec, + 0x0b, 0xea, 0x15, 0xb5, 0x2a, 0x16, 0x55, 0xcc, 0x12, 0x23, 0x04, 0xb6, 0xce, 0x17, 0x56, 0x8f, + 0xc0, 0x14, 0x45, 0x31, 0x5b, 0x2e, 0xb6, 0xab, 0x5a, 0x43, 0x75, 0x1c, 0x6a, 0xb4, 0x34, 0x45, + 0x45, 0xa4, 0x6d, 0x8d, 0x34, 0x2d, 0x88, 0x16, 0x74, 0x16, 0x26, 0x29, 0x45, 0xb3, 0xd5, 0x70, + 0x75, 0xab, 0x81, 0xab, 0x64, 0x99, 0xe7, 0xd0, 0x94, 0xe3, 0x49, 0x36, 0x41, 0x30, 0x56, 0x38, + 0x02, 0x91, 0xc8, 0x41, 0x65, 0xb8, 0x93, 0x92, 0xd5, 0xb1, 0x81, 0x6d, 0xd5, 0xc5, 0x55, 0xfc, + 0x62, 0x4b, 0x6d, 0x38, 0x55, 0xd5, 0xa8, 0x55, 0x77, 0x55, 0x67, 0x37, 0x3f, 0x45, 0x18, 0x94, + 0x12, 0x79, 0x49, 0x39, 0x4e, 0x10, 0x17, 0x39, 0x5e, 0x85, 0xa2, 0xcd, 0x1b, 0xb5, 0x8b, 0xaa, + 0xb3, 0x8b, 0x8a, 0x70, 0x94, 0x72, 0x71, 0x5c, 0x5b, 0x37, 0xea, 0x55, 0x6d, 0x17, 0x6b, 0x7b, + 0xd5, 0x96, 0xbb, 0xf3, 0x64, 0xfe, 0x8e, 0x60, 0xff, 0x54, 0xc2, 0x0d, 0x8a, 0xb3, 0x40, 0x50, + 0xb6, 0xdc, 0x9d, 0x27, 0xd1, 0x06, 0x64, 0xc9, 0x60, 0x34, 0xf5, 0x97, 0x70, 0x75, 0xc7, 0xb4, + 0x69, 0x0e, 0x1d, 0xeb, 0x10, 0x9a, 0x02, 0x16, 0x9c, 0x5b, 0xe3, 0x04, 0x2b, 0x66, 0x0d, 0x17, + 0x07, 0x37, 0xd6, 0x2b, 0x95, 0xb2, 0x32, 0x22, 0xb8, 0x5c, 0x30, 0x6d, 0xe2, 0x50, 0x75, 0xd3, + 0x33, 0xf0, 0x08, 0x73, 0xa8, 0xba, 0x29, 0xcc, 0x7b, 0x16, 0x26, 0x35, 0x8d, 0xe9, 0xac, 0x6b, + 0x55, 0xbe, 0x18, 0x73, 0xf2, 0xb9, 0x90, 0xb1, 0x34, 0x6d, 0x91, 0x21, 0x70, 0x1f, 0x77, 0xd0, + 0x53, 0x70, 0xc4, 0x37, 0x56, 0x90, 0x70, 0xa2, 0x4d, 0xcb, 0x28, 0xe9, 0x59, 0x98, 0xb4, 0xf6, + 0xdb, 0x09, 0x51, 0xa8, 0x47, 0x6b, 0x3f, 0x4a, 0xf6, 0x04, 0x4c, 0x59, 0xbb, 0x56, 0x3b, 0xdd, + 0xa9, 0x20, 0x1d, 0xb2, 0x76, 0xad, 0x28, 0xe1, 0xbd, 0x74, 0x65, 0x6e, 0x63, 0x4d, 0x75, 0x71, + 0x2d, 0x7f, 0x2c, 0x88, 0x1e, 0x68, 0x40, 0x73, 0x90, 0xd3, 0xb4, 0x2a, 0x36, 0xd4, 0xed, 0x06, + 0xae, 0xaa, 0x36, 0x36, 0x54, 0x27, 0x3f, 0x43, 0x91, 0x53, 0xae, 0xdd, 0xc2, 0xca, 0x98, 0xa6, + 0x55, 0x68, 0xe3, 0x3c, 0x6d, 0x43, 0xa7, 0x60, 0xc2, 0xdc, 0x7e, 0x41, 0x63, 0x1e, 0x59, 0xb5, + 0x6c, 0xbc, 0xa3, 0x5f, 0xcb, 0xdf, 0x43, 0xcd, 0x3b, 0x4e, 0x1a, 0xa8, 0x3f, 0xae, 0x53, 0x30, + 0x7a, 0x00, 0x72, 0x9a, 0xb3, 0xab, 0xda, 0x16, 0x0d, 0xc9, 0x8e, 0xa5, 0x6a, 0x38, 0x7f, 0x2f, + 0x43, 0x65, 0xf0, 0x55, 0x01, 0x26, 0x33, 0xc2, 0xb9, 0xaa, 0xef, 0xb8, 0x82, 0xe3, 0xfd, 0x6c, + 0x46, 0x50, 0x18, 0xe7, 0x76, 0x12, 0x72, 0xc4, 0x12, 0xa1, 0x8e, 0x4f, 0x52, 0xb4, 0x31, 0x6b, + 0xd7, 0x0a, 0xf6, 0x7b, 0x37, 0x8c, 0x12, 0x4c, 0xbf, 0xd3, 0x07, 0x58, 0xe1, 0x66, 0xed, 0x06, + 0x7a, 0x7c, 0x1c, 0x8e, 0x12, 0xa4, 0x26, 0x76, 0xd5, 0x9a, 0xea, 0xaa, 0x01, 0xec, 0x87, 0x28, + 0x36, 0x31, 0xfb, 0x0a, 0x6f, 0x0c, 0xc9, 0x69, 0xb7, 0xb6, 0xf7, 0x3d, 0xc7, 0x7a, 0x98, 0xc9, + 0x49, 0x60, 0xc2, 0xb5, 0x6e, 0x5b, 0x71, 0x2e, 0x17, 0x21, 0x1b, 0xf4, 0x7b, 0x94, 0x01, 0xe6, + 0xf9, 0x39, 0x89, 0x14, 0x41, 0x0b, 0x6b, 0x65, 0x52, 0xbe, 0xbc, 0xb5, 0x92, 0x4b, 0x90, 0x32, + 0x6a, 0x79, 0x69, 0xb3, 0x52, 0x55, 0xb6, 0x56, 0x37, 0x97, 0x56, 0x2a, 0xb9, 0x64, 0xa0, 0xb0, + 0x7f, 0x26, 0x95, 0xbe, 0x2f, 0x77, 0xbf, 0xfc, 0xed, 0x04, 0x8c, 0x85, 0x57, 0x6a, 0xe8, 0x0d, + 0x70, 0x4c, 0x6c, 0xab, 0x38, 0xd8, 0xad, 0x5e, 0xd5, 0x6d, 0x3a, 0x21, 0x9b, 0x2a, 0x4b, 0x8e, + 0x9e, 0xff, 0x4c, 0x71, 0xac, 0x0d, 0xec, 0x3e, 0xa7, 0xdb, 0x64, 0xba, 0x35, 0x55, 0x17, 0x2d, + 0xc3, 0x8c, 0x61, 0x56, 0x1d, 0x57, 0x35, 0x6a, 0xaa, 0x5d, 0xab, 0xfa, 0x1b, 0x5a, 0x55, 0x55, + 0xd3, 0xb0, 0xe3, 0x98, 0x2c, 0x11, 0x7a, 0x5c, 0x4e, 0x18, 0xe6, 0x06, 0x47, 0xf6, 0x33, 0xc4, + 0x3c, 0x47, 0x8d, 0xb8, 0x6f, 0xb2, 0x9b, 0xfb, 0xde, 0x01, 0x99, 0xa6, 0x6a, 0x55, 0xb1, 0xe1, + 0xda, 0xfb, 0xb4, 0x3e, 0x4f, 0x2b, 0xe9, 0xa6, 0x6a, 0x55, 0xc8, 0xf3, 0x4f, 0x64, 0x99, 0xf4, + 0x4c, 0x2a, 0x9d, 0xce, 0x65, 0x9e, 0x49, 0xa5, 0x33, 0x39, 0x90, 0x5f, 0x4d, 0x42, 0x36, 0x58, + 0xaf, 0x93, 0xe5, 0x8f, 0x46, 0x33, 0x96, 0x44, 0x63, 0xda, 0xdd, 0x3d, 0xab, 0xfb, 0xb9, 0x05, + 0x92, 0xca, 0x8a, 0x43, 0xac, 0x38, 0x56, 0x18, 0x25, 0x29, 0x23, 0x88, 0xb3, 0x61, 0x56, 0x8c, + 0xa4, 0x15, 0xfe, 0x84, 0x16, 0x61, 0xe8, 0x05, 0x87, 0xf2, 0x1e, 0xa2, 0xbc, 0xef, 0xe9, 0xcd, + 0xfb, 0x99, 0x0d, 0xca, 0x3c, 0xf3, 0xcc, 0x46, 0x75, 0x75, 0x4d, 0x59, 0x99, 0x5f, 0x56, 0x38, + 0x39, 0x3a, 0x0e, 0xa9, 0x86, 0xfa, 0xd2, 0x7e, 0x38, 0xe9, 0x51, 0x50, 0xbf, 0x83, 0x70, 0x1c, + 0x52, 0x57, 0xb1, 0xba, 0x17, 0x4e, 0x35, 0x14, 0x74, 0x1b, 0x27, 0xc3, 0x69, 0x18, 0xa4, 0xf6, + 0x42, 0x00, 0xdc, 0x62, 0xb9, 0x01, 0x94, 0x86, 0xd4, 0xc2, 0x9a, 0x42, 0x26, 0x44, 0x0e, 0xb2, + 0x0c, 0x5a, 0x5d, 0x5f, 0xaa, 0x2c, 0x54, 0x72, 0x09, 0xf9, 0x2c, 0x0c, 0x31, 0x23, 0x90, 0xc9, + 0xe2, 0x99, 0x21, 0x37, 0xc0, 0x1f, 0x39, 0x0f, 0x49, 0xb4, 0x6e, 0xad, 0x94, 0x2a, 0x4a, 0x2e, + 0x11, 0x1e, 0xea, 0x54, 0x6e, 0x50, 0x76, 0x20, 0x1b, 0xac, 0xc3, 0x7f, 0x32, 0x8b, 0xf1, 0xaf, + 0x4a, 0x30, 0x12, 0xa8, 0xab, 0x49, 0x41, 0xa4, 0x36, 0x1a, 0xe6, 0xd5, 0xaa, 0xda, 0xd0, 0x55, + 0x87, 0xbb, 0x06, 0x50, 0xd0, 0x3c, 0x81, 0xf4, 0x3b, 0x74, 0x3f, 0xa1, 0x29, 0x32, 0x98, 0x1b, + 0x92, 0x3f, 0x25, 0x41, 0x2e, 0x5a, 0xd8, 0x46, 0xc4, 0x94, 0x5e, 0x4f, 0x31, 0xe5, 0x4f, 0x4a, + 0x30, 0x16, 0xae, 0x66, 0x23, 0xe2, 0xdd, 0xf5, 0xba, 0x8a, 0xf7, 0x47, 0x09, 0x18, 0x0d, 0xd5, + 0xb0, 0xfd, 0x4a, 0xf7, 0x22, 0x4c, 0xe8, 0x35, 0xdc, 0xb4, 0x4c, 0x17, 0x1b, 0xda, 0x7e, 0xb5, + 0x81, 0xaf, 0xe0, 0x46, 0x5e, 0xa6, 0x41, 0xe3, 0x74, 0xef, 0x2a, 0x79, 0x6e, 0xc9, 0xa7, 0x5b, + 0x26, 0x64, 0xc5, 0xc9, 0xa5, 0x72, 0x65, 0x65, 0x7d, 0x6d, 0xb3, 0xb2, 0xba, 0xf0, 0x96, 0xea, + 0xd6, 0xea, 0xa5, 0xd5, 0xb5, 0xe7, 0x56, 0x95, 0x9c, 0x1e, 0x41, 0xbb, 0x8d, 0xd3, 0x7e, 0x1d, + 0x72, 0x51, 0xa1, 0xd0, 0x31, 0xe8, 0x24, 0x56, 0x6e, 0x00, 0x4d, 0xc2, 0xf8, 0xea, 0x5a, 0x75, + 0x63, 0xa9, 0x5c, 0xa9, 0x56, 0x2e, 0x5c, 0xa8, 0x2c, 0x6c, 0x6e, 0xb0, 0x7d, 0x0f, 0x0f, 0x7b, + 0x33, 0x34, 0xc1, 0xe5, 0x8f, 0x27, 0x61, 0xb2, 0x83, 0x24, 0x68, 0x9e, 0xaf, 0x58, 0xd8, 0x22, + 0xea, 0xe1, 0x7e, 0xa4, 0x9f, 0x23, 0x35, 0xc3, 0xba, 0x6a, 0xbb, 0x7c, 0x81, 0xf3, 0x00, 0x10, + 0x2b, 0x19, 0xae, 0xbe, 0xa3, 0x63, 0x9b, 0xef, 0x27, 0xb1, 0x65, 0xcc, 0xb8, 0x0f, 0x67, 0x5b, + 0x4a, 0x0f, 0x01, 0xb2, 0x4c, 0x47, 0x77, 0xf5, 0x2b, 0xb8, 0xaa, 0x1b, 0x62, 0xf3, 0x89, 0x2c, + 0x6b, 0x52, 0x4a, 0x4e, 0xb4, 0x2c, 0x19, 0xae, 0x87, 0x6d, 0xe0, 0xba, 0x1a, 0xc1, 0x26, 0xc1, + 0x3c, 0xa9, 0xe4, 0x44, 0x8b, 0x87, 0x7d, 0x17, 0x64, 0x6b, 0x66, 0x8b, 0xd4, 0x7a, 0x0c, 0x8f, + 0xe4, 0x0e, 0x49, 0x19, 0x61, 0x30, 0x0f, 0x85, 0x57, 0xf1, 0xfe, 0xae, 0x57, 0x56, 0x19, 0x61, + 0x30, 0x86, 0x72, 0x3f, 0x8c, 0xab, 0xf5, 0xba, 0x4d, 0x98, 0x0b, 0x46, 0x6c, 0x5d, 0x32, 0xe6, + 0x81, 0x29, 0x62, 0xe1, 0x19, 0x48, 0x0b, 0x3b, 0x90, 0x54, 0x4d, 0x2c, 0x51, 0xb5, 0xd8, 0x62, + 0x3b, 0x71, 0x32, 0xa3, 0xa4, 0x0d, 0xd1, 0x78, 0x17, 0x64, 0x75, 0xa7, 0xea, 0x6f, 0xe2, 0x27, + 0x66, 0x13, 0x27, 0xd3, 0xca, 0x88, 0xee, 0x78, 0x1b, 0xa0, 0xf2, 0xe7, 0x12, 0x30, 0x16, 0x7e, + 0x09, 0x81, 0xca, 0x90, 0x6e, 0x98, 0x9a, 0x4a, 0x5d, 0x8b, 0xbd, 0x01, 0x3b, 0x19, 0xf3, 0xde, + 0x62, 0x6e, 0x99, 0xe3, 0x2b, 0x1e, 0x65, 0xe1, 0x77, 0x25, 0x48, 0x0b, 0x30, 0x3a, 0x0a, 0x29, + 0x4b, 0x75, 0x77, 0x29, 0xbb, 0xc1, 0x52, 0x22, 0x27, 0x29, 0xf4, 0x99, 0xc0, 0x1d, 0x4b, 0x35, + 0xa8, 0x0b, 0x70, 0x38, 0x79, 0x26, 0xe3, 0xda, 0xc0, 0x6a, 0x8d, 0x2e, 0x7a, 0xcc, 0x66, 0x13, + 0x1b, 0xae, 0x23, 0xc6, 0x95, 0xc3, 0x17, 0x38, 0x18, 0x3d, 0x08, 0x13, 0xae, 0xad, 0xea, 0x8d, + 0x10, 0x6e, 0x8a, 0xe2, 0xe6, 0x44, 0x83, 0x87, 0x5c, 0x84, 0xe3, 0x82, 0x6f, 0x0d, 0xbb, 0xaa, + 0xb6, 0x8b, 0x6b, 0x3e, 0xd1, 0x10, 0xdd, 0xdc, 0x38, 0xc6, 0x11, 0xca, 0xbc, 0x5d, 0xd0, 0xca, + 0xdf, 0x96, 0x60, 0x42, 0x2c, 0xd3, 0x6a, 0x9e, 0xb1, 0x56, 0x00, 0x54, 0xc3, 0x30, 0xdd, 0xa0, + 0xb9, 0xda, 0x5d, 0xb9, 0x8d, 0x6e, 0x6e, 0xde, 0x23, 0x52, 0x02, 0x0c, 0x0a, 0x4d, 0x00, 0xbf, + 0xa5, 0xab, 0xd9, 0x66, 0x60, 0x84, 0xbf, 0x61, 0xa2, 0xaf, 0x29, 0xd9, 0xc2, 0x1e, 0x18, 0x88, + 0xac, 0xe7, 0xd0, 0x14, 0x0c, 0x6e, 0xe3, 0xba, 0x6e, 0xf0, 0x7d, 0x63, 0xf6, 0x20, 0xb6, 0x5f, + 0x52, 0xde, 0xf6, 0x4b, 0xe9, 0xaf, 0xc2, 0xa4, 0x66, 0x36, 0xa3, 0xe2, 0x96, 0x72, 0x91, 0xcd, + 0x05, 0xe7, 0xa2, 0xf4, 0xd6, 0x87, 0x39, 0x52, 0xdd, 0x6c, 0xa8, 0x46, 0x7d, 0xce, 0xb4, 0xeb, + 0xfe, 0x6b, 0x56, 0x52, 0xf1, 0x38, 0x81, 0x97, 0xad, 0xd6, 0xf6, 0x9f, 0x4b, 0xd2, 0x2f, 0x26, + 0x92, 0x8b, 0xeb, 0xa5, 0xcf, 0x27, 0x0a, 0x8b, 0x8c, 0x70, 0x5d, 0x18, 0x43, 0xc1, 0x3b, 0x0d, + 0xac, 0x11, 0x05, 0xe1, 0x7b, 0x0f, 0xc2, 0x54, 0xdd, 0xac, 0x9b, 0x94, 0xd3, 0x69, 0xf2, 0x8b, + 0xbf, 0xa7, 0xcd, 0x78, 0xd0, 0x42, 0xec, 0x4b, 0xdd, 0xe2, 0x2a, 0x4c, 0x72, 0xe4, 0x2a, 0x7d, + 0x51, 0xc4, 0x96, 0x31, 0xa8, 0xe7, 0x1e, 0x5a, 0xfe, 0x8b, 0xdf, 0xa5, 0xe9, 0x5b, 0x99, 0xe0, + 0xa4, 0xa4, 0x8d, 0xad, 0x74, 0x8a, 0x0a, 0x1c, 0x09, 0xf1, 0x63, 0x93, 0x14, 0xdb, 0x31, 0x1c, + 0x7f, 0x9b, 0x73, 0x9c, 0x0c, 0x70, 0xdc, 0xe0, 0xa4, 0xc5, 0x05, 0x18, 0x3d, 0x08, 0xaf, 0x7f, + 0xc9, 0x79, 0x65, 0x71, 0x90, 0xc9, 0x22, 0x8c, 0x53, 0x26, 0x5a, 0xcb, 0x71, 0xcd, 0x26, 0x8d, + 0x80, 0xbd, 0xd9, 0xfc, 0xce, 0x77, 0xd9, 0xac, 0x19, 0x23, 0x64, 0x0b, 0x1e, 0x55, 0xb1, 0x08, + 0xf4, 0xdd, 0x58, 0x0d, 0x6b, 0x8d, 0x18, 0x0e, 0x5f, 0xe7, 0x82, 0x78, 0xf8, 0xc5, 0xcb, 0x30, + 0x45, 0x7e, 0xd3, 0x00, 0x15, 0x94, 0x24, 0x7e, 0xc3, 0x2d, 0xff, 0xed, 0xf7, 0xb2, 0x89, 0x39, + 0xe9, 0x31, 0x08, 0xc8, 0x14, 0x18, 0xc5, 0x3a, 0x76, 0x5d, 0x6c, 0x3b, 0x55, 0xb5, 0xd1, 0x49, + 0xbc, 0xc0, 0x8e, 0x45, 0xfe, 0x63, 0xdf, 0x0f, 0x8f, 0xe2, 0x22, 0xa3, 0x9c, 0x6f, 0x34, 0x8a, + 0x5b, 0x70, 0xac, 0x83, 0x57, 0xf4, 0xc1, 0xf3, 0xe3, 0x9c, 0xe7, 0x54, 0x9b, 0x67, 0x10, 0xb6, + 0xeb, 0x20, 0xe0, 0xde, 0x58, 0xf6, 0xc1, 0xf3, 0x13, 0x9c, 0x27, 0xe2, 0xb4, 0x62, 0x48, 0x09, + 0xc7, 0x67, 0x60, 0xe2, 0x0a, 0xb6, 0xb7, 0x4d, 0x87, 0xef, 0x12, 0xf5, 0xc1, 0xee, 0x93, 0x9c, + 0xdd, 0x38, 0x27, 0xa4, 0xdb, 0x46, 0x84, 0xd7, 0x53, 0x90, 0xde, 0x51, 0x35, 0xdc, 0x07, 0x8b, + 0xeb, 0x9c, 0xc5, 0x30, 0xc1, 0x27, 0xa4, 0xf3, 0x90, 0xad, 0x9b, 0x3c, 0x47, 0xc5, 0x93, 0x7f, + 0x8a, 0x93, 0x8f, 0x08, 0x1a, 0xce, 0xc2, 0x32, 0xad, 0x56, 0x83, 0x24, 0xb0, 0x78, 0x16, 0x7f, + 0x47, 0xb0, 0x10, 0x34, 0x9c, 0xc5, 0x01, 0xcc, 0xfa, 0x69, 0xc1, 0xc2, 0x09, 0xd8, 0xf3, 0x69, + 0x18, 0x31, 0x8d, 0xc6, 0xbe, 0x69, 0xf4, 0x23, 0xc4, 0x67, 0x38, 0x07, 0xe0, 0x24, 0x84, 0xc1, + 0x79, 0xc8, 0xf4, 0x3b, 0x10, 0xbf, 0xfc, 0x7d, 0x31, 0x3d, 0xc4, 0x08, 0x2c, 0xc2, 0xb8, 0x08, + 0x50, 0xba, 0x69, 0xf4, 0xc1, 0xe2, 0xef, 0x72, 0x16, 0x63, 0x01, 0x32, 0xae, 0x86, 0x8b, 0x1d, + 0xb7, 0x8e, 0xfb, 0x61, 0xf2, 0x39, 0xa1, 0x06, 0x27, 0xe1, 0xa6, 0xdc, 0xc6, 0x86, 0xb6, 0xdb, + 0x1f, 0x87, 0x5f, 0x11, 0xa6, 0x14, 0x34, 0x84, 0xc5, 0x02, 0x8c, 0x36, 0x55, 0xdb, 0xd9, 0x55, + 0x1b, 0x7d, 0x0d, 0xc7, 0xdf, 0xe3, 0x3c, 0xb2, 0x1e, 0x11, 0xb7, 0x48, 0xcb, 0x38, 0x08, 0x9b, + 0xcf, 0x0b, 0x8b, 0x04, 0xc8, 0xf8, 0xd4, 0x73, 0x5c, 0xba, 0xa5, 0x76, 0x10, 0x6e, 0xbf, 0x2a, + 0xa6, 0x1e, 0xa3, 0x5d, 0x09, 0x72, 0x3c, 0x0f, 0x19, 0x47, 0x7f, 0xa9, 0x2f, 0x36, 0x5f, 0x10, + 0x23, 0x4d, 0x09, 0x08, 0xf1, 0x5b, 0xe0, 0x78, 0xc7, 0x34, 0xd1, 0x07, 0xb3, 0xbf, 0xcf, 0x99, + 0x1d, 0xed, 0x90, 0x2a, 0x78, 0x48, 0x38, 0x28, 0xcb, 0x5f, 0x13, 0x21, 0x01, 0x47, 0x78, 0xad, + 0x93, 0x55, 0x83, 0xa3, 0xee, 0x1c, 0xcc, 0x6a, 0xbf, 0x2e, 0xac, 0xc6, 0x68, 0x43, 0x56, 0xdb, + 0x84, 0xa3, 0x9c, 0xe3, 0xc1, 0xc6, 0xf5, 0x37, 0x44, 0x60, 0x65, 0xd4, 0x5b, 0xe1, 0xd1, 0x7d, + 0x1b, 0x14, 0x3c, 0x73, 0x8a, 0xf2, 0xd4, 0xa9, 0x36, 0x55, 0xab, 0x0f, 0xce, 0x5f, 0xe4, 0x9c, + 0x45, 0xc4, 0xf7, 0xea, 0x5b, 0x67, 0x45, 0xb5, 0x08, 0xf3, 0xe7, 0x21, 0x2f, 0x98, 0xb7, 0x0c, + 0x1b, 0x6b, 0x66, 0xdd, 0xd0, 0x5f, 0xc2, 0xb5, 0x3e, 0x58, 0xff, 0x66, 0x64, 0xa8, 0xb6, 0x02, + 0xe4, 0x84, 0xf3, 0x12, 0xe4, 0xbc, 0x5a, 0xa5, 0xaa, 0x37, 0x2d, 0xd3, 0x76, 0x63, 0x38, 0x7e, + 0x49, 0x8c, 0x94, 0x47, 0xb7, 0x44, 0xc9, 0x8a, 0x15, 0x60, 0xef, 0x99, 0xfb, 0x75, 0xc9, 0x2f, + 0x73, 0x46, 0xa3, 0x3e, 0x15, 0x0f, 0x1c, 0x9a, 0xd9, 0xb4, 0x54, 0xbb, 0x9f, 0xf8, 0xf7, 0x0f, + 0x44, 0xe0, 0xe0, 0x24, 0x3c, 0x70, 0x90, 0x8a, 0x8e, 0x64, 0xfb, 0x3e, 0x38, 0x7c, 0x45, 0x04, + 0x0e, 0x41, 0xc3, 0x59, 0x88, 0x82, 0xa1, 0x0f, 0x16, 0xff, 0x50, 0xb0, 0x10, 0x34, 0x84, 0xc5, + 0xb3, 0x7e, 0xa2, 0xb5, 0x71, 0x5d, 0x77, 0x5c, 0x9b, 0x15, 0xc5, 0xbd, 0x59, 0xfd, 0xa3, 0xef, + 0x87, 0x8b, 0x30, 0x25, 0x40, 0x4a, 0x22, 0x11, 0xdf, 0x64, 0xa5, 0x6b, 0xa6, 0x78, 0xc1, 0x7e, + 0x4b, 0x44, 0xa2, 0x00, 0x19, 0x91, 0x2d, 0x50, 0x21, 0x12, 0xb3, 0x6b, 0x64, 0xa5, 0xd0, 0x07, + 0xbb, 0x7f, 0x1c, 0x11, 0x6e, 0x43, 0xd0, 0x12, 0x9e, 0x81, 0xfa, 0xa7, 0x65, 0xec, 0xe1, 0xfd, + 0xbe, 0xbc, 0xf3, 0x9f, 0x44, 0xea, 0x9f, 0x2d, 0x46, 0xc9, 0x62, 0xc8, 0x78, 0xa4, 0x9e, 0x42, + 0x71, 0xa7, 0x8a, 0xf2, 0xef, 0xfe, 0x21, 0xd7, 0x37, 0x5c, 0x4e, 0x15, 0x97, 0x89, 0x93, 0x87, + 0x8b, 0x9e, 0x78, 0x66, 0xef, 0xfd, 0xa1, 0xe7, 0xe7, 0xa1, 0x9a, 0xa7, 0x78, 0x01, 0x46, 0x43, + 0x05, 0x4f, 0x3c, 0xab, 0xf7, 0x71, 0x56, 0xd9, 0x60, 0xbd, 0x53, 0x3c, 0x0b, 0x29, 0x52, 0xbc, + 0xc4, 0x93, 0xff, 0x35, 0x4e, 0x4e, 0xd1, 0x8b, 0x6f, 0x84, 0xb4, 0x28, 0x5a, 0xe2, 0x49, 0xdf, + 0xcf, 0x49, 0x3d, 0x12, 0x42, 0x2e, 0x0a, 0x96, 0x78, 0xf2, 0xbf, 0x2e, 0xc8, 0x05, 0x09, 0x21, + 0xef, 0xdf, 0x84, 0x5f, 0xfd, 0xd9, 0x14, 0x4f, 0x3a, 0xc2, 0x76, 0xe7, 0x61, 0x98, 0x57, 0x2a, + 0xf1, 0xd4, 0x1f, 0xe4, 0x9d, 0x0b, 0x8a, 0xe2, 0x13, 0x30, 0xd8, 0xa7, 0xc1, 0x7f, 0x8e, 0x93, + 0x32, 0xfc, 0xe2, 0x02, 0x8c, 0x04, 0xaa, 0x93, 0x78, 0xf2, 0xbf, 0xc1, 0xc9, 0x83, 0x54, 0x44, + 0x74, 0x5e, 0x9d, 0xc4, 0x33, 0xf8, 0x79, 0x21, 0x3a, 0xa7, 0x20, 0x66, 0x13, 0x85, 0x49, 0x3c, + 0xf5, 0x87, 0x84, 0xd5, 0x05, 0x49, 0xf1, 0x69, 0xc8, 0x78, 0xc9, 0x26, 0x9e, 0xfe, 0xc3, 0x9c, + 0xde, 0xa7, 0x21, 0x16, 0x08, 0x24, 0xbb, 0x78, 0x16, 0x7f, 0x53, 0x58, 0x20, 0x40, 0x45, 0xa6, + 0x51, 0xb4, 0x80, 0x89, 0xe7, 0xf4, 0x11, 0x31, 0x8d, 0x22, 0xf5, 0x0b, 0x19, 0x4d, 0x1a, 0xf3, + 0xe3, 0x59, 0xfc, 0x2d, 0x31, 0x9a, 0x14, 0x9f, 0x88, 0x11, 0xad, 0x08, 0xe2, 0x79, 0xfc, 0x82, + 0x10, 0x23, 0x52, 0x10, 0x14, 0xd7, 0x01, 0xb5, 0x57, 0x03, 0xf1, 0xfc, 0x3e, 0xca, 0xf9, 0x4d, + 0xb4, 0x15, 0x03, 0xc5, 0xe7, 0xe0, 0x68, 0xe7, 0x4a, 0x20, 0x9e, 0xeb, 0xc7, 0x7e, 0x18, 0x59, + 0xbb, 0x05, 0x0b, 0x81, 0xe2, 0xa6, 0x9f, 0x52, 0x82, 0x55, 0x40, 0x3c, 0xdb, 0x8f, 0xff, 0x30, + 0x1c, 0xb8, 0x83, 0x45, 0x40, 0x71, 0x1e, 0xc0, 0x4f, 0xc0, 0xf1, 0xbc, 0x3e, 0xc9, 0x79, 0x05, + 0x88, 0xc8, 0xd4, 0xe0, 0xf9, 0x37, 0x9e, 0xfe, 0xba, 0x98, 0x1a, 0x9c, 0x82, 0x4c, 0x0d, 0x91, + 0x7a, 0xe3, 0xa9, 0x3f, 0x25, 0xa6, 0x86, 0x20, 0x21, 0x9e, 0x1d, 0xc8, 0x6e, 0xf1, 0x1c, 0x3e, + 0x23, 0x3c, 0x3b, 0x40, 0x55, 0x5c, 0x85, 0x89, 0xb6, 0x84, 0x18, 0xcf, 0xea, 0x17, 0x39, 0xab, + 0x5c, 0x34, 0x1f, 0x06, 0x93, 0x17, 0x4f, 0x86, 0xf1, 0xdc, 0x3e, 0x1b, 0x49, 0x5e, 0x3c, 0x17, + 0x16, 0xcf, 0x43, 0xda, 0x68, 0x35, 0x1a, 0x64, 0xf2, 0xa0, 0xde, 0x27, 0x01, 0xf3, 0xff, 0xe5, + 0x47, 0xdc, 0x3a, 0x82, 0xa0, 0x78, 0x16, 0x06, 0x71, 0x73, 0x1b, 0xd7, 0xe2, 0x28, 0xbf, 0xf7, + 0x23, 0x11, 0x30, 0x09, 0x76, 0xf1, 0x69, 0x00, 0xb6, 0x35, 0x42, 0x5f, 0x06, 0xc6, 0xd0, 0xfe, + 0xd7, 0x1f, 0xf1, 0xa3, 0x37, 0x3e, 0x89, 0xcf, 0x80, 0x1d, 0xe4, 0xe9, 0xcd, 0xe0, 0xfb, 0x61, + 0x06, 0x74, 0x44, 0x9e, 0x82, 0xe1, 0x17, 0x1c, 0xd3, 0x70, 0xd5, 0x7a, 0x1c, 0xf5, 0x7f, 0xe3, + 0xd4, 0x02, 0x9f, 0x18, 0xac, 0x69, 0xda, 0xd8, 0x55, 0xeb, 0x4e, 0x1c, 0xed, 0x7f, 0xe7, 0xb4, + 0x1e, 0x01, 0x21, 0xd6, 0x54, 0xc7, 0xed, 0x47, 0xef, 0xff, 0x21, 0x88, 0x05, 0x01, 0x11, 0x9a, + 0xfc, 0xde, 0xc3, 0xfb, 0x71, 0xb4, 0x3f, 0x10, 0x42, 0x73, 0xfc, 0xe2, 0x1b, 0x21, 0x43, 0x7e, + 0xb2, 0xf3, 0x74, 0x31, 0xc4, 0x7f, 0xc2, 0x89, 0x7d, 0x0a, 0xd2, 0xb3, 0xe3, 0xd6, 0x5c, 0x3d, + 0xde, 0xd8, 0x37, 0xf9, 0x48, 0x0b, 0xfc, 0xe2, 0x3c, 0x8c, 0x38, 0x6e, 0xad, 0xd6, 0xe2, 0xf5, + 0x69, 0x0c, 0xf9, 0x9f, 0xfe, 0xc8, 0xdb, 0xb2, 0xf0, 0x68, 0xc8, 0x68, 0x5f, 0xdd, 0x73, 0x2d, + 0x93, 0xbe, 0xf0, 0x88, 0xe3, 0xf0, 0x43, 0xce, 0x21, 0x40, 0x52, 0x5c, 0x80, 0x2c, 0xd1, 0xc5, + 0xc6, 0x16, 0xa6, 0x6f, 0xa7, 0x62, 0x58, 0xfc, 0x19, 0x37, 0x40, 0x88, 0xa8, 0xf4, 0x33, 0x5f, + 0x7f, 0x75, 0x5a, 0xfa, 0xd6, 0xab, 0xd3, 0xd2, 0x1f, 0xbd, 0x3a, 0x2d, 0x7d, 0xe8, 0x3b, 0xd3, + 0x03, 0xdf, 0xfa, 0xce, 0xf4, 0xc0, 0xef, 0x7f, 0x67, 0x7a, 0xa0, 0xf3, 0x2e, 0x31, 0x2c, 0x9a, + 0x8b, 0x26, 0xdb, 0x1f, 0x7e, 0xab, 0x5c, 0xd7, 0xdd, 0xdd, 0xd6, 0xf6, 0x9c, 0x66, 0x36, 0xe9, + 0x36, 0xae, 0xbf, 0x5b, 0xeb, 0x2d, 0x72, 0xe0, 0xcf, 0x24, 0xb2, 0x60, 0x0e, 0xef, 0xe5, 0xaa, + 0xc6, 0x7e, 0x97, 0x9b, 0x39, 0x85, 0x8e, 0x1b, 0xc3, 0xf2, 0x1b, 0x20, 0x39, 0x6f, 0xec, 0xa3, + 0xe3, 0x2c, 0xe6, 0x55, 0x5b, 0x76, 0x83, 0x9f, 0xf3, 0x1a, 0x26, 0xcf, 0x5b, 0x76, 0x03, 0x4d, + 0xf9, 0x87, 0x31, 0xa5, 0x93, 0x59, 0x7e, 0xc2, 0xb2, 0x98, 0xfa, 0xc1, 0x67, 0x66, 0x06, 0x4a, + 0x7b, 0x51, 0x0d, 0xbf, 0x1a, 0xab, 0x65, 0x7a, 0xde, 0xd8, 0xa7, 0x4a, 0xae, 0x4b, 0x6f, 0x1d, + 0xa4, 0x1b, 0xdd, 0x62, 0x63, 0x7b, 0x3a, 0xba, 0xb1, 0xfd, 0x1c, 0x6e, 0x34, 0x2e, 0x19, 0xe6, + 0x55, 0x63, 0x93, 0xa0, 0x6d, 0x0f, 0xb1, 0x43, 0xc3, 0xf0, 0x91, 0x04, 0x4c, 0xb7, 0xed, 0x61, + 0xf3, 0x91, 0xef, 0x76, 0x2d, 0xa9, 0x08, 0xe9, 0xb2, 0x70, 0xa8, 0x3c, 0x0c, 0x3b, 0x58, 0x33, + 0x8d, 0x9a, 0x43, 0x55, 0x4d, 0x2a, 0xe2, 0x91, 0xa8, 0x6a, 0xa8, 0x86, 0xe9, 0xf0, 0xb3, 0x90, + 0xec, 0xa1, 0xf4, 0x09, 0xe9, 0x60, 0xe3, 0x38, 0x2a, 0x7a, 0x12, 0x6a, 0x3e, 0x1a, 0xbb, 0xd5, + 0xbf, 0x47, 0xb4, 0xf4, 0x94, 0x08, 0x6d, 0xf7, 0xf7, 0x6b, 0x95, 0x5f, 0x48, 0xc0, 0x4c, 0xd4, + 0x2a, 0x64, 0x3a, 0x39, 0xae, 0xda, 0xb4, 0xba, 0x99, 0xe5, 0x3c, 0x64, 0x36, 0x05, 0xce, 0x81, + 0xed, 0x72, 0xfd, 0x80, 0x76, 0x19, 0xf3, 0xba, 0x12, 0x86, 0x39, 0xd3, 0xa7, 0x61, 0x3c, 0x3d, + 0x0e, 0x65, 0x99, 0xf7, 0x24, 0xe1, 0xb8, 0x66, 0x3a, 0x4d, 0xd3, 0xa9, 0x32, 0xf7, 0x67, 0x0f, + 0xdc, 0x26, 0xd9, 0x60, 0x53, 0x1f, 0x2f, 0x47, 0x2e, 0xc2, 0x18, 0x0d, 0x11, 0x74, 0x5b, 0x98, + 0x46, 0xe5, 0xd8, 0x44, 0xfa, 0x8d, 0x7f, 0x3b, 0x48, 0xa7, 0xd4, 0xa8, 0x47, 0x48, 0x4f, 0xb9, + 0x6c, 0xc2, 0x94, 0xde, 0xb4, 0x1a, 0x98, 0xbe, 0x0e, 0xab, 0x7a, 0x6d, 0xf1, 0xfc, 0xbe, 0xc9, + 0xf9, 0x4d, 0xfa, 0xe4, 0x4b, 0x82, 0xba, 0xb8, 0x0c, 0x13, 0xaa, 0xa6, 0x61, 0x2b, 0xc4, 0x32, + 0x26, 0x7c, 0x09, 0x01, 0x73, 0x9c, 0xd2, 0xe3, 0x56, 0x7a, 0xba, 0xdb, 0x10, 0xbf, 0xf5, 0xde, + 0x40, 0x84, 0xb2, 0x71, 0x1d, 0x1b, 0x0f, 0x1b, 0xd8, 0xbd, 0x6a, 0xda, 0x7b, 0xdc, 0xbc, 0x0f, + 0xb3, 0xae, 0xc4, 0x20, 0xbc, 0x2f, 0x09, 0xd3, 0xac, 0xe1, 0xf4, 0xb6, 0xea, 0xe0, 0xd3, 0x57, + 0x1e, 0xdd, 0xc6, 0xae, 0xfa, 0xe8, 0x69, 0xcd, 0xd4, 0xc5, 0xa4, 0x9d, 0xe4, 0xe3, 0x42, 0xda, + 0xe7, 0x78, 0x7b, 0x97, 0xa8, 0xb5, 0x08, 0xa9, 0x05, 0x53, 0x37, 0x88, 0x63, 0xd6, 0xb0, 0x61, + 0x36, 0x79, 0xcc, 0x62, 0x0f, 0xe8, 0x6e, 0x18, 0x52, 0x9b, 0x66, 0xcb, 0x70, 0xd9, 0x9b, 0xbc, + 0xd2, 0xc8, 0xd7, 0x6f, 0xcc, 0x0c, 0xfc, 0xc1, 0x8d, 0x99, 0xe4, 0x92, 0xe1, 0x2a, 0xbc, 0xa9, + 0x98, 0x7a, 0xed, 0xd3, 0x33, 0x92, 0xfc, 0x0c, 0x0c, 0x97, 0xb1, 0x76, 0x18, 0x5e, 0x65, 0xac, + 0x45, 0x78, 0x3d, 0x00, 0xe9, 0x25, 0xc3, 0x65, 0xa7, 0x87, 0xef, 0x84, 0xa4, 0x6e, 0xb0, 0x03, + 0x69, 0x91, 0xfe, 0x09, 0x9c, 0xa0, 0x96, 0xb1, 0xe6, 0xa1, 0xd6, 0xb0, 0x16, 0x45, 0x25, 0xec, + 0x09, 0xbc, 0x54, 0xfe, 0xfd, 0xff, 0x34, 0x3d, 0xf0, 0xf2, 0xab, 0xd3, 0x03, 0x5d, 0x47, 0x22, + 0x98, 0x2b, 0xb8, 0x89, 0xf9, 0x10, 0x38, 0xb5, 0x3d, 0x36, 0x8f, 0xbc, 0x61, 0xf8, 0xb5, 0x14, + 0xdc, 0x49, 0x2f, 0x8e, 0xd8, 0x4d, 0xdd, 0x70, 0x4f, 0x6b, 0xf6, 0xbe, 0xe5, 0xd2, 0xe4, 0x62, + 0xee, 0xf0, 0x51, 0x98, 0xf0, 0x9b, 0xe7, 0x58, 0x73, 0x97, 0x31, 0xd8, 0x81, 0xc1, 0x75, 0x42, + 0x47, 0x0c, 0xe7, 0x9a, 0xae, 0xda, 0xe0, 0x51, 0x83, 0x3d, 0x10, 0x28, 0xbb, 0x6c, 0x92, 0x60, + 0x50, 0x5d, 0xdc, 0x33, 0x69, 0x60, 0x75, 0x87, 0x9d, 0xd9, 0x4d, 0xd2, 0x84, 0x92, 0x26, 0x00, + 0x7a, 0x3c, 0x77, 0x0a, 0x06, 0xd5, 0x16, 0x7b, 0xdd, 0x9c, 0x24, 0x99, 0x86, 0x3e, 0xc8, 0x97, + 0x60, 0x98, 0xbf, 0xf4, 0x42, 0x39, 0x48, 0xee, 0xe1, 0x7d, 0xda, 0x4f, 0x56, 0x21, 0x3f, 0xd1, + 0x1c, 0x0c, 0x52, 0xe1, 0xf9, 0x65, 0x84, 0xfc, 0x5c, 0x9b, 0xf4, 0x73, 0x54, 0x48, 0x85, 0xa1, + 0xc9, 0xcf, 0x40, 0xba, 0x6c, 0x36, 0x75, 0xc3, 0x0c, 0x73, 0xcb, 0x30, 0x6e, 0x54, 0x66, 0xab, + 0xc5, 0xc7, 0x5a, 0x61, 0x0f, 0xe8, 0x28, 0x0c, 0xb1, 0x33, 0xdc, 0xfc, 0x95, 0x39, 0x7f, 0x92, + 0x17, 0x60, 0x98, 0xf2, 0x5e, 0xb3, 0x10, 0xe2, 0xb7, 0x7f, 0xf8, 0x61, 0x71, 0x1a, 0x16, 0x38, + 0xfb, 0x84, 0x2f, 0x2c, 0x82, 0x54, 0x4d, 0x75, 0x55, 0xae, 0x37, 0xfd, 0x2d, 0xbf, 0x09, 0xd2, + 0x9c, 0x89, 0x83, 0xce, 0x40, 0xd2, 0xb4, 0x1c, 0xfe, 0xd2, 0xbb, 0xd0, 0x4d, 0x95, 0x35, 0xab, + 0x94, 0x22, 0x5e, 0xa2, 0x10, 0xe4, 0xd2, 0xe5, 0xae, 0x6e, 0xf1, 0x86, 0xa0, 0x5b, 0xe0, 0x06, + 0x76, 0x5c, 0x5d, 0x25, 0x11, 0x56, 0xfc, 0x7e, 0x58, 0x33, 0x6d, 0x1e, 0xe8, 0x4e, 0xb7, 0xb9, + 0x84, 0xe7, 0x30, 0xbf, 0x9c, 0x80, 0xe9, 0x40, 0xeb, 0x15, 0x6c, 0x93, 0xd5, 0x1f, 0xf3, 0x2a, + 0xee, 0x31, 0x28, 0x20, 0x28, 0x6f, 0xef, 0xe2, 0x32, 0x6f, 0x84, 0xe4, 0xbc, 0x65, 0xa1, 0x02, + 0xa4, 0xe9, 0xb3, 0x66, 0x32, 0x9f, 0x49, 0x29, 0xde, 0x33, 0x69, 0x73, 0xcc, 0x1d, 0xf7, 0xaa, + 0x6a, 0x7b, 0x57, 0x9d, 0xc4, 0xb3, 0xfc, 0x14, 0x64, 0x16, 0x4c, 0xc3, 0xc1, 0x86, 0xd3, 0xa2, + 0x39, 0x69, 0xbb, 0x61, 0x6a, 0x7b, 0x9c, 0x03, 0x7b, 0x20, 0x46, 0x57, 0x2d, 0x8b, 0x52, 0xa6, + 0x14, 0xf2, 0x93, 0xcd, 0xcd, 0xd2, 0x73, 0x5d, 0xcd, 0xf4, 0xc6, 0xc3, 0x99, 0x89, 0x2b, 0xea, + 0xd9, 0xe9, 0xdd, 0x09, 0x38, 0xd1, 0x3e, 0xb1, 0xf6, 0xf0, 0xbe, 0x73, 0xd0, 0x79, 0xf5, 0x3c, + 0x64, 0xd6, 0xe9, 0x9d, 0xe3, 0x4b, 0x78, 0x1f, 0x15, 0x60, 0x18, 0xd7, 0xce, 0x9c, 0x3d, 0xfb, + 0xe8, 0x53, 0xcc, 0xeb, 0x2f, 0x0e, 0x28, 0x02, 0x80, 0xa6, 0x21, 0xe3, 0x60, 0xcd, 0x3a, 0x73, + 0xf6, 0xdc, 0xde, 0xa3, 0xcc, 0xcd, 0x2e, 0x0e, 0x28, 0x3e, 0xa8, 0x98, 0x26, 0x9a, 0xbf, 0xf6, + 0x99, 0x19, 0xa9, 0x34, 0x08, 0x49, 0xa7, 0xd5, 0xbc, 0xed, 0xbe, 0xf2, 0xa9, 0x41, 0x98, 0x0d, + 0xb4, 0xb2, 0x0c, 0x7e, 0x45, 0x6d, 0xe8, 0x35, 0xd5, 0xbf, 0x31, 0x9e, 0x0b, 0xd8, 0x81, 0x62, + 0x74, 0x36, 0x43, 0xa1, 0xa7, 0x35, 0xe5, 0xdf, 0x94, 0x20, 0x7b, 0x59, 0x70, 0xde, 0xc0, 0x2e, + 0x3a, 0x0f, 0xe0, 0xf5, 0x24, 0xa6, 0xd0, 0x1d, 0x73, 0xd1, 0xbe, 0xe6, 0x3c, 0x1a, 0x25, 0x80, + 0x8e, 0x9e, 0xa0, 0x0e, 0x69, 0x99, 0x0e, 0xbf, 0x06, 0x13, 0x43, 0xea, 0x21, 0xa3, 0x87, 0x00, + 0xd1, 0x68, 0x57, 0xbd, 0x62, 0xba, 0xba, 0x51, 0xaf, 0x5a, 0xe6, 0x55, 0x7e, 0xb9, 0x30, 0xa9, + 0xe4, 0x68, 0xcb, 0x65, 0xda, 0xb0, 0x4e, 0xe0, 0x44, 0xe8, 0x8c, 0xc7, 0x85, 0x94, 0x5b, 0x6a, + 0xad, 0x66, 0x63, 0xc7, 0xe1, 0x01, 0x4d, 0x3c, 0xa2, 0xf3, 0x30, 0x6c, 0xb5, 0xb6, 0xab, 0x22, + 0x7a, 0x8c, 0x9c, 0x39, 0xd1, 0x29, 0x16, 0x08, 0x1f, 0xe1, 0xd1, 0x60, 0xc8, 0x6a, 0x6d, 0x13, + 0x8f, 0xb9, 0x0b, 0xb2, 0x1d, 0x84, 0x19, 0xb9, 0xe2, 0xcb, 0x41, 0xaf, 0xbb, 0x73, 0x0d, 0xaa, + 0x96, 0xad, 0x9b, 0xb6, 0xee, 0xee, 0xd3, 0x53, 0x2c, 0x49, 0x25, 0x27, 0x1a, 0xd6, 0x39, 0x5c, + 0xde, 0x83, 0xf1, 0x0d, 0x5a, 0x67, 0xf8, 0x92, 0x9f, 0xf5, 0xe5, 0x93, 0xe2, 0xe5, 0xeb, 0x2a, + 0x59, 0xa2, 0x4d, 0xb2, 0xd2, 0x56, 0x57, 0x0f, 0x3d, 0x7f, 0x38, 0x0f, 0x0d, 0x67, 0xbf, 0x3f, + 0x3d, 0x1e, 0x9a, 0xa4, 0xcc, 0x41, 0x83, 0xa1, 0xac, 0x5f, 0xe7, 0x8c, 0xab, 0xb4, 0x0b, 0xbd, + 0x93, 0x6c, 0x21, 0x26, 0xa4, 0x16, 0x62, 0xa7, 0x91, 0xfc, 0x14, 0x8c, 0xae, 0xab, 0xb6, 0xbb, + 0x81, 0xdd, 0x8b, 0x58, 0xad, 0x61, 0x3b, 0x9c, 0x85, 0x47, 0x45, 0x16, 0x46, 0x90, 0xa2, 0xa9, + 0x96, 0x65, 0x21, 0xfa, 0x5b, 0xde, 0x85, 0x14, 0x3d, 0xcd, 0xe6, 0x65, 0x68, 0x4e, 0xc1, 0x32, + 0x34, 0x89, 0xab, 0xfb, 0x2e, 0x76, 0xc4, 0x72, 0x8f, 0x3e, 0xa0, 0xc7, 0x45, 0x9e, 0x4d, 0xf6, + 0xce, 0xb3, 0xdc, 0x19, 0x79, 0xb6, 0x6d, 0xc0, 0x70, 0x89, 0x84, 0xe5, 0xa5, 0xb2, 0x27, 0x88, + 0xe4, 0x0b, 0x82, 0x56, 0x60, 0xdc, 0x52, 0x6d, 0x97, 0x1e, 0xe3, 0xdf, 0xa5, 0x5a, 0x70, 0x7f, + 0x9f, 0x69, 0x9f, 0x7d, 0x21, 0x65, 0x79, 0x2f, 0xa3, 0x56, 0x10, 0x28, 0xff, 0x71, 0x0a, 0x86, + 0xb8, 0x31, 0xde, 0x08, 0xc3, 0xdc, 0xac, 0xdc, 0x43, 0xef, 0x9c, 0x6b, 0x4f, 0x52, 0x73, 0x5e, + 0x32, 0xe1, 0xfc, 0x04, 0x0d, 0xba, 0x0f, 0xd2, 0xda, 0xae, 0xaa, 0x1b, 0x55, 0xbd, 0x26, 0xca, + 0xbe, 0x57, 0x6f, 0xcc, 0x0c, 0x2f, 0x10, 0xd8, 0x52, 0x59, 0x19, 0xa6, 0x8d, 0x4b, 0x35, 0x52, + 0x19, 0xec, 0x62, 0xbd, 0xbe, 0xeb, 0xf2, 0x59, 0xc6, 0x9f, 0xd0, 0x93, 0x90, 0x22, 0x0e, 0xc1, + 0x2f, 0x79, 0x15, 0xda, 0x8a, 0x6f, 0x6f, 0x21, 0x54, 0x4a, 0x93, 0x8e, 0x3f, 0xf4, 0x87, 0x33, + 0x92, 0x42, 0x29, 0xd0, 0x02, 0x8c, 0x36, 0x54, 0xc7, 0xad, 0xd2, 0x6c, 0x46, 0xba, 0x1f, 0xa4, + 0x2c, 0x8e, 0xb7, 0x1b, 0x84, 0x1b, 0x96, 0x8b, 0x3e, 0x42, 0xa8, 0x18, 0xa8, 0x86, 0x4e, 0x42, + 0x8e, 0x32, 0xd1, 0xcc, 0x66, 0x53, 0x77, 0x59, 0xad, 0x35, 0x44, 0xed, 0x3e, 0x46, 0xe0, 0x0b, + 0x14, 0x4c, 0x2b, 0xae, 0x3b, 0x20, 0x43, 0xaf, 0x95, 0x50, 0x14, 0x76, 0x84, 0x32, 0x4d, 0x00, + 0xb4, 0xf1, 0x7e, 0x18, 0xf7, 0x63, 0x24, 0x43, 0x49, 0x33, 0x2e, 0x3e, 0x98, 0x22, 0x3e, 0x02, + 0x53, 0x06, 0xbe, 0x46, 0x0f, 0x75, 0x86, 0xb0, 0x33, 0x14, 0x1b, 0x91, 0xb6, 0xcb, 0x61, 0x8a, + 0x7b, 0x61, 0x4c, 0x13, 0xc6, 0x67, 0xb8, 0x40, 0x71, 0x47, 0x3d, 0x28, 0x45, 0x3b, 0x0e, 0x69, + 0xd5, 0xb2, 0x18, 0xc2, 0x08, 0x8f, 0x91, 0x96, 0x45, 0x9b, 0x4e, 0xc1, 0x04, 0xd5, 0xd1, 0xc6, + 0x4e, 0xab, 0xe1, 0x72, 0x26, 0x59, 0x8a, 0x33, 0x4e, 0x1a, 0x14, 0x06, 0xa7, 0xb8, 0x77, 0xc3, + 0x28, 0xbe, 0xa2, 0xd7, 0xb0, 0xa1, 0x61, 0x86, 0x37, 0x4a, 0xf1, 0xb2, 0x02, 0x48, 0x91, 0x1e, + 0x00, 0x2f, 0xf6, 0x55, 0x45, 0x5c, 0x1e, 0x63, 0xfc, 0x04, 0x7c, 0x9e, 0x81, 0xe5, 0x3c, 0xa4, + 0xca, 0xaa, 0xab, 0x92, 0x62, 0xc3, 0xbd, 0xc6, 0x92, 0x4d, 0x56, 0x21, 0x3f, 0xe5, 0xd7, 0x12, + 0x90, 0xba, 0x6c, 0xba, 0x18, 0x3d, 0x16, 0x28, 0x08, 0xc7, 0x3a, 0xf9, 0xf3, 0x86, 0x5e, 0x37, + 0x70, 0x6d, 0xc5, 0xa9, 0x07, 0xee, 0x80, 0xfb, 0xee, 0x94, 0x08, 0xb9, 0xd3, 0x14, 0x0c, 0xda, + 0x66, 0xcb, 0xa8, 0x89, 0xd3, 0x87, 0xf4, 0x01, 0x55, 0x20, 0xed, 0x79, 0x49, 0x2a, 0xce, 0x4b, + 0xc6, 0x89, 0x97, 0x10, 0x1f, 0xe6, 0x00, 0x65, 0x78, 0x9b, 0x3b, 0x4b, 0x09, 0x32, 0x5e, 0xf0, + 0xe2, 0xde, 0xd6, 0x9f, 0xc3, 0xfa, 0x64, 0x24, 0xa1, 0x78, 0x63, 0xef, 0x19, 0x8f, 0x79, 0x5c, + 0xce, 0x6b, 0xe0, 0xd6, 0x0b, 0xb9, 0x15, 0xbf, 0x8f, 0x3e, 0x4c, 0xf5, 0xf2, 0xdd, 0x8a, 0xdd, + 0x49, 0x3f, 0x01, 0x19, 0x47, 0xaf, 0x1b, 0xaa, 0xdb, 0xb2, 0x31, 0xf7, 0x3c, 0x1f, 0x20, 0x7f, + 0x55, 0x82, 0x21, 0xe6, 0xc9, 0x01, 0xbb, 0x49, 0x9d, 0xed, 0x96, 0xe8, 0x66, 0xb7, 0xe4, 0xe1, + 0xed, 0x36, 0x0f, 0xe0, 0x09, 0xe3, 0xf0, 0x6b, 0xc2, 0x1d, 0xaa, 0x06, 0x26, 0xe2, 0x86, 0x5e, + 0xe7, 0x13, 0x35, 0x40, 0x24, 0xff, 0x47, 0x89, 0x14, 0xb4, 0xbc, 0x1d, 0xcd, 0xc3, 0xa8, 0x90, + 0xab, 0xba, 0xd3, 0x50, 0xeb, 0xdc, 0x77, 0xee, 0xec, 0x2a, 0xdc, 0x85, 0x86, 0x5a, 0x57, 0x46, + 0xb8, 0x3c, 0xe4, 0xa1, 0xf3, 0x38, 0x24, 0xba, 0x8c, 0x43, 0x68, 0xe0, 0x93, 0x87, 0x1b, 0xf8, + 0xd0, 0x10, 0xa5, 0xa2, 0x43, 0xf4, 0xa5, 0x04, 0x5d, 0xdc, 0x58, 0xa6, 0xa3, 0x36, 0x7e, 0x12, + 0x33, 0xe2, 0x0e, 0xc8, 0x58, 0x66, 0xa3, 0xca, 0x5a, 0xd8, 0xa9, 0xdc, 0xb4, 0x65, 0x36, 0x94, + 0xb6, 0x61, 0x1f, 0xbc, 0x45, 0xd3, 0x65, 0xe8, 0x16, 0x58, 0x6d, 0x38, 0x6a, 0x35, 0x1b, 0xb2, + 0xcc, 0x14, 0x3c, 0x97, 0x3d, 0x42, 0x6c, 0x40, 0x93, 0xa3, 0xd4, 0x9e, 0x7b, 0x99, 0xd8, 0x0c, + 0x53, 0xe1, 0x78, 0x84, 0x82, 0x85, 0xfe, 0x4e, 0xab, 0xe2, 0xa0, 0x5b, 0x2a, 0x1c, 0x4f, 0xfe, + 0xdb, 0x12, 0xc0, 0x32, 0xb1, 0x2c, 0xd5, 0x97, 0x64, 0x21, 0x87, 0x8a, 0x50, 0x0d, 0xf5, 0x3c, + 0xdd, 0x6d, 0xd0, 0x78, 0xff, 0x59, 0x27, 0x28, 0xf7, 0x02, 0x8c, 0xfa, 0xce, 0xe8, 0x60, 0x21, + 0xcc, 0x74, 0x8f, 0xca, 0x7a, 0x03, 0xbb, 0x4a, 0xf6, 0x4a, 0xe0, 0x49, 0xfe, 0xe7, 0x12, 0x64, + 0xa8, 0x4c, 0x2b, 0xd8, 0x55, 0x43, 0x63, 0x28, 0x1d, 0x7e, 0x0c, 0xef, 0x04, 0x60, 0x6c, 0x1c, + 0xfd, 0x25, 0xcc, 0x3d, 0x2b, 0x43, 0x21, 0x1b, 0xfa, 0x4b, 0x18, 0x9d, 0xf3, 0x0c, 0x9e, 0xec, + 0x6d, 0x70, 0x51, 0x79, 0x73, 0xb3, 0x1f, 0x83, 0x61, 0xfa, 0x59, 0x9d, 0x6b, 0x0e, 0x2f, 0xa6, + 0x87, 0x8c, 0x56, 0x73, 0xf3, 0x9a, 0x23, 0xbf, 0x00, 0xc3, 0x9b, 0xd7, 0xd8, 0x5e, 0xc9, 0x1d, + 0x90, 0xb1, 0x4d, 0x93, 0xe7, 0x64, 0x56, 0x0b, 0xa5, 0x09, 0x80, 0xa6, 0x20, 0xb1, 0x3f, 0x90, + 0xf0, 0xf7, 0x07, 0xfc, 0x0d, 0x8e, 0x64, 0x5f, 0x1b, 0x1c, 0xa7, 0xfe, 0x9d, 0x04, 0x23, 0x81, + 0xf8, 0x80, 0x1e, 0x85, 0x23, 0xa5, 0xe5, 0xb5, 0x85, 0x4b, 0xd5, 0xa5, 0x72, 0xf5, 0xc2, 0xf2, + 0xfc, 0xa2, 0x7f, 0xef, 0xa4, 0x70, 0xf4, 0x95, 0xeb, 0xb3, 0x28, 0x80, 0xbb, 0x65, 0xd0, 0xdd, + 0x56, 0x74, 0x1a, 0xa6, 0xc2, 0x24, 0xf3, 0xa5, 0x8d, 0xca, 0xea, 0x66, 0x4e, 0x2a, 0x1c, 0x79, + 0xe5, 0xfa, 0xec, 0x44, 0x80, 0x62, 0x7e, 0xdb, 0xc1, 0x86, 0xdb, 0x4e, 0xb0, 0xb0, 0xb6, 0xb2, + 0xb2, 0xb4, 0x99, 0x4b, 0xb4, 0x11, 0xf0, 0x80, 0xfd, 0x00, 0x4c, 0x84, 0x09, 0x56, 0x97, 0x96, + 0x73, 0xc9, 0x02, 0x7a, 0xe5, 0xfa, 0xec, 0x58, 0x00, 0x7b, 0x55, 0x6f, 0x14, 0xd2, 0x1f, 0xf8, + 0xec, 0xf4, 0xc0, 0xaf, 0xfc, 0xd2, 0xb4, 0x44, 0x34, 0x1b, 0x0d, 0xc5, 0x08, 0xf4, 0x10, 0x1c, + 0xdb, 0x58, 0x5a, 0x5c, 0xad, 0x94, 0xab, 0x2b, 0x1b, 0x8b, 0x55, 0xf6, 0xbd, 0x0d, 0x4f, 0xbb, + 0xf1, 0x57, 0xae, 0xcf, 0x8e, 0x70, 0x95, 0xba, 0x61, 0xaf, 0x2b, 0x95, 0xcb, 0x6b, 0x9b, 0x95, + 0x9c, 0xc4, 0xb0, 0xd7, 0x6d, 0x7c, 0xc5, 0x74, 0xd9, 0x77, 0xb7, 0x1e, 0x81, 0xe3, 0x1d, 0xb0, + 0x3d, 0xc5, 0x26, 0x5e, 0xb9, 0x3e, 0x3b, 0xba, 0x6e, 0x63, 0x36, 0x7f, 0x28, 0xc5, 0x1c, 0xe4, + 0xdb, 0x29, 0xd6, 0xd6, 0xd7, 0x36, 0xe6, 0x97, 0x73, 0xb3, 0x85, 0xdc, 0x2b, 0xd7, 0x67, 0xb3, + 0x22, 0x18, 0x12, 0x7c, 0x5f, 0xb3, 0xdb, 0xbe, 0xea, 0x79, 0x18, 0xee, 0xe1, 0xfb, 0x82, 0x8e, + 0xab, 0xee, 0xe9, 0x46, 0xdd, 0xdb, 0x7d, 0xe5, 0xcf, 0x7c, 0xf5, 0x73, 0x94, 0x6f, 0xc0, 0x0a, + 0x68, 0xcf, 0x3d, 0xd8, 0x42, 0xf7, 0x77, 0x4f, 0x85, 0x98, 0xd7, 0x33, 0xf1, 0xcb, 0xa7, 0xee, + 0xfb, 0xf5, 0x85, 0x98, 0x5d, 0xe4, 0x42, 0xcf, 0x05, 0x9e, 0xfc, 0x41, 0x09, 0xc6, 0x2e, 0xea, + 0x8e, 0x6b, 0xda, 0xba, 0xa6, 0x36, 0xe8, 0x8d, 0x93, 0x73, 0xfd, 0xc6, 0xd7, 0xc8, 0x74, 0x7f, + 0x1a, 0x86, 0xae, 0xa8, 0x0d, 0x16, 0xd8, 0x92, 0xf4, 0x03, 0x19, 0x9d, 0xcd, 0xe7, 0x87, 0x37, + 0xc1, 0x80, 0x91, 0xc9, 0xbf, 0x9e, 0x80, 0x71, 0x3a, 0x21, 0x1c, 0xf6, 0xe9, 0x24, 0xb2, 0xce, + 0x2a, 0x41, 0xca, 0x56, 0x5d, 0xbe, 0x91, 0x58, 0x9a, 0xe3, 0xbb, 0xc1, 0xf7, 0xc5, 0xef, 0xf0, + 0xce, 0x95, 0xb1, 0xa6, 0x50, 0x5a, 0xf4, 0x76, 0x48, 0x37, 0xd5, 0x6b, 0x55, 0xca, 0x87, 0xad, + 0x5e, 0xe6, 0x0f, 0xc6, 0xe7, 0xe6, 0x8d, 0x99, 0xf1, 0x7d, 0xb5, 0xd9, 0x28, 0xca, 0x82, 0x8f, + 0xac, 0x0c, 0x37, 0xd5, 0x6b, 0x44, 0x44, 0x64, 0xc1, 0x38, 0x81, 0x6a, 0xbb, 0xaa, 0x51, 0xc7, + 0xac, 0x13, 0xba, 0x2d, 0x5a, 0xba, 0x78, 0xe0, 0x4e, 0x8e, 0xfa, 0x9d, 0x04, 0xd8, 0xc9, 0xca, + 0x68, 0x53, 0xbd, 0xb6, 0x40, 0x01, 0xa4, 0xc7, 0x62, 0xfa, 0xa3, 0x9f, 0x9e, 0x19, 0xa0, 0x3b, + 0xec, 0xdf, 0x96, 0x00, 0x7c, 0x8b, 0xa1, 0xb7, 0x43, 0x4e, 0xf3, 0x9e, 0x28, 0xad, 0xc3, 0xc7, + 0xf0, 0xfe, 0x6e, 0x63, 0x11, 0xb1, 0x37, 0xcb, 0xcf, 0xdf, 0xba, 0x31, 0x23, 0x29, 0xe3, 0x5a, + 0x64, 0x28, 0xde, 0x06, 0x23, 0x2d, 0xab, 0xa6, 0xba, 0xb8, 0x4a, 0xd7, 0x72, 0x89, 0xd8, 0x5c, + 0x3f, 0x4d, 0x78, 0xdd, 0xbc, 0x31, 0x83, 0x98, 0x5a, 0x01, 0x62, 0x99, 0x56, 0x00, 0xc0, 0x20, + 0x84, 0x20, 0xa0, 0xd3, 0x37, 0x24, 0x18, 0x29, 0x07, 0xce, 0x82, 0xe5, 0x61, 0xb8, 0x69, 0x1a, + 0xfa, 0x1e, 0xf7, 0xc7, 0x8c, 0x22, 0x1e, 0x51, 0x01, 0xd2, 0xec, 0x12, 0x9e, 0xbb, 0x2f, 0xb6, + 0x46, 0xc5, 0x33, 0xa1, 0xba, 0x8a, 0xb7, 0x1d, 0x5d, 0x8c, 0x86, 0x22, 0x1e, 0xd1, 0x05, 0xc8, + 0x39, 0x58, 0x6b, 0xd9, 0xba, 0xbb, 0x5f, 0xd5, 0x4c, 0xc3, 0x55, 0x35, 0x97, 0x5d, 0xe7, 0x2a, + 0xdd, 0x71, 0xf3, 0xc6, 0xcc, 0x31, 0x26, 0x6b, 0x14, 0x43, 0x56, 0xc6, 0x05, 0x68, 0x81, 0x41, + 0x48, 0x0f, 0x35, 0xec, 0xaa, 0x7a, 0xc3, 0xc9, 0xb3, 0x97, 0x45, 0xe2, 0x31, 0xa0, 0xcb, 0x17, + 0x86, 0x83, 0x1b, 0x5c, 0x17, 0x20, 0x67, 0x5a, 0xd8, 0x0e, 0x15, 0xa3, 0x52, 0xb4, 0xe7, 0x28, + 0x86, 0xac, 0x8c, 0x0b, 0x90, 0x28, 0x54, 0x5d, 0x32, 0xcc, 0x62, 0xb1, 0x68, 0xb5, 0xb6, 0xfd, + 0x7d, 0xb1, 0xa9, 0xb6, 0xd1, 0x98, 0x37, 0xf6, 0x4b, 0x8f, 0xf9, 0xdc, 0xa3, 0x74, 0xf2, 0x37, + 0xbf, 0xfc, 0xf0, 0x14, 0x77, 0x0d, 0x7f, 0x9f, 0xea, 0x12, 0xde, 0x27, 0xc3, 0xcf, 0x51, 0xd7, + 0x29, 0x26, 0x29, 0x3d, 0x5f, 0x50, 0xf5, 0x86, 0xb8, 0x96, 0xac, 0xf0, 0x27, 0x54, 0x84, 0x21, + 0xc7, 0x55, 0xdd, 0x96, 0xc3, 0x3f, 0x16, 0x26, 0x77, 0x73, 0xb5, 0x92, 0x69, 0xd4, 0x36, 0x28, + 0xa6, 0xc2, 0x29, 0xd0, 0x05, 0x18, 0x72, 0xcd, 0x3d, 0x6c, 0x70, 0x13, 0x1e, 0x68, 0x7e, 0xd3, + 0x77, 0x57, 0x8c, 0x9a, 0x58, 0xa4, 0x86, 0x1b, 0xb8, 0xce, 0x4a, 0xab, 0x5d, 0x95, 0xac, 0x40, + 0xe8, 0x37, 0xc3, 0x4a, 0x4b, 0x07, 0x9e, 0x84, 0xdc, 0x52, 0x51, 0x7e, 0xb2, 0x32, 0xee, 0x81, + 0x36, 0x28, 0x04, 0x5d, 0x0a, 0x1d, 0x5a, 0xe4, 0x1f, 0xd6, 0xbb, 0xbb, 0x9b, 0xfa, 0x01, 0x9f, + 0x16, 0x7b, 0x14, 0xc1, 0x23, 0x8f, 0x17, 0x20, 0xd7, 0x32, 0xb6, 0x4d, 0x83, 0xde, 0x1d, 0xe4, + 0x35, 0x3e, 0x59, 0xe3, 0x25, 0x83, 0xce, 0x11, 0xc5, 0x90, 0x95, 0x71, 0x0f, 0x74, 0x91, 0xad, + 0x04, 0x6a, 0x30, 0xe6, 0x63, 0xd1, 0x89, 0x9a, 0x89, 0x9d, 0xa8, 0x77, 0xf1, 0x89, 0x7a, 0x24, + 0xda, 0x8b, 0x3f, 0x57, 0x47, 0x3d, 0x20, 0x21, 0x43, 0x17, 0x01, 0xfc, 0xf0, 0x40, 0xf7, 0x2a, + 0x46, 0xba, 0x0f, 0xbc, 0x1f, 0x63, 0xc4, 0x9a, 0xcf, 0xa7, 0x45, 0xef, 0x84, 0xc9, 0xa6, 0x6e, + 0x54, 0x1d, 0xdc, 0xd8, 0xa9, 0x72, 0x03, 0x13, 0x96, 0xf4, 0xd3, 0x2f, 0xa5, 0xe5, 0x83, 0xf9, + 0xc3, 0xcd, 0x1b, 0x33, 0x05, 0x1e, 0x42, 0xdb, 0x59, 0xca, 0xca, 0x44, 0x53, 0x37, 0x36, 0x70, + 0x63, 0xa7, 0xec, 0xc1, 0x8a, 0xd9, 0x0f, 0x7c, 0x7a, 0x66, 0x80, 0x4f, 0xd7, 0x01, 0xf9, 0x1c, + 0xdd, 0x43, 0xe7, 0xd3, 0x0c, 0x3b, 0x64, 0x5d, 0xa2, 0x8a, 0x07, 0xba, 0xab, 0x91, 0x51, 0x7c, + 0x00, 0x9b, 0xe6, 0x2f, 0xff, 0x87, 0x59, 0x49, 0xfe, 0x82, 0x04, 0x43, 0xe5, 0xcb, 0xeb, 0xaa, + 0x6e, 0xa3, 0x25, 0x98, 0xf0, 0x3d, 0x27, 0x3c, 0xc9, 0x4f, 0xdc, 0xbc, 0x31, 0x93, 0x8f, 0x3a, + 0x97, 0x37, 0xcb, 0x7d, 0x07, 0x16, 0xd3, 0x7c, 0xa9, 0xdb, 0xe2, 0x35, 0xc4, 0xaa, 0x0d, 0x45, + 0x6e, 0x5f, 0xda, 0x46, 0xd4, 0xac, 0xc0, 0x30, 0x93, 0xd6, 0x41, 0x45, 0x18, 0xb4, 0xc8, 0x0f, + 0xfe, 0x82, 0x60, 0xba, 0xab, 0xf3, 0x52, 0x7c, 0x6f, 0x33, 0x93, 0x90, 0xc8, 0x1f, 0x4e, 0x00, + 0x94, 0x2f, 0x5f, 0xde, 0xb4, 0x75, 0xab, 0x81, 0xdd, 0x5b, 0xa9, 0xf9, 0x26, 0x1c, 0x09, 0xac, + 0x94, 0x6c, 0x2d, 0xa2, 0xfd, 0xec, 0xcd, 0x1b, 0x33, 0x27, 0xa2, 0xda, 0x07, 0xd0, 0x64, 0x65, + 0xd2, 0x5f, 0x33, 0xd9, 0x5a, 0x47, 0xae, 0x35, 0xc7, 0xf5, 0xb8, 0x26, 0xbb, 0x73, 0x0d, 0xa0, + 0x05, 0xb9, 0x96, 0x1d, 0xb7, 0xb3, 0x69, 0x37, 0x60, 0xc4, 0x37, 0x89, 0x83, 0xca, 0x90, 0x76, + 0xf9, 0x6f, 0x6e, 0x61, 0xb9, 0xbb, 0x85, 0x05, 0x19, 0xb7, 0xb2, 0x47, 0x29, 0xff, 0xb9, 0x04, + 0xe0, 0xfb, 0xec, 0x4f, 0xa7, 0x8b, 0x91, 0x50, 0xce, 0x03, 0x6f, 0xf2, 0x50, 0xa5, 0x1a, 0xa7, + 0x8e, 0xd8, 0xf3, 0x67, 0x13, 0x30, 0xb9, 0x25, 0x22, 0xcf, 0x4f, 0xbd, 0x0d, 0xd6, 0x61, 0x18, + 0x1b, 0xae, 0xad, 0x53, 0x23, 0x90, 0xd1, 0x7e, 0xa4, 0xdb, 0x68, 0x77, 0xd0, 0x89, 0x7e, 0xfc, + 0x46, 0x6c, 0xbc, 0x73, 0x36, 0x11, 0x6b, 0xfc, 0x7c, 0x12, 0xf2, 0xdd, 0x28, 0xd1, 0x02, 0x8c, + 0x6b, 0x36, 0xa6, 0x80, 0x6a, 0x70, 0xf7, 0xaf, 0x54, 0xf0, 0x2b, 0xcb, 0x08, 0x82, 0xac, 0x8c, + 0x09, 0x08, 0xcf, 0x1e, 0x75, 0x20, 0x65, 0x1f, 0x71, 0x3b, 0x82, 0xd5, 0x67, 0x9d, 0x27, 0xf3, + 0xf4, 0x21, 0x3a, 0x09, 0x33, 0x60, 0xf9, 0x63, 0xcc, 0x87, 0xd2, 0x04, 0xf2, 0x22, 0x8c, 0xeb, + 0x86, 0xee, 0xea, 0x6a, 0xa3, 0xba, 0xad, 0x36, 0x54, 0x43, 0x3b, 0x4c, 0xd5, 0xcc, 0x42, 0x3e, + 0xef, 0x36, 0xc2, 0x4e, 0x56, 0xc6, 0x38, 0xa4, 0xc4, 0x00, 0xe8, 0x22, 0x0c, 0x8b, 0xae, 0x52, + 0x87, 0xaa, 0x36, 0x04, 0x79, 0xa0, 0xc0, 0xfb, 0xb9, 0x24, 0x4c, 0x28, 0xb8, 0xf6, 0xff, 0x87, + 0xe2, 0x60, 0x43, 0xb1, 0x02, 0xc0, 0xa6, 0x3b, 0x09, 0xb0, 0x87, 0x18, 0x0d, 0x12, 0x30, 0x32, + 0x8c, 0x43, 0xd9, 0x71, 0x03, 0xe3, 0x71, 0x23, 0x01, 0xd9, 0xe0, 0x78, 0xfc, 0x25, 0xcd, 0x4a, + 0x68, 0xc9, 0x8f, 0x44, 0x29, 0xfe, 0xc9, 0xd0, 0x2e, 0x91, 0xa8, 0xcd, 0x7b, 0x7b, 0x87, 0xa0, + 0xff, 0x99, 0x80, 0xa1, 0x75, 0xd5, 0x56, 0x9b, 0x0e, 0xd2, 0xda, 0x2a, 0x4d, 0xb1, 0x05, 0xd9, + 0xf6, 0x61, 0x68, 0xbe, 0xdb, 0x11, 0x53, 0x68, 0x7e, 0xb4, 0x43, 0xa1, 0xf9, 0x66, 0x18, 0x23, + 0xcb, 0xe1, 0xc0, 0x51, 0x06, 0x62, 0xed, 0xd1, 0xd2, 0x71, 0x9f, 0x4b, 0xb8, 0x9d, 0xad, 0x96, + 0x2f, 0x07, 0xcf, 0x32, 0x8c, 0x10, 0x0c, 0x3f, 0x30, 0x13, 0xf2, 0xa3, 0xfe, 0xb2, 0x34, 0xd0, + 0x28, 0x2b, 0xd0, 0x54, 0xaf, 0x55, 0xd8, 0x03, 0x5a, 0x06, 0xb4, 0xeb, 0xed, 0x8c, 0x54, 0x7d, + 0x73, 0x12, 0xfa, 0x3b, 0x6f, 0xde, 0x98, 0x39, 0xce, 0xe8, 0xdb, 0x71, 0x64, 0x65, 0xc2, 0x07, + 0x0a, 0x6e, 0x8f, 0x03, 0x10, 0xbd, 0xaa, 0xec, 0x48, 0x1d, 0x5b, 0xee, 0x1c, 0xb9, 0x79, 0x63, + 0x66, 0x82, 0x71, 0xf1, 0xdb, 0x64, 0x25, 0x43, 0x1e, 0xca, 0xe4, 0x77, 0xc0, 0xb3, 0x3f, 0x2b, + 0x01, 0xf2, 0x43, 0xbe, 0x82, 0x1d, 0x8b, 0xac, 0xcf, 0x48, 0x21, 0x1e, 0xa8, 0x9a, 0xa5, 0xde, + 0x85, 0xb8, 0x4f, 0x2f, 0x0a, 0xf1, 0xc0, 0x4c, 0x79, 0xca, 0x0f, 0x8f, 0x09, 0x3e, 0x8e, 0x1d, + 0xce, 0x1f, 0xce, 0x2d, 0x98, 0xba, 0xa0, 0x6e, 0x8b, 0x87, 0x03, 0xf2, 0xbf, 0x92, 0xe0, 0x78, + 0x9b, 0x47, 0x79, 0xc2, 0xfe, 0x15, 0x40, 0x76, 0xa0, 0x91, 0x7f, 0xff, 0x8d, 0x09, 0x7d, 0x60, + 0x07, 0x9d, 0xb0, 0xdb, 0xe2, 0xee, 0xad, 0x8b, 0xf0, 0xec, 0x00, 0xe3, 0x3f, 0x93, 0x60, 0x2a, + 0xd8, 0xbd, 0xa7, 0xc8, 0x2a, 0x64, 0x83, 0xbd, 0x73, 0x15, 0xee, 0xe9, 0x47, 0x05, 0x2e, 0x7d, + 0x88, 0x1e, 0x3d, 0xeb, 0x4f, 0x57, 0xb6, 0x77, 0xf6, 0x68, 0xdf, 0xd6, 0x10, 0x32, 0x45, 0xa7, + 0x6d, 0x8a, 0x8e, 0xc7, 0xff, 0x91, 0x20, 0xb5, 0x6e, 0x9a, 0x0d, 0x64, 0xc2, 0x84, 0x61, 0xba, + 0x55, 0xe2, 0x59, 0xb8, 0x56, 0xe5, 0x8b, 0x6e, 0x16, 0x07, 0x17, 0x0e, 0x66, 0xa4, 0xef, 0xdd, + 0x98, 0x69, 0x67, 0xa5, 0x8c, 0x1b, 0xa6, 0x5b, 0xa2, 0x90, 0x4d, 0xb6, 0x24, 0x7f, 0x27, 0x8c, + 0x86, 0x3b, 0x63, 0x51, 0xf2, 0xb9, 0x03, 0x77, 0x16, 0x66, 0x73, 0xf3, 0xc6, 0xcc, 0x94, 0x3f, + 0x63, 0x3c, 0xb0, 0xac, 0x64, 0xb7, 0x03, 0xbd, 0xb3, 0xa3, 0x5e, 0x3f, 0xf8, 0xf4, 0x8c, 0x74, + 0xea, 0x2b, 0x12, 0x80, 0xbf, 0xf3, 0x80, 0x1e, 0x82, 0x63, 0xa5, 0xb5, 0xd5, 0x72, 0x75, 0x63, + 0x73, 0x7e, 0x73, 0x6b, 0xa3, 0xba, 0xb5, 0xba, 0xb1, 0x5e, 0x59, 0x58, 0xba, 0xb0, 0x54, 0x29, + 0xfb, 0x5b, 0xe4, 0x8e, 0x85, 0x35, 0x7d, 0x47, 0xc7, 0x35, 0x74, 0x1f, 0x4c, 0x85, 0xb1, 0xc9, + 0x53, 0xa5, 0x9c, 0x93, 0x0a, 0xd9, 0x57, 0xae, 0xcf, 0xa6, 0x59, 0x2d, 0x86, 0x6b, 0xe8, 0x24, + 0x1c, 0x69, 0xc7, 0x5b, 0x5a, 0x5d, 0xcc, 0x25, 0x0a, 0xa3, 0xaf, 0x5c, 0x9f, 0xcd, 0x78, 0x45, + 0x1b, 0x92, 0x01, 0x05, 0x31, 0x39, 0xbf, 0x64, 0x01, 0x5e, 0xb9, 0x3e, 0x3b, 0xc4, 0x0c, 0x58, + 0x48, 0x7d, 0xe0, 0xb3, 0xd3, 0x03, 0xa5, 0x0b, 0x5d, 0x37, 0xc1, 0x1f, 0xea, 0x69, 0xbb, 0x6b, + 0xde, 0xa6, 0x76, 0x78, 0xd7, 0xfb, 0x4f, 0x86, 0xbb, 0xee, 0x7a, 0xd7, 0xb1, 0x81, 0x1d, 0xdd, + 0x39, 0xd4, 0xae, 0x77, 0x5f, 0x3b, 0xe9, 0xf2, 0xef, 0x0d, 0x42, 0x76, 0x91, 0xf5, 0x42, 0x06, + 0x02, 0xa3, 0x37, 0xc0, 0x90, 0x45, 0xd3, 0x88, 0xf7, 0x2a, 0xad, 0x8b, 0xc3, 0xb3, 0x64, 0xe3, + 0x9d, 0xe9, 0x62, 0xa9, 0xc7, 0xe1, 0x07, 0x3a, 0xd8, 0x59, 0x33, 0xff, 0xf4, 0x54, 0xf6, 0x40, + 0xfb, 0x3d, 0xac, 0x66, 0xe1, 0x5b, 0x2b, 0x51, 0x7e, 0x32, 0x3b, 0x1b, 0xb2, 0x49, 0x20, 0xec, + 0x94, 0xd8, 0xfb, 0x24, 0x38, 0x42, 0xb1, 0xfc, 0x44, 0x4c, 0x31, 0x45, 0xb1, 0x7f, 0xaa, 0x9b, + 0x0a, 0xcb, 0xaa, 0xe3, 0x9f, 0xf7, 0x60, 0xe7, 0xba, 0xee, 0xe1, 0x89, 0xf0, 0x44, 0xa0, 0xf3, + 0x28, 0x5b, 0x59, 0x99, 0x6c, 0xb4, 0x51, 0x3a, 0x68, 0x31, 0x74, 0xb0, 0x2f, 0x75, 0xb0, 0xad, + 0xf6, 0xe0, 0x21, 0xbf, 0x67, 0x60, 0xc4, 0x8f, 0x25, 0x0e, 0xff, 0x7f, 0x15, 0xfd, 0xe7, 0x8e, + 0x20, 0x31, 0x7a, 0xbf, 0x04, 0x47, 0xfc, 0x6c, 0x1e, 0x64, 0xcb, 0xfe, 0xaf, 0xc7, 0x83, 0x07, + 0x58, 0x08, 0x45, 0x8d, 0xd3, 0x91, 0xaf, 0xac, 0x4c, 0xb5, 0xda, 0x49, 0xc9, 0x12, 0x6c, 0x34, + 0x18, 0x59, 0x9d, 0xbc, 0xf8, 0x74, 0x5d, 0xff, 0xa1, 0x39, 0xcc, 0x80, 0xfd, 0xaf, 0x01, 0xcb, + 0xb4, 0x5d, 0x5c, 0xa3, 0x1b, 0x72, 0x69, 0xc5, 0x7b, 0x96, 0x57, 0x01, 0xb5, 0x0f, 0x6e, 0xf4, + 0x20, 0x63, 0xc6, 0x3f, 0xc8, 0x38, 0x05, 0x83, 0xc1, 0xa3, 0x7e, 0xec, 0xa1, 0x98, 0xfe, 0x00, + 0x4f, 0x9f, 0xb7, 0x7c, 0xce, 0xff, 0x8b, 0x04, 0x9c, 0x0a, 0xbe, 0x1e, 0x7a, 0xb1, 0x85, 0xed, + 0x7d, 0x6f, 0x8a, 0x5a, 0x6a, 0x5d, 0x37, 0x82, 0xb7, 0x84, 0x8e, 0x07, 0x13, 0x3e, 0xc5, 0x15, + 0x76, 0x92, 0x0d, 0x18, 0x59, 0x57, 0xeb, 0x58, 0xc1, 0x2f, 0xb6, 0xb0, 0xe3, 0x76, 0x38, 0x78, + 0x7e, 0x14, 0x86, 0xcc, 0x9d, 0x1d, 0xf1, 0x5a, 0x3b, 0xa5, 0xf0, 0x27, 0xa2, 0x72, 0x43, 0x6f, + 0xea, 0xec, 0x44, 0x58, 0x4a, 0x61, 0x0f, 0x68, 0x06, 0x46, 0x34, 0xb3, 0x65, 0xf0, 0x19, 0x97, + 0x4f, 0x89, 0x4f, 0x44, 0xb4, 0x0c, 0x36, 0xe3, 0xe4, 0xa7, 0x21, 0xcb, 0xfa, 0xe3, 0x19, 0xf7, + 0x38, 0xa4, 0xe9, 0x91, 0x2a, 0xbf, 0xd7, 0x61, 0xf2, 0x7c, 0x89, 0x1d, 0x52, 0x67, 0x5c, 0x58, + 0xc7, 0xec, 0xa1, 0x54, 0xea, 0x6a, 0xca, 0x93, 0xf1, 0xa1, 0x81, 0x19, 0xca, 0x33, 0xe3, 0x6f, + 0x0f, 0xc2, 0x11, 0xfe, 0x86, 0x4e, 0xb5, 0xf4, 0xd3, 0xbb, 0xae, 0x2b, 0x2e, 0x10, 0x01, 0x2f, + 0x75, 0x55, 0x4b, 0x97, 0xf7, 0x21, 0x75, 0xd1, 0x75, 0x2d, 0x74, 0x0a, 0x06, 0xed, 0x56, 0x03, + 0x8b, 0x1d, 0x1f, 0x6f, 0x4f, 0x5e, 0xb5, 0xf4, 0x39, 0x82, 0xa0, 0xb4, 0x1a, 0x58, 0x61, 0x28, + 0xa8, 0x02, 0x33, 0x3b, 0xad, 0x46, 0x63, 0xbf, 0x5a, 0xc3, 0xf4, 0x7f, 0xf9, 0x78, 0x5f, 0xc3, + 0xc7, 0xd7, 0x2c, 0x55, 0x7c, 0x53, 0x8f, 0xd8, 0xe6, 0x04, 0x45, 0x2b, 0x53, 0x2c, 0xf1, 0x25, + 0xfc, 0x8a, 0xc0, 0x91, 0xff, 0x20, 0x01, 0x69, 0xc1, 0x9a, 0x9e, 0x18, 0xc7, 0x0d, 0xac, 0xb9, + 0xa6, 0x78, 0x63, 0xe2, 0x3d, 0x23, 0x04, 0xc9, 0x3a, 0x1f, 0xa2, 0xcc, 0xc5, 0x01, 0x85, 0x3c, + 0x10, 0x98, 0x77, 0x96, 0x9f, 0xc0, 0xac, 0x16, 0x19, 0xb5, 0x94, 0x65, 0x8a, 0xa5, 0xd9, 0xc5, + 0x01, 0x85, 0x3e, 0xa1, 0x3c, 0x0c, 0x91, 0x99, 0xe1, 0xb2, 0x0f, 0x15, 0x12, 0x38, 0x7f, 0x46, + 0x47, 0x61, 0xd0, 0x52, 0x5d, 0x8d, 0x1d, 0xab, 0x23, 0x0d, 0xec, 0x11, 0x3d, 0x01, 0x43, 0xec, + 0xca, 0x68, 0xf4, 0x1f, 0x65, 0x10, 0x63, 0xb0, 0x6f, 0x73, 0x11, 0xb9, 0xd7, 0x55, 0xd7, 0xc5, + 0xb6, 0x41, 0x18, 0x32, 0x74, 0x84, 0x20, 0xb5, 0x6d, 0xd6, 0xf6, 0xf9, 0x3f, 0xef, 0xa0, 0xbf, + 0xf9, 0x7f, 0x0b, 0xa0, 0xfe, 0x50, 0xa5, 0x8d, 0xec, 0x7f, 0x16, 0x65, 0x05, 0xb0, 0x44, 0x90, + 0x2a, 0x30, 0xa9, 0xd6, 0x6a, 0x3a, 0xfb, 0x3f, 0x1a, 0xd5, 0x6d, 0x9d, 0x46, 0x08, 0x87, 0xfe, + 0x47, 0xaa, 0x6e, 0x63, 0x81, 0x7c, 0x82, 0x12, 0xc7, 0x2f, 0x65, 0x60, 0xd8, 0x62, 0x42, 0xc9, + 0xe7, 0x61, 0xa2, 0x4d, 0x52, 0x22, 0xdf, 0x9e, 0x6e, 0xd4, 0xc4, 0x05, 0x07, 0xf2, 0x9b, 0xc0, + 0xe8, 0xd7, 0xf4, 0xd8, 0xbb, 0x28, 0xfa, 0xbb, 0xf4, 0x9e, 0xee, 0x77, 0xc2, 0xc6, 0x02, 0x77, + 0xc2, 0x54, 0x4b, 0x2f, 0x65, 0x28, 0x7f, 0x7e, 0x13, 0x6c, 0xbe, 0xfd, 0x26, 0x58, 0x1d, 0x1b, + 0x22, 0xfb, 0x92, 0x26, 0xd5, 0xd2, 0x1d, 0xea, 0x8e, 0xfe, 0xd7, 0xfd, 0x9c, 0xf3, 0x81, 0xdf, + 0xf4, 0x62, 0x58, 0x6a, 0x71, 0x7e, 0x7d, 0xc9, 0xf3, 0xe3, 0xaf, 0x25, 0xe0, 0x44, 0xc0, 0x8f, + 0x03, 0xc8, 0xed, 0xee, 0x5c, 0xe8, 0xec, 0xf1, 0x7d, 0x5c, 0x08, 0xbb, 0x04, 0x29, 0x82, 0x8f, + 0x62, 0xbe, 0xe5, 0x9f, 0xff, 0x8d, 0x6f, 0xfe, 0x53, 0x39, 0xfc, 0xd6, 0x2a, 0x34, 0x2a, 0x94, + 0x49, 0xe9, 0xfd, 0xfd, 0xdb, 0x2f, 0xe7, 0x7f, 0xd8, 0xd0, 0xb9, 0x75, 0x66, 0x8c, 0xda, 0xf0, + 0xbb, 0x67, 0x41, 0xee, 0x52, 0xf2, 0xb0, 0x88, 0xd9, 0xbb, 0x88, 0x3a, 0x40, 0x38, 0xee, 0x76, + 0x0f, 0xa0, 0xd7, 0x08, 0xf6, 0x59, 0x8e, 0x5d, 0x83, 0xa3, 0xcf, 0x92, 0xbe, 0xfd, 0x65, 0xb2, + 0x08, 0xec, 0x47, 0xbd, 0xb7, 0x79, 0x12, 0xff, 0x87, 0x60, 0xe2, 0x4d, 0x1d, 0xf8, 0xf2, 0xf1, + 0x05, 0xe2, 0x7d, 0x73, 0x5d, 0xf3, 0xc5, 0x5c, 0x20, 0x59, 0x28, 0x01, 0x4a, 0xf9, 0x57, 0x25, + 0x38, 0xd6, 0xd6, 0x35, 0x8f, 0xf1, 0x8b, 0x1d, 0xae, 0x2c, 0x1c, 0xaa, 0xb2, 0x59, 0xec, 0x20, + 0xec, 0xfd, 0xb1, 0xc2, 0x32, 0x29, 0x42, 0xd2, 0xbe, 0x09, 0x8e, 0x84, 0x85, 0x15, 0x66, 0xba, + 0x17, 0xc6, 0xc2, 0x3b, 0xc2, 0xdc, 0x5c, 0xa3, 0xa1, 0x3d, 0x61, 0xb9, 0x1a, 0xb5, 0xb3, 0xa7, + 0x6b, 0x05, 0x32, 0x1e, 0x2a, 0x2f, 0x81, 0xfb, 0x56, 0xd5, 0xa7, 0x94, 0x3f, 0x2c, 0xc1, 0x6c, + 0xb8, 0x87, 0x40, 0x31, 0x74, 0x30, 0x61, 0x6f, 0xd9, 0x10, 0xbf, 0x26, 0xc1, 0x5d, 0x3d, 0x64, + 0xe2, 0x06, 0x78, 0x09, 0xa6, 0x02, 0x3b, 0x01, 0x22, 0x84, 0x8b, 0x61, 0x3f, 0x15, 0x5f, 0x86, + 0x7a, 0x0b, 0xdf, 0x3b, 0x88, 0x51, 0x3e, 0xff, 0x87, 0x33, 0x93, 0xed, 0x6d, 0x8e, 0x32, 0xd9, + 0xbe, 0x7a, 0xbf, 0x85, 0xfe, 0xf1, 0x71, 0x09, 0x1e, 0x08, 0xab, 0xda, 0xa1, 0x9e, 0x7d, 0xbd, + 0xc6, 0xe1, 0xdf, 0x4b, 0x70, 0xaa, 0x1f, 0xe1, 0xf8, 0x80, 0x6c, 0xc3, 0xa4, 0x5f, 0x69, 0x47, + 0xc7, 0xe3, 0x40, 0xf5, 0x3b, 0xf3, 0x52, 0xe4, 0x71, 0xbb, 0x0d, 0x86, 0xb7, 0xf8, 0xc4, 0x0a, + 0x0e, 0xb9, 0x67, 0xe4, 0xf0, 0x6e, 0xae, 0x30, 0x72, 0x68, 0x3f, 0xb7, 0xc3, 0x58, 0x24, 0x3a, + 0x8c, 0x85, 0x5f, 0x9a, 0xcb, 0x57, 0x78, 0xdc, 0xea, 0xb0, 0x07, 0xf7, 0x36, 0x98, 0xec, 0xe0, + 0xca, 0x7c, 0x56, 0x1f, 0xc0, 0x93, 0x15, 0xd4, 0xee, 0xac, 0xf2, 0x3e, 0xcc, 0xd0, 0x7e, 0x3b, + 0x18, 0xfa, 0x76, 0xab, 0xdc, 0xe4, 0xb1, 0xa5, 0x63, 0xd7, 0x5c, 0xf7, 0x25, 0x18, 0x62, 0xe3, + 0xcc, 0xd5, 0x3d, 0x84, 0xa3, 0x70, 0x06, 0xf2, 0x27, 0x44, 0x2c, 0x2b, 0x0b, 0xb1, 0x3b, 0xcf, + 0xa1, 0x7e, 0x74, 0xbd, 0x45, 0x73, 0x28, 0x60, 0x8c, 0x6f, 0x8b, 0xa8, 0xd6, 0x59, 0x3a, 0x6e, + 0x0e, 0xed, 0x96, 0x45, 0x35, 0x66, 0x9b, 0xdb, 0x1b, 0xbe, 0x7e, 0x49, 0x84, 0x2f, 0x4f, 0xa7, + 0x98, 0xf0, 0xf5, 0xfa, 0x98, 0xde, 0x0b, 0x64, 0x31, 0x62, 0xfe, 0x45, 0x0c, 0x64, 0x3f, 0x90, + 0xe0, 0x38, 0xd5, 0x2d, 0xb8, 0x11, 0x71, 0x50, 0x93, 0x3f, 0x04, 0xc8, 0xb1, 0xb5, 0x6a, 0xc7, + 0xd9, 0x9d, 0x73, 0x6c, 0xed, 0x72, 0x28, 0xbf, 0x3c, 0x04, 0xa8, 0x16, 0xda, 0x6e, 0xa2, 0xd8, + 0xec, 0x94, 0x5c, 0xae, 0x16, 0xd8, 0xcd, 0xe8, 0x30, 0x9c, 0xa9, 0x5b, 0x30, 0x9c, 0xdf, 0x92, + 0xa0, 0xd0, 0x49, 0x65, 0x3e, 0x7c, 0x3a, 0x1c, 0x0d, 0xbd, 0x24, 0x88, 0x8e, 0xe0, 0x43, 0xfd, + 0x6c, 0xe5, 0x44, 0xa6, 0xd1, 0x11, 0x1b, 0xdf, 0xee, 0x3a, 0x60, 0x26, 0xec, 0xa1, 0xed, 0x95, + 0xf5, 0xeb, 0x36, 0x7d, 0xbe, 0xdc, 0x16, 0x57, 0xff, 0x42, 0xd4, 0xde, 0xd7, 0x60, 0xba, 0x8b, + 0xd4, 0xb7, 0x3b, 0xef, 0xed, 0x76, 0x1d, 0xcc, 0x5b, 0x5d, 0xbe, 0x3f, 0xce, 0x67, 0x42, 0xf8, + 0x04, 0x76, 0x60, 0x2d, 0xd6, 0xe9, 0x1a, 0x97, 0xfc, 0x16, 0xb8, 0xa3, 0x23, 0x15, 0x97, 0xad, + 0x08, 0xa9, 0x5d, 0xdd, 0x71, 0xb9, 0x58, 0xf7, 0x75, 0x13, 0x2b, 0x42, 0x4d, 0x69, 0x64, 0x04, + 0x39, 0xca, 0x7a, 0xdd, 0x34, 0x1b, 0x5c, 0x0c, 0xf9, 0x12, 0x4c, 0x04, 0x60, 0xbc, 0x93, 0x73, + 0x90, 0xb2, 0x4c, 0xfe, 0xb9, 0x82, 0x91, 0x33, 0x27, 0xba, 0xee, 0xde, 0x9b, 0x66, 0x83, 0xab, + 0x4d, 0xf1, 0xe5, 0x29, 0x40, 0x8c, 0x19, 0xdd, 0xc8, 0x17, 0x5d, 0x6c, 0xc0, 0x64, 0x08, 0xca, + 0x3b, 0xf9, 0xb1, 0x5e, 0x12, 0x9c, 0xf9, 0xde, 0x11, 0x18, 0xa4, 0x5c, 0xd1, 0xc7, 0x24, 0x80, + 0xc0, 0x1b, 0xe1, 0xb9, 0x6e, 0x6c, 0x3a, 0xaf, 0x89, 0x0b, 0xa7, 0xfb, 0xc6, 0xe7, 0x35, 0xdb, + 0xa9, 0xf7, 0xfc, 0x9b, 0xef, 0x7e, 0x24, 0x71, 0x0f, 0x92, 0x4f, 0x77, 0x59, 0x8d, 0x07, 0xe6, + 0xcb, 0xe7, 0x42, 0x77, 0xe0, 0x1f, 0xee, 0xaf, 0x2b, 0x21, 0xd9, 0x5c, 0xbf, 0xe8, 0x5c, 0xb0, + 0xf3, 0x54, 0xb0, 0xb3, 0xe8, 0xb1, 0x78, 0xc1, 0x4e, 0xbf, 0x23, 0x3c, 0x69, 0xde, 0x85, 0x7e, + 0x4f, 0x82, 0xa9, 0x4e, 0x4b, 0x3a, 0xf4, 0x64, 0x7f, 0x52, 0xb4, 0x97, 0x14, 0x85, 0xa7, 0x0e, + 0x41, 0xc9, 0x55, 0x59, 0xa4, 0xaa, 0xcc, 0xa3, 0xa7, 0x0f, 0xa1, 0xca, 0xe9, 0xe0, 0xfe, 0xfe, + 0xff, 0x96, 0xe0, 0xce, 0x9e, 0x2b, 0x24, 0x34, 0xdf, 0x9f, 0x94, 0x3d, 0x6a, 0xa7, 0x42, 0xe9, + 0xc7, 0x61, 0xc1, 0x35, 0x7e, 0x96, 0x6a, 0x7c, 0x09, 0x2d, 0x1d, 0x46, 0xe3, 0x8e, 0x2f, 0x51, + 0xd0, 0xef, 0x84, 0x4f, 0x16, 0xf6, 0x76, 0xa7, 0xb6, 0x85, 0x47, 0xcc, 0xc4, 0x68, 0x2f, 0x6a, + 0xe5, 0xe7, 0xa9, 0x0a, 0x0a, 0x5a, 0xff, 0x31, 0x07, 0xed, 0xf4, 0x3b, 0xc2, 0x81, 0xff, 0x5d, + 0xe8, 0x7f, 0x49, 0x9d, 0x0f, 0x0a, 0x3e, 0xd1, 0x53, 0xc4, 0xee, 0x8b, 0xaa, 0xc2, 0x93, 0x07, + 0x27, 0xe4, 0x4a, 0x36, 0xa9, 0x92, 0x75, 0x84, 0x6f, 0xb5, 0x92, 0x1d, 0x07, 0x11, 0x7d, 0x43, + 0x82, 0xa9, 0x4e, 0x6b, 0x92, 0x98, 0x69, 0xd9, 0x63, 0x91, 0x15, 0x33, 0x2d, 0x7b, 0x2d, 0x80, + 0xe4, 0x37, 0x50, 0xe5, 0xcf, 0xa1, 0xc7, 0xbb, 0x29, 0xdf, 0x73, 0x14, 0xc9, 0x5c, 0xec, 0x59, + 0xe4, 0xc7, 0xcc, 0xc5, 0x7e, 0xd6, 0x31, 0x31, 0x73, 0xb1, 0xaf, 0x35, 0x46, 0xfc, 0x5c, 0xf4, + 0x34, 0xeb, 0x73, 0x18, 0x1d, 0xf4, 0x35, 0x09, 0x46, 0x43, 0x15, 0x31, 0x7a, 0xb4, 0xa7, 0xa0, + 0x9d, 0x16, 0x0c, 0x85, 0x33, 0x07, 0x21, 0xe1, 0xba, 0x2c, 0x51, 0x5d, 0x16, 0xd0, 0xfc, 0x61, + 0x74, 0x09, 0xbf, 0x2b, 0xfd, 0x96, 0x04, 0x93, 0x1d, 0xaa, 0xcc, 0x98, 0x59, 0xd8, 0xbd, 0x68, + 0x2e, 0x3c, 0x79, 0x70, 0x42, 0xae, 0xd5, 0x05, 0xaa, 0xd5, 0x9b, 0xd1, 0x9b, 0x0e, 0xa3, 0x55, + 0x20, 0x3f, 0xdf, 0xf0, 0xcf, 0x5d, 0x05, 0xfa, 0x41, 0xe7, 0x0e, 0x28, 0x98, 0x50, 0xe8, 0x89, + 0x03, 0xd3, 0x71, 0x7d, 0x9e, 0xa3, 0xfa, 0x3c, 0x8b, 0xd6, 0x7e, 0x3c, 0x7d, 0xda, 0xd3, 0xfa, + 0x97, 0xda, 0x6f, 0x00, 0xf6, 0xf6, 0xa2, 0x8e, 0xc5, 0x6a, 0xe1, 0xb1, 0x03, 0xd1, 0x70, 0xa5, + 0x9e, 0xa4, 0x4a, 0x9d, 0x41, 0x8f, 0x74, 0x53, 0x2a, 0x70, 0xb8, 0x4e, 0x37, 0x76, 0xcc, 0xd3, + 0xef, 0x60, 0x25, 0xf0, 0xbb, 0xd0, 0xbb, 0xc5, 0xc1, 0xa6, 0x93, 0x3d, 0xfb, 0x0d, 0xd4, 0xb1, + 0x85, 0x07, 0xfa, 0xc0, 0xe4, 0x72, 0xdd, 0x43, 0xe5, 0x9a, 0x46, 0x27, 0xba, 0xc9, 0x45, 0x6a, + 0x59, 0xf4, 0x41, 0xc9, 0x3b, 0x0b, 0x79, 0xaa, 0x37, 0xef, 0x60, 0xb1, 0x5b, 0x78, 0xb0, 0x2f, + 0x5c, 0x2e, 0xc9, 0x7d, 0x54, 0x92, 0x59, 0x34, 0xdd, 0x55, 0x12, 0x56, 0xfa, 0xde, 0xea, 0x93, + 0x03, 0xaf, 0x1c, 0x83, 0x99, 0x2e, 0x3d, 0xba, 0xd7, 0x62, 0xde, 0x71, 0xf5, 0xb8, 0x08, 0x1b, + 0x7b, 0xd1, 0xb5, 0xcb, 0xd5, 0xda, 0xc3, 0x5f, 0x7f, 0xed, 0xef, 0x85, 0xd8, 0xbf, 0x4e, 0x01, + 0x5a, 0x71, 0xea, 0x0b, 0x36, 0x66, 0xff, 0x04, 0x8f, 0xcf, 0xf2, 0xc8, 0x0d, 0x2f, 0xe9, 0xc7, + 0xba, 0xe1, 0xb5, 0x12, 0xba, 0x33, 0x95, 0x38, 0xd8, 0xbd, 0xcc, 0xbe, 0x2f, 0x4e, 0x25, 0x7f, + 0x22, 0x17, 0xa7, 0x3a, 0x9f, 0xab, 0x4e, 0xdd, 0xba, 0x0b, 0x18, 0x83, 0x87, 0xbd, 0x84, 0xc2, + 0xef, 0x43, 0x0e, 0xf5, 0xb8, 0x0f, 0x99, 0xef, 0x7a, 0xe9, 0x91, 0x53, 0xa3, 0xb3, 0xe2, 0x13, + 0xbf, 0xc3, 0xfd, 0x9d, 0x84, 0xe5, 0xdf, 0x00, 0xf6, 0xb7, 0x10, 0x4e, 0x40, 0xa1, 0xdd, 0x9d, + 0xbc, 0x49, 0xfd, 0x91, 0x24, 0xe4, 0x56, 0x9c, 0x7a, 0xa5, 0xa6, 0xbb, 0xb7, 0xc9, 0xd7, 0x9e, + 0xee, 0x7e, 0xa9, 0x05, 0xdd, 0xbc, 0x31, 0x33, 0xc6, 0x6c, 0xda, 0xc3, 0x92, 0x4d, 0x18, 0x8f, + 0x5c, 0x25, 0xe6, 0x9e, 0x55, 0x3e, 0xcc, 0x8d, 0xe6, 0x08, 0x2b, 0x99, 0xde, 0x41, 0x08, 0xf8, + 0x37, 0xba, 0xd6, 0xd9, 0x99, 0x99, 0x43, 0x5d, 0xbc, 0x9d, 0x37, 0x00, 0xfd, 0x31, 0x2b, 0x40, + 0x3e, 0x3a, 0x28, 0xde, 0x88, 0xfd, 0xb1, 0x04, 0x23, 0x2b, 0x8e, 0x28, 0x05, 0xf1, 0x4f, 0xe9, + 0xfd, 0xa3, 0x27, 0xbc, 0x6f, 0xb3, 0x26, 0xfb, 0xf3, 0x5b, 0xf1, 0xbd, 0x56, 0xdf, 0x08, 0x47, + 0x60, 0x32, 0xa0, 0xa7, 0xa7, 0xff, 0xef, 0x26, 0x68, 0x7c, 0x2c, 0xe1, 0xba, 0x6e, 0x78, 0x55, + 0x24, 0xfe, 0xcb, 0x7a, 0xbb, 0xc2, 0xb7, 0x73, 0xea, 0xb0, 0x76, 0xde, 0xa3, 0x01, 0x22, 0x62, + 0x4f, 0x6f, 0xe3, 0x6b, 0xa5, 0xfd, 0xee, 0x8f, 0x74, 0x80, 0x4f, 0xeb, 0x44, 0x6e, 0xf8, 0xc8, + 0xaf, 0x49, 0x30, 0xba, 0xe2, 0xd4, 0xb7, 0x8c, 0xda, 0xff, 0xf3, 0xfe, 0xbb, 0x03, 0x47, 0x42, + 0x9a, 0xde, 0x26, 0x93, 0x9e, 0xf9, 0x78, 0x0a, 0x92, 0x2b, 0x4e, 0x1d, 0xbd, 0x08, 0xe3, 0xd1, + 0xa2, 0xa1, 0x6b, 0x2d, 0xd8, 0x9e, 0x11, 0xba, 0xaf, 0xd7, 0xba, 0x67, 0x0f, 0xb4, 0x07, 0xa3, + 0xe1, 0xcc, 0x71, 0xb2, 0x07, 0x93, 0x10, 0x66, 0xe1, 0x91, 0x7e, 0x31, 0xbd, 0xce, 0xde, 0x0e, + 0x69, 0x2f, 0xe8, 0xdd, 0xdd, 0x83, 0x5a, 0x20, 0x75, 0xaf, 0x6e, 0x3b, 0x84, 0x15, 0x62, 0xbd, + 0x68, 0x48, 0xe9, 0x65, 0xbd, 0x08, 0x6e, 0x4f, 0xeb, 0x75, 0x9b, 0x5a, 0xdb, 0x00, 0x81, 0x79, + 0x70, 0x6f, 0x0f, 0x0e, 0x3e, 0x5a, 0xe1, 0xe1, 0xbe, 0xd0, 0xbc, 0x97, 0x4e, 0xb7, 0xb8, 0x18, + 0xff, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x56, 0x55, 0x16, 0xeb, 0x7a, 0x94, 0x00, 0x00, } r := bytes.NewReader(gzipped) gzipr, err := compress_gzip.NewReader(r) diff --git a/x/staking/types/tx.pb.go b/x/staking/types/tx.pb.go index f4a4f3c6864c..8b54d5542c5d 100644 --- a/x/staking/types/tx.pb.go +++ b/x/staking/types/tx.pb.go @@ -13,11 +13,11 @@ import ( grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" - _ "github.com/golang/protobuf/ptypes/timestamp" _ "github.com/regen-network/cosmos-proto" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" + _ "google.golang.org/protobuf/types/known/timestamppb" io "io" math "math" math_bits "math/bits" diff --git a/x/staking/types/validator.go b/x/staking/types/validator.go index 7f61be10be7a..b8c7d7c33d1e 100644 --- a/x/staking/types/validator.go +++ b/x/staking/types/validator.go @@ -7,8 +7,8 @@ import ( "strings" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" - tmprotocrypto "github.com/lazyledger/lazyledger-core/proto/tendermint/crypto" + abci "github.com/celestiaorg/celestia-core/abci/types" + tmprotocrypto "github.com/celestiaorg/celestia-core/proto/tendermint/crypto" "gopkg.in/yaml.v2" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/staking/types/validator_test.go b/x/staking/types/validator_test.go index 62b697d97cbc..27b837448188 100644 --- a/x/staking/types/validator_test.go +++ b/x/staking/types/validator_test.go @@ -5,7 +5,7 @@ import ( "sort" "testing" - tmtypes "github.com/lazyledger/lazyledger-core/types" + tmtypes "github.com/celestiaorg/celestia-core/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/x/upgrade/abci.go b/x/upgrade/abci.go index 931a90b7c394..bdef5e24ce29 100644 --- a/x/upgrade/abci.go +++ b/x/upgrade/abci.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/upgrade/abci_test.go b/x/upgrade/abci_test.go index b3a1ce76cb7c..7a1d47409689 100644 --- a/x/upgrade/abci_test.go +++ b/x/upgrade/abci_test.go @@ -9,9 +9,9 @@ import ( "testing" "time" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" diff --git a/x/upgrade/keeper/grpc_query_test.go b/x/upgrade/keeper/grpc_query_test.go index 648db7cdffe3..90dafbd64700 100644 --- a/x/upgrade/keeper/grpc_query_test.go +++ b/x/upgrade/keeper/grpc_query_test.go @@ -5,7 +5,7 @@ import ( "fmt" "testing" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/baseapp" diff --git a/x/upgrade/keeper/keeper.go b/x/upgrade/keeper/keeper.go index 972c7ad4fe1f..a1f85f5dbe38 100644 --- a/x/upgrade/keeper/keeper.go +++ b/x/upgrade/keeper/keeper.go @@ -8,8 +8,8 @@ import ( "path" "path/filepath" - "github.com/lazyledger/lazyledger-core/libs/log" - tmos "github.com/lazyledger/lazyledger-core/libs/os" + "github.com/celestiaorg/celestia-core/libs/log" + tmos "github.com/celestiaorg/celestia-core/libs/os" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/store/prefix" diff --git a/x/upgrade/keeper/keeper_test.go b/x/upgrade/keeper/keeper_test.go index ca96af0df75b..f5721bcf11e4 100644 --- a/x/upgrade/keeper/keeper_test.go +++ b/x/upgrade/keeper/keeper_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/simapp" diff --git a/x/upgrade/keeper/querier.go b/x/upgrade/keeper/querier.go index 2d6190c47c34..e2896c57c7d2 100644 --- a/x/upgrade/keeper/querier.go +++ b/x/upgrade/keeper/querier.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/upgrade/types" - abci "github.com/lazyledger/lazyledger-core/abci/types" + abci "github.com/celestiaorg/celestia-core/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" diff --git a/x/upgrade/module.go b/x/upgrade/module.go index c92c42bf0b07..f0e048a889ab 100644 --- a/x/upgrade/module.go +++ b/x/upgrade/module.go @@ -4,9 +4,9 @@ import ( "context" "encoding/json" + abci "github.com/celestiaorg/celestia-core/abci/types" "github.com/gorilla/mux" "github.com/grpc-ecosystem/grpc-gateway/runtime" - abci "github.com/lazyledger/lazyledger-core/abci/types" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/upgrade/types/plan_test.go b/x/upgrade/types/plan_test.go index cd67f1254327..d0ec3f0c93e4 100644 --- a/x/upgrade/types/plan_test.go +++ b/x/upgrade/types/plan_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/x/upgrade/types/storeloader_test.go b/x/upgrade/types/storeloader_test.go index d121f1bbf17a..fae880da6128 100644 --- a/x/upgrade/types/storeloader_test.go +++ b/x/upgrade/types/storeloader_test.go @@ -7,9 +7,9 @@ import ( "path/filepath" "testing" - abci "github.com/lazyledger/lazyledger-core/abci/types" - "github.com/lazyledger/lazyledger-core/libs/log" - tmproto "github.com/lazyledger/lazyledger-core/proto/tendermint/types" + abci "github.com/celestiaorg/celestia-core/abci/types" + "github.com/celestiaorg/celestia-core/libs/log" + tmproto "github.com/celestiaorg/celestia-core/proto/tendermint/types" "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" diff --git a/x/upgrade/types/upgrade.pb.go b/x/upgrade/types/upgrade.pb.go index cb608f874747..e78373799413 100644 --- a/x/upgrade/types/upgrade.pb.go +++ b/x/upgrade/types/upgrade.pb.go @@ -9,7 +9,7 @@ import ( _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" - _ "github.com/golang/protobuf/ptypes/timestamp" + _ "google.golang.org/protobuf/types/known/timestamppb" io "io" math "math" math_bits "math/bits"