diff --git a/.github/workflows/manual-deploy-obscuro-gateway-database.yml b/.github/workflows/manual-deploy-obscuro-gateway-database.yml index 8fe3faaeb2..af448b43e7 100644 --- a/.github/workflows/manual-deploy-obscuro-gateway-database.yml +++ b/.github/workflows/manual-deploy-obscuro-gateway-database.yml @@ -88,7 +88,7 @@ jobs: && sudo apt-get install -y gcc \ && sudo snap refresh && sudo snap install --channel=1.18 go --classic \ && curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh \ - && git clone --depth 1 -b ${{ env.BRANCH_NAME }} https://github.com/obscuronet/go-obscuro.git /home/obscuro/go-obscuro \ + && git clone --depth 1 -b ${{ env.BRANCH_NAME }} https://github.com/ten-protocol/go-ten.git /home/obscuro/go-obscuro \ && docker network create --driver bridge node_network || true \ && docker run -d --name datadog-agent \ --network node_network \ diff --git a/.github/workflows/manual-deploy-obscuro-gateway.yml b/.github/workflows/manual-deploy-obscuro-gateway.yml index 5e95506e53..e1f08b7131 100644 --- a/.github/workflows/manual-deploy-obscuro-gateway.yml +++ b/.github/workflows/manual-deploy-obscuro-gateway.yml @@ -104,7 +104,7 @@ jobs: && sudo apt-get install -y gcc \ && sudo snap refresh && sudo snap install --channel=1.18 go --classic \ && curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh \ - && git clone --depth 1 -b ${{ env.BRANCH_NAME }} https://github.com/obscuronet/go-obscuro.git /home/obscuro/go-obscuro \ + && git clone --depth 1 -b ${{ env.BRANCH_NAME }} https://github.com/ten-protocol/go-ten.git /home/obscuro/go-obscuro \ && docker network create --driver bridge node_network || true \ && docker run -d --name datadog-agent \ --network node_network \ diff --git a/.github/workflows/manual-deploy-testnet-l2.yml b/.github/workflows/manual-deploy-testnet-l2.yml index 97c48e8a98..e321709a3a 100644 --- a/.github/workflows/manual-deploy-testnet-l2.yml +++ b/.github/workflows/manual-deploy-testnet-l2.yml @@ -202,7 +202,7 @@ jobs: az vm run-command invoke -g Testnet -n "${{ vars.AZURE_RESOURCE_PREFIX }}-${{ matrix.host_id }}-${{ GITHUB.RUN_NUMBER }}" \ --command-id RunShellScript \ --scripts 'mkdir -p /home/obscuro \ - && git clone --depth 1 -b ${{ env.BRANCH_NAME }} https://github.com/obscuronet/go-obscuro.git /home/obscuro/go-obscuro \ + && git clone --depth 1 -b ${{ env.BRANCH_NAME }} https://github.com/ten-protocol/go-ten.git /home/obscuro/go-obscuro \ && docker network create --driver bridge node_network || true \ && docker run -d --name datadog-agent \ --network node_network \ diff --git a/.github/workflows/manual-upgrade-testnet-l2.yml b/.github/workflows/manual-upgrade-testnet-l2.yml index 562e386289..1c7432fa6f 100644 --- a/.github/workflows/manual-upgrade-testnet-l2.yml +++ b/.github/workflows/manual-upgrade-testnet-l2.yml @@ -147,7 +147,7 @@ jobs: docker pull ${{ vars.L2_HOST_DOCKER_BUILD_TAG }} \ && docker pull ${{ vars.L2_ENCLAVE_DOCKER_BUILD_TAG }} \ && rm -rf /home/obscuro/go-obscuro \ - && git clone --depth 1 -b ${{ env.BRANCH_NAME }} https://github.com/obscuronet/go-obscuro.git /home/obscuro/go-obscuro \ + && git clone --depth 1 -b ${{ env.BRANCH_NAME }} https://github.com/ten-protocol/go-ten.git /home/obscuro/go-obscuro \ && cd /home/obscuro/go-obscuro/ \ && sudo go run /home/obscuro/go-obscuro/go/node/cmd \ -is_genesis=${{ matrix.is_genesis }} \ diff --git a/docs/_docs/testnet/changelog.md b/docs/_docs/testnet/changelog.md index d70fd0ba81..ce964ce99b 100644 --- a/docs/_docs/testnet/changelog.md +++ b/docs/_docs/testnet/changelog.md @@ -689,9 +689,9 @@ * A variety of stability related issues are fixed within this release. * Inclusion of a health endpoint for system status monitoring. * It is now possible to run an Obscuroscan against a locally deployed testnet. For more information see - [building and running a local testnet](https://github.com/obscuronet/go-obscuro/blob/main/README.md#building-and-running-a-local-testnet) + [building and running a local testnet](https://github.com/ten-protocol/go-ten/blob/main/README.md#building-and-running-a-local-testnet) in the project readme. -* Obscuroscan's GitHub Actions [deploy script](https://github.com/obscuronet/go-obscuro/blob/main/.github/workflows/manual-deploy-obscuroscan.yml) has been modified to run the public Testnet Obscuroscan as an Azure web app. This allows access via HTTPS (TLS), which allows app developers to call the Obscuroscan API from other web apps. +* Obscuroscan's GitHub Actions [deploy script](https://github.com/ten-protocol/go-ten/blob/main/.github/workflows/manual-deploy-obscuroscan.yml) has been modified to run the public Testnet Obscuroscan as an Azure web app. This allows access via HTTPS (TLS), which allows app developers to call the Obscuroscan API from other web apps. * A list of the relevant PRs addressed in this release is as below; * `12a04c40` Checks whether the head rollup is nil (#859) * `619d39b4` Clarify that blocks are L1 blocks (#858) @@ -746,9 +746,9 @@ a contract](https://docs.obscu.ro/testnet/deploying-a-smart-contract-programmatically/) has been updated accordingly. * The ability to start a faucet server against a local testnet deployment is now supported via a docker container. For more information see the Obscuro - [readme](https://github.com/obscuronet/go-obscuro#building-and-running-a-local-faucet). -* Updates to the [Events](https://github.com/obscuronet/go-obscuro/blob/main/design/ux/Events_design.md) design - inclusion of the [Fast Finality](https://github.com/obscuronet/go-obscuro/blob/main/design/finality_protocol/fast_finality.md) design. + [readme](https://github.com/ten-protocol/go-ten#building-and-running-a-local-faucet). +* Updates to the [Events](https://github.com/ten-protocol/go-ten/blob/main/design/ux/Events_design.md) design + inclusion of the [Fast Finality](https://github.com/ten-protocol/go-ten/blob/main/design/finality_protocol/fast_finality.md) design. * The [Obscuro docs site](https://docs.obscu.ro/) is now searchable. * Testnet is now officially termed `Evan's Cat`. @@ -761,7 +761,7 @@ * Event Subscriptions: * Event subscriptions for logs are now supported via the eth_subscribe and eth_getLogs approaches. This has been tested using both the ethers and web3js libraries. Note that eth_newFilter is not currently supported. For more - information see [the events design](https://github.com/obscuronet/go-obscuro/blob/main/design/Events_design.md). + information see [the events design](https://github.com/ten-protocol/go-ten/blob/main/design/Events_design.md). ## September 2022-09-22 (v0.4) * Wallet extension: @@ -801,7 +801,7 @@ * The node operator can configure the minimum gas price their aggregator will accept on startup. * Wallet extension * The wallet extension now supports multiple viewing keys through a single running instance. For more information see - the [wallet extension design doc](https://github.com/obscuronet/go-obscuro/blob/main/design/ux/wallet_extension.md), + the [wallet extension design doc](https://github.com/ten-protocol/go-ten/blob/main/design/ux/wallet_extension.md), specifically `Handling eth_call requests` for how the required viewing key is selected when multiple keys are registered. diff --git a/go.mod b/go.mod index b2953e40b1..d988d82248 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/obscuronet/go-obscuro +module github.com/ten-protocol/go-ten go 1.20 @@ -30,6 +30,7 @@ require ( github.com/tidwall/gjson v1.11.0 github.com/valyala/fasthttp v1.48.0 golang.org/x/crypto v0.12.0 + golang.org/x/exp v0.0.0-20230810033253-352e893a4cad golang.org/x/sync v0.3.0 google.golang.org/grpc v1.53.0 google.golang.org/protobuf v1.30.0 @@ -134,7 +135,6 @@ require ( github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect golang.org/x/arch v0.3.0 // indirect - golang.org/x/exp v0.0.0-20230810033253-352e893a4cad // indirect golang.org/x/mod v0.11.0 // indirect golang.org/x/net v0.10.0 // indirect golang.org/x/sys v0.11.0 // indirect diff --git a/go.sum b/go.sum index 2a2657a0c5..d789698b79 100644 --- a/go.sum +++ b/go.sum @@ -1,19 +1,151 @@ 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.110.0/go.mod h1:SJnCLqQ0FCFGSZMUNUf84MV3Aia54kn7pi8st7tMzaY= +cloud.google.com/go/accessapproval v1.6.0/go.mod h1:R0EiYnwV5fsRFiKZkPHr6mwyk2wxUJ30nL4j2pcFY2E= +cloud.google.com/go/accesscontextmanager v1.6.0/go.mod h1:8XCvZWfYw3K/ji0iVnp+6pu7huxoQTLmxAbVjbloTtM= +cloud.google.com/go/aiplatform v1.35.0/go.mod h1:7MFT/vCaOyZT/4IIFfxH4ErVg/4ku6lKv3w0+tFTgXQ= +cloud.google.com/go/analytics v0.18.0/go.mod h1:ZkeHGQlcIPkw0R/GW+boWHhCOR43xz9RN/jn7WcqfIE= +cloud.google.com/go/apigateway v1.5.0/go.mod h1:GpnZR3Q4rR7LVu5951qfXPJCHquZt02jf7xQx7kpqN8= +cloud.google.com/go/apigeeconnect v1.5.0/go.mod h1:KFaCqvBRU6idyhSNyn3vlHXc8VMDJdRmwDF6JyFRqZ8= +cloud.google.com/go/apigeeregistry v0.5.0/go.mod h1:YR5+s0BVNZfVOUkMa5pAR2xGd0A473vA5M7j247o1wM= +cloud.google.com/go/apikeys v0.5.0/go.mod h1:5aQfwY4D+ewMMWScd3hm2en3hCj+BROlyrt3ytS7KLI= +cloud.google.com/go/appengine v1.6.0/go.mod h1:hg6i0J/BD2cKmDJbaFSYHFyZkgBEfQrDg/X0V5fJn84= +cloud.google.com/go/area120 v0.7.1/go.mod h1:j84i4E1RboTWjKtZVWXPqvK5VHQFJRF2c1Nm69pWm9k= +cloud.google.com/go/artifactregistry v1.11.2/go.mod h1:nLZns771ZGAwVLzTX/7Al6R9ehma4WUEhZGWV6CeQNQ= +cloud.google.com/go/asset v1.11.1/go.mod h1:fSwLhbRvC9p9CXQHJ3BgFeQNM4c9x10lqlrdEUYXlJo= +cloud.google.com/go/assuredworkloads v1.10.0/go.mod h1:kwdUQuXcedVdsIaKgKTp9t0UJkE5+PAVNhdQm4ZVq2E= +cloud.google.com/go/automl v1.12.0/go.mod h1:tWDcHDp86aMIuHmyvjuKeeHEGq76lD7ZqfGLN6B0NuU= +cloud.google.com/go/baremetalsolution v0.5.0/go.mod h1:dXGxEkmR9BMwxhzBhV0AioD0ULBmuLZI8CdwalUxuss= +cloud.google.com/go/batch v0.7.0/go.mod h1:vLZN95s6teRUqRQ4s3RLDsH8PvboqBK+rn1oevL159g= +cloud.google.com/go/beyondcorp v0.4.0/go.mod h1:3ApA0mbhHx6YImmuubf5pyW8srKnCEPON32/5hj+RmM= +cloud.google.com/go/bigquery v1.48.0/go.mod h1:QAwSz+ipNgfL5jxiaK7weyOhzdoAy1zFm0Nf1fysJac= +cloud.google.com/go/billing v1.12.0/go.mod h1:yKrZio/eu+okO/2McZEbch17O5CB5NpZhhXG6Z766ss= +cloud.google.com/go/binaryauthorization v1.5.0/go.mod h1:OSe4OU1nN/VswXKRBmciKpo9LulY41gch5c68htf3/Q= +cloud.google.com/go/certificatemanager v1.6.0/go.mod h1:3Hh64rCKjRAX8dXgRAyOcY5vQ/fE1sh8o+Mdd6KPgY8= +cloud.google.com/go/channel v1.11.0/go.mod h1:IdtI0uWGqhEeatSB62VOoJ8FSUhJ9/+iGkJVqp74CGE= +cloud.google.com/go/cloudbuild v1.7.0/go.mod h1:zb5tWh2XI6lR9zQmsm1VRA+7OCuve5d8S+zJUul8KTg= +cloud.google.com/go/clouddms v1.5.0/go.mod h1:QSxQnhikCLUw13iAbffF2CZxAER3xDGNHjsTAkQJcQA= +cloud.google.com/go/cloudtasks v1.9.0/go.mod h1:w+EyLsVkLWHcOaqNEyvcKAsWp9p29dL6uL9Nst1cI7Y= +cloud.google.com/go/compute v1.18.0/go.mod h1:1X7yHxec2Ga+Ss6jPyjxRxpu2uu7PLgsOVXvgU0yacs= +cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA= +cloud.google.com/go/contactcenterinsights v1.6.0/go.mod h1:IIDlT6CLcDoyv79kDv8iWxMSTZhLxSCofVV5W6YFM/w= +cloud.google.com/go/container v1.13.1/go.mod h1:6wgbMPeQRw9rSnKBCAJXnds3Pzj03C4JHamr8asWKy4= +cloud.google.com/go/containeranalysis v0.7.0/go.mod h1:9aUL+/vZ55P2CXfuZjS4UjQ9AgXoSw8Ts6lemfmxBxI= +cloud.google.com/go/datacatalog v1.12.0/go.mod h1:CWae8rFkfp6LzLumKOnmVh4+Zle4A3NXLzVJ1d1mRm0= +cloud.google.com/go/dataflow v0.8.0/go.mod h1:Rcf5YgTKPtQyYz8bLYhFoIV/vP39eL7fWNcSOyFfLJE= +cloud.google.com/go/dataform v0.6.0/go.mod h1:QPflImQy33e29VuapFdf19oPbE4aYTJxr31OAPV+ulA= +cloud.google.com/go/datafusion v1.6.0/go.mod h1:WBsMF8F1RhSXvVM8rCV3AeyWVxcC2xY6vith3iw3S+8= +cloud.google.com/go/datalabeling v0.7.0/go.mod h1:WPQb1y08RJbmpM3ww0CSUAGweL0SxByuW2E+FU+wXcM= +cloud.google.com/go/dataplex v1.5.2/go.mod h1:cVMgQHsmfRoI5KFYq4JtIBEUbYwc3c7tXmIDhRmNNVQ= +cloud.google.com/go/dataproc v1.12.0/go.mod h1:zrF3aX0uV3ikkMz6z4uBbIKyhRITnxvr4i3IjKsKrw4= +cloud.google.com/go/dataqna v0.7.0/go.mod h1:Lx9OcIIeqCrw1a6KdO3/5KMP1wAmTc0slZWwP12Qq3c= +cloud.google.com/go/datastore v1.10.0/go.mod h1:PC5UzAmDEkAmkfaknstTYbNpgE49HAgW2J1gcgUfmdM= +cloud.google.com/go/datastream v1.6.0/go.mod h1:6LQSuswqLa7S4rPAOZFVjHIG3wJIjZcZrw8JDEDJuIs= +cloud.google.com/go/deploy v1.6.0/go.mod h1:f9PTHehG/DjCom3QH0cntOVRm93uGBDt2vKzAPwpXQI= +cloud.google.com/go/dialogflow v1.31.0/go.mod h1:cuoUccuL1Z+HADhyIA7dci3N5zUssgpBJmCzI6fNRB4= +cloud.google.com/go/dlp v1.9.0/go.mod h1:qdgmqgTyReTz5/YNSSuueR8pl7hO0o9bQ39ZhtgkWp4= +cloud.google.com/go/documentai v1.16.0/go.mod h1:o0o0DLTEZ+YnJZ+J4wNfTxmDVyrkzFvttBXXtYRMHkM= +cloud.google.com/go/domains v0.8.0/go.mod h1:M9i3MMDzGFXsydri9/vW+EWz9sWb4I6WyHqdlAk0idE= +cloud.google.com/go/edgecontainer v0.3.0/go.mod h1:FLDpP4nykgwwIfcLt6zInhprzw0lEi2P1fjO6Ie0qbc= +cloud.google.com/go/errorreporting v0.3.0/go.mod h1:xsP2yaAp+OAW4OIm60An2bbLpqIhKXdWR/tawvl7QzU= +cloud.google.com/go/essentialcontacts v1.5.0/go.mod h1:ay29Z4zODTuwliK7SnX8E86aUF2CTzdNtvv42niCX0M= +cloud.google.com/go/eventarc v1.10.0/go.mod h1:u3R35tmZ9HvswGRBnF48IlYgYeBcPUCjkr4BTdem2Kw= +cloud.google.com/go/filestore v1.5.0/go.mod h1:FqBXDWBp4YLHqRnVGveOkHDf8svj9r5+mUDLupOWEDs= +cloud.google.com/go/firestore v1.9.0/go.mod h1:HMkjKHNTtRyZNiMzu7YAsLr9K3X2udY2AMwDaMEQiiE= +cloud.google.com/go/functions v1.10.0/go.mod h1:0D3hEOe3DbEvCXtYOZHQZmD+SzYsi1YbI7dGvHfldXw= +cloud.google.com/go/gaming v1.9.0/go.mod h1:Fc7kEmCObylSWLO334NcO+O9QMDyz+TKC4v1D7X+Bc0= +cloud.google.com/go/gkebackup v0.4.0/go.mod h1:byAyBGUwYGEEww7xsbnUTBHIYcOPy/PgUWUtOeRm9Vg= +cloud.google.com/go/gkeconnect v0.7.0/go.mod h1:SNfmVqPkaEi3bF/B3CNZOAYPYdg7sU+obZ+QTky2Myw= +cloud.google.com/go/gkehub v0.11.0/go.mod h1:JOWHlmN+GHyIbuWQPl47/C2RFhnFKH38jH9Ascu3n0E= +cloud.google.com/go/gkemulticloud v0.5.0/go.mod h1:W0JDkiyi3Tqh0TJr//y19wyb1yf8llHVto2Htf2Ja3Y= +cloud.google.com/go/gsuiteaddons v1.5.0/go.mod h1:TFCClYLd64Eaa12sFVmUyG62tk4mdIsI7pAnSXRkcFo= +cloud.google.com/go/iam v0.12.0/go.mod h1:knyHGviacl11zrtZUoDuYpDgLjvr28sLQaG0YB2GYAY= +cloud.google.com/go/iap v1.6.0/go.mod h1:NSuvI9C/j7UdjGjIde7t7HBz+QTwBcapPE07+sSRcLk= +cloud.google.com/go/ids v1.3.0/go.mod h1:JBdTYwANikFKaDP6LtW5JAi4gubs57SVNQjemdt6xV4= +cloud.google.com/go/iot v1.5.0/go.mod h1:mpz5259PDl3XJthEmh9+ap0affn/MqNSP4My77Qql9o= +cloud.google.com/go/kms v1.9.0/go.mod h1:qb1tPTgfF9RQP8e1wq4cLFErVuTJv7UsSC915J8dh3w= +cloud.google.com/go/language v1.9.0/go.mod h1:Ns15WooPM5Ad/5no/0n81yUetis74g3zrbeJBE+ptUY= +cloud.google.com/go/lifesciences v0.8.0/go.mod h1:lFxiEOMqII6XggGbOnKiyZ7IBwoIqA84ClvoezaA/bo= +cloud.google.com/go/logging v1.7.0/go.mod h1:3xjP2CjkM3ZkO73aj4ASA5wRPGGCRrPIAeNqVNkzY8M= +cloud.google.com/go/longrunning v0.4.1/go.mod h1:4iWDqhBZ70CvZ6BfETbvam3T8FMvLK+eFj0E6AaRQTo= +cloud.google.com/go/managedidentities v1.5.0/go.mod h1:+dWcZ0JlUmpuxpIDfyP5pP5y0bLdRwOS4Lp7gMni/LA= +cloud.google.com/go/maps v0.6.0/go.mod h1:o6DAMMfb+aINHz/p/jbcY+mYeXBoZoxTfdSQ8VAJaCw= +cloud.google.com/go/mediatranslation v0.7.0/go.mod h1:LCnB/gZr90ONOIQLgSXagp8XUW1ODs2UmUMvcgMfI2I= +cloud.google.com/go/memcache v1.9.0/go.mod h1:8oEyzXCu+zo9RzlEaEjHl4KkgjlNDaXbCQeQWlzNFJM= +cloud.google.com/go/metastore v1.10.0/go.mod h1:fPEnH3g4JJAk+gMRnrAnoqyv2lpUCqJPWOodSaf45Eo= +cloud.google.com/go/monitoring v1.12.0/go.mod h1:yx8Jj2fZNEkL/GYZyTLS4ZtZEZN8WtDEiEqG4kLK50w= +cloud.google.com/go/networkconnectivity v1.10.0/go.mod h1:UP4O4sWXJG13AqrTdQCD9TnLGEbtNRqjuaaA7bNjF5E= +cloud.google.com/go/networkmanagement v1.6.0/go.mod h1:5pKPqyXjB/sgtvB5xqOemumoQNB7y95Q7S+4rjSOPYY= +cloud.google.com/go/networksecurity v0.7.0/go.mod h1:mAnzoxx/8TBSyXEeESMy9OOYwo1v+gZ5eMRnsT5bC8k= +cloud.google.com/go/notebooks v1.7.0/go.mod h1:PVlaDGfJgj1fl1S3dUwhFMXFgfYGhYQt2164xOMONmE= +cloud.google.com/go/optimization v1.3.1/go.mod h1:IvUSefKiwd1a5p0RgHDbWCIbDFgKuEdB+fPPuP0IDLI= +cloud.google.com/go/orchestration v1.6.0/go.mod h1:M62Bevp7pkxStDfFfTuCOaXgaaqRAga1yKyoMtEoWPQ= +cloud.google.com/go/orgpolicy v1.10.0/go.mod h1:w1fo8b7rRqlXlIJbVhOMPrwVljyuW5mqssvBtU18ONc= +cloud.google.com/go/osconfig v1.11.0/go.mod h1:aDICxrur2ogRd9zY5ytBLV89KEgT2MKB2L/n6x1ooPw= +cloud.google.com/go/oslogin v1.9.0/go.mod h1:HNavntnH8nzrn8JCTT5fj18FuJLFJc4NaZJtBnQtKFs= +cloud.google.com/go/phishingprotection v0.7.0/go.mod h1:8qJI4QKHoda/sb/7/YmMQ2omRLSLYSu9bU0EKCNI+Lk= +cloud.google.com/go/policytroubleshooter v1.5.0/go.mod h1:Rz1WfV+1oIpPdN2VvvuboLVRsB1Hclg3CKQ53j9l8vw= +cloud.google.com/go/privatecatalog v0.7.0/go.mod h1:2s5ssIFO69F5csTXcwBP7NPFTZvps26xGzvQ2PQaBYg= +cloud.google.com/go/pubsub v1.28.0/go.mod h1:vuXFpwaVoIPQMGXqRyUQigu/AX1S3IWugR9xznmcXX8= +cloud.google.com/go/pubsublite v1.6.0/go.mod h1:1eFCS0U11xlOuMFV/0iBqw3zP12kddMeCbj/F3FSj9k= +cloud.google.com/go/recaptchaenterprise/v2 v2.6.0/go.mod h1:RPauz9jeLtB3JVzg6nCbe12qNoaa8pXc4d/YukAmcnA= +cloud.google.com/go/recommendationengine v0.7.0/go.mod h1:1reUcE3GIu6MeBz/h5xZJqNLuuVjNg1lmWMPyjatzac= +cloud.google.com/go/recommender v1.9.0/go.mod h1:PnSsnZY7q+VL1uax2JWkt/UegHssxjUVVCrX52CuEmQ= +cloud.google.com/go/redis v1.11.0/go.mod h1:/X6eicana+BWcUda5PpwZC48o37SiFVTFSs0fWAJ7uQ= +cloud.google.com/go/resourcemanager v1.5.0/go.mod h1:eQoXNAiAvCf5PXxWxXjhKQoTMaUSNrEfg+6qdf/wots= +cloud.google.com/go/resourcesettings v1.5.0/go.mod h1:+xJF7QSG6undsQDfsCJyqWXyBwUoJLhetkRMDRnIoXA= +cloud.google.com/go/retail v1.12.0/go.mod h1:UMkelN/0Z8XvKymXFbD4EhFJlYKRx1FGhQkVPU5kF14= +cloud.google.com/go/run v0.8.0/go.mod h1:VniEnuBwqjigv0A7ONfQUaEItaiCRVujlMqerPPiktM= +cloud.google.com/go/scheduler v1.8.0/go.mod h1:TCET+Y5Gp1YgHT8py4nlg2Sew8nUHMqcpousDgXJVQc= +cloud.google.com/go/secretmanager v1.10.0/go.mod h1:MfnrdvKMPNra9aZtQFvBcvRU54hbPD8/HayQdlUgJpU= +cloud.google.com/go/security v1.12.0/go.mod h1:rV6EhrpbNHrrxqlvW0BWAIawFWq3X90SduMJdFwtLB8= +cloud.google.com/go/securitycenter v1.18.1/go.mod h1:0/25gAzCM/9OL9vVx4ChPeM/+DlfGQJDwBy/UC8AKK0= +cloud.google.com/go/servicecontrol v1.11.0/go.mod h1:kFmTzYzTUIuZs0ycVqRHNaNhgR+UMUpw9n02l/pY+mc= +cloud.google.com/go/servicedirectory v1.8.0/go.mod h1:srXodfhY1GFIPvltunswqXpVxFPpZjf8nkKQT7XcXaY= +cloud.google.com/go/servicemanagement v1.6.0/go.mod h1:aWns7EeeCOtGEX4OvZUWCCJONRZeFKiptqKf1D0l/Jc= +cloud.google.com/go/serviceusage v1.5.0/go.mod h1:w8U1JvqUqwJNPEOTQjrMHkw3IaIFLoLsPLvsE3xueec= +cloud.google.com/go/shell v1.6.0/go.mod h1:oHO8QACS90luWgxP3N9iZVuEiSF84zNyLytb+qE2f9A= +cloud.google.com/go/spanner v1.44.0/go.mod h1:G8XIgYdOK+Fbcpbs7p2fiprDw4CaZX63whnSMLVBxjk= +cloud.google.com/go/speech v1.14.1/go.mod h1:gEosVRPJ9waG7zqqnsHpYTOoAS4KouMRLDFMekpJ0J0= +cloud.google.com/go/storagetransfer v1.7.0/go.mod h1:8Giuj1QNb1kfLAiWM1bN6dHzfdlDAVC9rv9abHot2W4= +cloud.google.com/go/talent v1.5.0/go.mod h1:G+ODMj9bsasAEJkQSzO2uHQWXHHXUomArjWQQYkqK6c= +cloud.google.com/go/texttospeech v1.6.0/go.mod h1:YmwmFT8pj1aBblQOI3TfKmwibnsfvhIBzPXcW4EBovc= +cloud.google.com/go/tpu v1.5.0/go.mod h1:8zVo1rYDFuW2l4yZVY0R0fb/v44xLh3llq7RuV61fPM= +cloud.google.com/go/trace v1.8.0/go.mod h1:zH7vcsbAhklH8hWFig58HvxcxyQbaIqMarMg9hn5ECA= +cloud.google.com/go/translate v1.6.0/go.mod h1:lMGRudH1pu7I3n3PETiOB2507gf3HnfLV8qlkHZEyos= +cloud.google.com/go/video v1.13.0/go.mod h1:ulzkYlYgCp15N2AokzKjy7MQ9ejuynOJdf1tR5lGthk= +cloud.google.com/go/videointelligence v1.10.0/go.mod h1:LHZngX1liVtUhZvi2uNS0VQuOzNi2TkY1OakiuoUOjU= +cloud.google.com/go/vision/v2 v2.6.0/go.mod h1:158Hes0MvOS9Z/bDMSFpjwsUrZ5fPrdwuyyvKSGAGMY= +cloud.google.com/go/vmmigration v1.5.0/go.mod h1:E4YQ8q7/4W9gobHjQg4JJSgXXSgY21nA5r8swQV+Xxc= +cloud.google.com/go/vmwareengine v0.2.2/go.mod h1:sKdctNJxb3KLZkE/6Oui94iw/xs9PRNC2wnNLXsHvH8= +cloud.google.com/go/vpcaccess v1.6.0/go.mod h1:wX2ILaNhe7TlVa4vC5xce1bCnqE3AeH27RV31lnmZes= +cloud.google.com/go/webrisk v1.8.0/go.mod h1:oJPDuamzHXgUc+b8SiHRcVInZQuybnvEW72PqTc7sSg= +cloud.google.com/go/websecurityscanner v1.5.0/go.mod h1:Y6xdCPy81yi0SQnDY1xdNTNpfY1oAgXUlcfN3B3eSng= +cloud.google.com/go/workflows v1.10.0/go.mod h1:fZ8LmRmZQWacon9UCX1r/g/DfAXx5VcPALq2CxzdePw= +github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1/go.mod h1:VzwV+t+dZ9j/H867F1M2ziD+yLHtB46oM35FxxMJ4d0= +github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20221215162035-5330a85ea652/go.mod h1:OahwfttHWG6eJ0clwcfBAHoDI6X/LV/15hx/wlMZSrU= github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9/go.mod h1:bOvUY6CB00SOBii9/FifXqc0awNKxLFCL/+pkDPuyl8= +github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.1/go.mod h1:fBF9PQNqB8scdgpZ3ufzaLntG0AG7C1WjPMsiFOmfHM= +github.com/Azure/azure-sdk-for-go/sdk/internal v0.8.3/go.mod h1:KLF4gFr6DcKFZwSuH8w8yEK6DpFl3LP5rhdvAb7Yz5I= +github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0/go.mod h1:tPaiy8S5bQ+S5sOiDlINkp7+Ef339+Nz5L5XO+cnOHo= github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25UVaW/CKtUDjefjrs0SPonmDGUVOYP0= github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak= +github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53/go.mod h1:+3IMCy2vIlbG1XG/0ggNQv0SvxCAIpPM5b1nCz56Xno= github.com/CloudyKit/jet/v3 v3.0.0/go.mod h1:HKQPgSJmdK8hdoAbKUUWajkHyHo4RaU5rMdUywE7VMo= +github.com/CloudyKit/jet/v6 v6.1.0/go.mod h1:d3ypHeIRNo2+XyqnGA8s+aphtcVpjP5hPwP/Lzo7Ro4= github.com/DataDog/zstd v1.5.2 h1:vUG4lAyuPCXO0TLbXvPv7EB7cNK1QV/luu55UHLrrn8= github.com/DataDog/zstd v1.5.2/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw= +github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= github.com/Joker/hpp v1.0.0/go.mod h1:8x5n+M1Hp5hC0g8okX3sR3vFQwynaX/UgSOM9MeBKzY= github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= +github.com/Microsoft/hcsshim v0.10.0-rc.8/go.mod h1:OEthFdQv/AD2RAdzR6Mm1N1KPCztGKDurW1Z8b8VGMM= github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398/go.mod h1:a1uqRtAwp2Xwc6WNPJEufxJ7fx3npB4UV/JOLmbu5I0= +github.com/Shopify/goreferrer v0.0.0-20220729165902-8cddb4f5de06/go.mod h1:7erjKLwalezA0k99cWs5L11HWOAPNjdUZ6RxH1BXbbM= 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/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 h1:fLjPD/aNc3UIOA6tDi6QXUemppXK3P9BI7mr2hd6gx8= @@ -28,6 +160,7 @@ github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuy 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= github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= +github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM= github.com/allegro/bigcache v1.2.1 h1:hg1sY1raCwic3Vnsvje6TT7/pnZba83LeFck5NrFKSc= github.com/allegro/bigcache v1.2.1/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM= @@ -45,6 +178,16 @@ github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a/go.mod h1:DAHtR1m6l github.com/aws/aws-lambda-go v1.13.3/go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQwij/eHl5CU= github.com/aws/aws-sdk-go v1.27.0/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g= +github.com/aws/aws-sdk-go-v2 v1.2.0/go.mod h1:zEQs02YRBw1DjK0PoJv3ygDYOFTre1ejlJWl8FwAuQo= +github.com/aws/aws-sdk-go-v2/config v1.1.1/go.mod h1:0XsVy9lBI/BCXm+2Tuvt39YmdHwS5unDQmxZOYe8F5Y= +github.com/aws/aws-sdk-go-v2/credentials v1.1.1/go.mod h1:mM2iIjwl7LULWtS6JCACyInboHirisUUdkBPoTHMOUo= +github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.0.2/go.mod h1:3hGg3PpiEjHnrkrlasTfxFqUsZ2GCk/fMUn4CbKgSkM= +github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.0.2/go.mod h1:45MfaXZ0cNbeuT0KQ1XJylq8A6+OpVV2E5kvY/Kq+u8= +github.com/aws/aws-sdk-go-v2/service/route53 v1.1.1/go.mod h1:rLiOUrPLW/Er5kRcQ7NkwbjlijluLsrIbu/iyl35RO4= +github.com/aws/aws-sdk-go-v2/service/sso v1.1.1/go.mod h1:SuZJxklHxLAXgLTc1iFXbEWkXs7QRTQpCLGaKIprQW0= +github.com/aws/aws-sdk-go-v2/service/sts v1.1.1/go.mod h1:Wi0EBZwiz/K44YliU0EKxqTCJGUfYTWXrrBwkq736bM= +github.com/aws/smithy-go v1.1.0/go.mod h1:EzMw8dbp/YJL4A5/sbhGddag+NPT7q084agLbB9LgIw= +github.com/aymerick/douceur v0.2.0/go.mod h1:wlT5vV2O3h55X9m7iVYN0TBM0NH/MmbLnd30/FjWUq4= github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= @@ -53,11 +196,13 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= github.com/bits-and-blooms/bitset v1.7.0 h1:YjAGVd3XmtK9ktAbX8Zg2g2PwLIMjGREZJHlV4j7NEo= github.com/bits-and-blooms/bitset v1.7.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA= +github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ= github.com/btcsuite/btcd v0.20.1-beta/go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ= 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/btcd/btcec/v2 v2.3.2 h1:5n0X6hX0Zk+6omWcihdYvdAlGf2DfasC0GMf7DClJ3U= github.com/btcsuite/btcd/btcec/v2 v2.3.2/go.mod h1:zYzJ8etWJQIv1Ogk7OzpWjowwOdXY1W/17j2MW85J04= +github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc= github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f/go.mod h1:TdznJufoqS23FtqVCzL0ZqgP5MqXbb4fg/WgDys70nA= github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d/go.mod h1:+5NJ2+qvTyV9exUAL/rxXi3DcLg2Ts+ymUAY5y4NvMg= github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce/go.mod h1:0DVlHczLPewLcPGEIeUEzfOJhqGPQ0mJJRDBtD307+o= @@ -73,17 +218,24 @@ github.com/bytedance/sonic v1.9.1 h1:6iJ6NqdoxCDr6mbY8h18oSO+cShGSMRGCEo7F2h0x8s github.com/bytedance/sonic v1.9.1/go.mod h1:i736AoUSYt75HyZLoJW9ERYxcy6eaN6h4BZXU064P/U= github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ= github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM= +github.com/cenkalti/backoff/v4 v4.2.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= +github.com/census-instrumentation/opencensus-proto v0.4.1/go.mod h1:4T9NM4+4Vw91VeyqjLS6ao50K5bOcLKN6Q42XnYaRYw= github.com/cespare/cp v0.1.0 h1:SE+dxFebS7Iik5LK0tsi1k9ZCxEaFX4AjQmoyA+1dJk= +github.com/cespare/cp v0.1.0/go.mod h1:SOGHArjBr4JWaSDEVpWpo/hNg6RoKrls6Oh40hiwW+s= github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06/go.mod h1:DH46F32mSOjUmXrMHnKwZdA8wcEefY7UVqBKYGjpdQY= github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 h1:qSGYFH7+jGhDF8vLC+iwCD4WpbV1EBDSzWkJODFLams= github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311/go.mod h1:b583jCggY9gE99b6G5LEC39OIiVsWj+R97kbl5odCEk= +github.com/cilium/ebpf v0.9.1/go.mod h1:+OhNOIXx/Fnu1IE8bJz2dzOA+VSfyTfdNUVdlQnxUFY= 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/cloudflare/cloudflare-go v0.14.0/go.mod h1:EnwdgGMaFOruiPZRFSgn+TsQ3hQ7C/YWzIGLeu5c304= github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= +github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe/go.mod h1:6pvJx4me5XPnfI9Z40ddWsdw2W/uZgQLFXToKeRcDiI= +github.com/cncf/xds/go v0.0.0-20230105202645-06c439db220b/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= github.com/cockroachdb/datadriven v1.0.2 h1:H9MtNqVoVhvd9nCBwOyDjUEdZCREqbIdCJD93PBm/jA= github.com/cockroachdb/datadriven v1.0.2/go.mod h1:a9RdTaap04u637JoCzcUoIcDmvwSUtcUFtT/C3kJlTU= @@ -96,27 +248,51 @@ github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811 h1:ytcWPaNPhNoG github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811/go.mod h1:Nb5lgvnQ2+oGlE/EyZy4+2/CxRh9KfvCXnag1vtpxVM= github.com/cockroachdb/redact v1.1.3 h1:AKZds10rFSIj7qADf0g46UixK8NNLwWTNdCIGS5wfSQ= github.com/cockroachdb/redact v1.1.3/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZZ2lK+dpvRg= +github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2/go.mod h1:8BT+cPK6xvFOcRlk0R8eg+OTkcqI6baNH4xAkpiYVvQ= github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI= github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0/go.mod h1:4Zcjuz89kmFXt9morQgcfYZAYZ5n8WHjt81YYWIwtTM= github.com/consensys/bavard v0.1.13 h1:oLhMLOFGTLdlda/kma4VOJazblc7IM5y5QPd2A/YjhQ= github.com/consensys/bavard v0.1.13/go.mod h1:9ItSMtA/dXMAiL7BG6bqW2m3NdSEObYWoH223nGHukI= github.com/consensys/gnark-crypto v0.10.0 h1:zRh22SR7o4K35SoNqouS9J/TKHTyU2QWaj5ldehyXtA= github.com/consensys/gnark-crypto v0.10.0/go.mod h1:Iq/P3HHl0ElSjsg2E1gsMwhAyxnxoKK5nVyZKd+/KhU= +github.com/container-orchestrated-devices/container-device-interface v0.5.4/go.mod h1:DjE95rfPiiSmG7uVXtg0z6MnPm/Lx4wxKCIts0ZE0vg= +github.com/containerd/aufs v1.0.0/go.mod h1:kL5kd6KM5TzQjR79jljyi4olc1Vrx6XBlcyj3gNv2PU= +github.com/containerd/btrfs/v2 v2.0.0/go.mod h1:swkD/7j9HApWpzl8OHfrHNxppPd9l44DFZdF94BUj9k= +github.com/containerd/cgroups v1.1.0/go.mod h1:6ppBcbh/NOOUU+dMKrykgaBnK9lCIBxHqJDGwsa1mIw= +github.com/containerd/cgroups/v3 v3.0.2/go.mod h1:JUgITrzdFqp42uI2ryGA+ge0ap/nxzYgkGmIcetmErE= +github.com/containerd/console v1.0.3/go.mod h1:7LqA/THxQ86k76b8c/EMSiaJ3h1eZkMkXar0TQ1gf3U= github.com/containerd/containerd v1.7.3 h1:cKwYKkP1eTj54bP3wCdXXBymmKRQMrWjkLSWZZJDa8o= github.com/containerd/containerd v1.7.3/go.mod h1:32FOM4/O0RkNg7AjQj3hDzN9cUGtu+HMvaKUNiqCZB8= +github.com/containerd/continuity v0.4.1/go.mod h1:F6PTNCKepoxEaXLQp3wDAjygEnImnZ/7o4JzpodfroQ= +github.com/containerd/fifo v1.1.0/go.mod h1:bmC4NWMbXlt2EZ0Hc7Fx7QzTFxgPID13eH0Qu+MAb2o= +github.com/containerd/go-cni v1.1.9/go.mod h1:XYrZJ1d5W6E2VOvjffL3IZq0Dz6bsVlERHbekNK90PM= +github.com/containerd/go-runc v1.0.0/go.mod h1:cNU0ZbCgCQVZK4lgG3P+9tn9/PaJNmoDXPpoJhDR+Ok= +github.com/containerd/imgcrypt v1.1.7/go.mod h1:FD8gqIcX5aTotCtOmjeCsi3A1dHmTZpnMISGKSczt4k= +github.com/containerd/nri v0.3.0/go.mod h1:Zw9q2lP16sdg0zYybemZ9yTDy8g7fPCIB3KXOGlggXI= +github.com/containerd/ttrpc v1.2.2/go.mod h1:sIT6l32Ph/H9cvnJsfXM5drIVzTr5A2flTf1G5tYZak= +github.com/containerd/typeurl v1.0.2/go.mod h1:9trJWW2sRlGub4wZJRTW83VtbOLS6hwcDZXTn6oPz9s= +github.com/containerd/typeurl/v2 v2.1.1/go.mod h1:IDp2JFvbwZ31H8dQbEIY7sDl2L3o3HZj1hsSQlywkQ0= +github.com/containerd/zfs v1.1.0/go.mod h1:oZF9wBnrnQjpWLaPKEinrx3TQ9a+W/RJO7Zb41d8YLE= +github.com/containernetworking/cni v1.1.2/go.mod h1:sDpYKmGVENF3s6uvMvGgldDWeG8dMxakj/u+i9ht9vw= +github.com/containernetworking/plugins v1.2.0/go.mod h1:/VjX4uHecW5vVimFa1wkG4s+r/s9qIfPdqlLF4TW8c4= +github.com/containers/ocicrypt v1.1.6/go.mod h1:WgjxPWdTJMqYMjf3M6cuIFFA1/MpyyhIM99YInA+Rvc= github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk= github.com/coreos/go-semver v0.2.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/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= 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.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w= github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= +github.com/crate-crypto/go-ipa v0.0.0-20230601170251-1830d0757c80/go.mod h1:gzbVz57IDJgQ9rLQwfSk696JGWof8ftznEL9GoAv3NI= github.com/crate-crypto/go-kzg-4844 v0.3.0 h1:UBlWE0CgyFqqzTI+IFyCzA7A3Zw4iip6uzRv5NIXG0A= github.com/crate-crypto/go-kzg-4844 v0.3.0/go.mod h1:SBP7ikXEgDnUPONgm33HtuDZEDtWa3L4QtN1ocJSEQ4= 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/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= +github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4= github.com/davecgh/go-spew v0.0.0-20161028175848-04cdfd42973b/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -125,20 +301,26 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/deckarep/golang-set/v2 v2.1.0 h1:g47V4Or+DUdzbs8FxCCmgb6VYd+ptPAngjM6dtGktsI= github.com/deckarep/golang-set/v2 v2.1.0/go.mod h1:VAky9rY/yGXJOLEDv3OMci+7wtDpOF4IN+y82NBOac4= github.com/decred/dcrd/crypto/blake256 v1.0.1 h1:7PltbUIQB7u/FfZ39+DGa/ShuMyJ5ilcvdfma9wOH6Y= +github.com/decred/dcrd/crypto/blake256 v1.0.1/go.mod h1:2OfgNZ5wDpcsFmHmCK5gZTPcCXqlm2ArzUIkw9czNJo= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 h1:8UrgZ3GkP4i/CLijOJx79Yu+etlyjdBU4sfcs2WYQMs= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0/go.mod h1:v57UDF4pDQJcEfFUCRop3lJL149eHGSe9Jvczhzjo/0= github.com/decred/dcrd/lru v1.0.0/go.mod h1:mxKOwFd7lFjN2GZYsiz/ecgqR6kkYAl+0pz0tEMk218= +github.com/deepmap/oapi-codegen v1.8.2/go.mod h1:YLgSKSDv/bZQB7N4ws6luhozi3cEdRktEqrX88CvjIw= github.com/dgraph-io/badger v1.6.0/go.mod h1:zwt7syl517jmP8s94KqSxTlM6IMsdhYy6psNgSztDR4= 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/dlclark/regexp2 v1.7.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68= github.com/docker/distribution v2.8.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= github.com/docker/docker v20.10.3-0.20220224222438-c78f6963a1c0+incompatible h1:Ptj2To+ezU/mCBUKdYXBQ2r3/2EJojAlOZrsgprF+is= github.com/docker/docker v20.10.3-0.20220224222438-c78f6963a1c0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ= github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec= +github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c/go.mod h1:Uw6UezgYA44ePAFQYUehOuCzmy5zmg/+nl2ZfMWGkpA= +github.com/docker/go-metrics v0.0.1/go.mod h1:cG1hvH2utMXtqgqqYE9plW6lDxS3/5ayHzueweSI3Vw= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4= github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk= +github.com/dop251/goja v0.0.0-20230605162241-28ee0ee714f3/go.mod h1:QMWlm50DNe14hD7t24KEqZuUdC9sOTy8W6XbCU1mlw4= github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= github.com/eapache/go-resiliency v1.1.0/go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs= @@ -152,11 +334,14 @@ github.com/eko/gocache/lib/v4 v4.1.2 h1:cX54GhJJsfc5jvCEaPW8595h9Pq6bbNfkv0o/669 github.com/eko/gocache/lib/v4 v4.1.2/go.mod h1:FqyrANKct257VFHVVs11m6V2syGobOmHycQCyRSMwu0= github.com/eko/gocache/store/bigcache/v4 v4.1.2 h1:8uMDpgxTG7BvyLHBFqL3Ao809bVrXfrWqo7v6ALiwTw= github.com/eko/gocache/store/bigcache/v4 v4.1.2/go.mod h1:Lut5Sk/yI835w02tmwx4ecezYQo445L5sdICsk1zgho= +github.com/emicklei/go-restful/v3 v3.10.1/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= 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.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= +github.com/envoyproxy/go-control-plane v0.10.3/go.mod h1:fJJn/j26vwOu972OllsvAgJJM//w9BV6Fxbg2LuVd34= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= +github.com/envoyproxy/protoc-gen-validate v0.9.1/go.mod h1:OKNgG7TCp5pF4d6XftA0++PMirau2/yoOwVac3AbF2w= github.com/etcd-io/bbolt v1.3.3/go.mod h1:ZF2nL25h33cCyBtcyWeZ2/I3HQOfTP+0PIEvHjkjCrw= github.com/ethereum/c-kzg-4844 v0.3.1 h1:sR65+68+WdnMKxseNWxSJuAv2tsUrihTpVBTfM/U5Zg= github.com/ethereum/c-kzg-4844 v0.3.1/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0= @@ -165,8 +350,10 @@ github.com/ethereum/go-ethereum v1.12.2/go.mod h1:1cRAEV+rp/xX0zraSCBnu9Py3HQ+ge github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072/go.mod h1:duJ4Jxv5lDcvg4QuQr0oowTf7dz4/CR8NtyCooz9HL8= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M= +github.com/fjl/gencodec v0.0.0-20230517082657-f9840df7b83e/go.mod h1:AzA8Lj6YtixmJWL+wkKoBGsLWy9gFrAzi4g+5bCKwpY= github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 h1:FtmdgXiUlNeRsoNMFlKLDt+S+6hbjVMEW6RGQ7aUf7c= github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5/go.mod h1:VvhXpOYNQvB+uIk2RvXzuaQtkQJzzIx6lSBe1xv7hi0= +github.com/flosch/pongo2/v4 v4.0.2/go.mod h1:B5ObFANs/36VwxxlgKpdchIJHMvHB562PW+BWPhwZD8= github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db/go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4= github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8/go.mod h1:ZhphrRTfi2rbfLwlschooIH4+wKKDR4Pdxhh+TRoA20= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= @@ -175,12 +362,15 @@ github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4 github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw= github.com/gabriel-vasile/mimetype v1.4.2 h1:w5qFW6JKBz9Y393Y4q372O9A7cUSequkh1Q7OhCmWKU= github.com/gabriel-vasile/mimetype v1.4.2/go.mod h1:zApsH/mKG4w07erKIaJPFiX0Tsq9BFQgN3qGY5GnNgA= +github.com/garslo/gogen v0.0.0-20170306192744-1d203ffc1f61/go.mod h1:Q0X6pkwTILDlzrGEckF6HKjXe48EgsY/l7K7vhY4MW8= github.com/gavv/httpexpect v2.0.0+incompatible/go.mod h1:x+9tiU1YnrOvnB725RkpoLv1M62hOWzwo5OXotisrKc= github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff h1:tY80oXqGNY4FhTFhk+o9oFHGINQ/+vhlm8HFzi6znCI= github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff/go.mod h1:x7DCsMOv1taUwEWCzT4cmDeAkigA5/QCwUodaVOe8Ww= +github.com/gballet/go-verkle v0.0.0-20230607174250-df487255f46b/go.mod h1:CDncRYVRSDqwakm282WEkjfaAj1hxU/v5RXxk5nXOiI= github.com/getsentry/sentry-go v0.12.0/go.mod h1:NSap0JBYWzHND8oMbyi0+XZhUalc1TBdRL1M71JZW2c= github.com/getsentry/sentry-go v0.18.0 h1:MtBW5H9QgdcJabtZcuJG80BMOwaBpkRDZkxRkNC1sN0= github.com/getsentry/sentry-go v0.18.0/go.mod h1:Kgon4Mby+FJ7ZWHFUAZgVaIa8sxHtnRJRLTXZr51aKQ= +github.com/ghemawat/stream v0.0.0-20171120220530-696b145b53b9/go.mod h1:106OIgooyS7OzLDOpUGgm9fA3bQENb/cFSyyBmMoJDs= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/gin-contrib/cors v1.4.0 h1:oJ6gwtUl3lqV0WEIwM/LxPF1QZ5qe2lGWdY2+bz7y0g= github.com/gin-contrib/cors v1.4.0/go.mod h1:bs9pNM0x/UsmHPBWT2xZz9ROh8xYjYkiURUfmBoMlcs= @@ -194,20 +384,25 @@ github.com/gin-gonic/gin v1.9.1/go.mod h1:hPrL7YrpYKXt5YId3A/Tnip5kqbEAP+KLuI3SU github.com/go-check/check v0.0.0-20180628173108-788fd7840127/go.mod h1:9ES+weclKsC9YodN5RgxqK/VD9HM9JsCSh7rNhMZE98= github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm6/TyX73Q= github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA= +github.com/go-errors/errors v1.4.2/go.mod h1:sIVyrIiJhuEF+Pj9Ebtd6P/rEYROXFi3BopGUQ5a5Og= 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.2.1/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= 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/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-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE= github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab/go.mod h1:/P9AEU963A2AYjv4d1V5eVL1CQbEJq6aCNHDDjibzu8= github.com/go-ole/go-ole v1.2.1 h1:2lOsA72HgjxAuMlKpFiCbHTvu44PIVkZ5hqm3RSdI/E= github.com/go-ole/go-ole v1.2.1/go.mod h1:7FAglXiTm7HKlQRDeOQ6ZNUHidzCWXuZWq/1dTyBNF8= github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4= github.com/go-playground/assert/v2 v2.2.0 h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s= +github.com/go-playground/assert/v2 v2.2.0/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4= github.com/go-playground/locales v0.14.0/go.mod h1:sawfccIbzZTqEDETgFXqTho0QybSa7l++s0DH+LDiLs= github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/oXslEjJA= github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY= @@ -217,6 +412,7 @@ github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91 github.com/go-playground/validator/v10 v10.10.0/go.mod h1:74x4gJWsvQexRdW8Pn3dXSGrTK4nAUsbPlLADvpJkos= github.com/go-playground/validator/v10 v10.14.0 h1:vgvQWe3XCz3gIeFDm/HnTIbj6UGmg/+t63MyGU2n5js= github.com/go-playground/validator/v10 v10.14.0/go.mod h1:9iXMNT7sEkjXb0I+enO7QXmzG6QCsPWY4zveKFVRSyU= +github.com/go-sourcemap/sourcemap v2.1.3+incompatible/go.mod h1:F8jJfvm2KbVjc5NqelyYJmf/v5J0dwNLS2mL4sNA1Jg= github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= github.com/go-sql-driver/mysql v1.4.1 h1:g24URVg0OFbNUTx9qqY1IRZ9D9z3iPyi5zKhQZpNwpA= github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= @@ -229,6 +425,7 @@ github.com/gobwas/ws v1.0.2/go.mod h1:szmBTxLgaFppYjEmNtny/v3w89xOydFnnZMcgRRu/E github.com/goccy/go-json v0.9.7/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I= github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU= github.com/goccy/go-json v0.10.2/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I= +github.com/godbus/dbus/v5 v5.1.0/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/gofrs/flock v0.8.1 h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw= github.com/gofrs/flock v0.8.1/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU= github.com/gogo/googleapis v0.0.0-20180223154316-0cd9801be74a/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s= @@ -245,8 +442,10 @@ github.com/golang-jwt/jwt v3.2.2+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzq github.com/golang-jwt/jwt/v4 v4.3.0 h1:kHL1vqdqWNfATmA0FNMdmZNMyZI1U6O31X4rlIPoBog= github.com/golang-jwt/jwt/v4 v4.3.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= +github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= +github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc= github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs= @@ -280,8 +479,11 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= +github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= +github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= +github.com/google/pprof v0.0.0-20230207041349-798e818bf904/go.mod h1:uglQLonpP8qtYCYyzA+8c/9qtqgA3qsXGYqCPKARAFg= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= github.com/google/subcommands v1.2.0/go.mod h1:ZjhPrFU+Olkh9WazFPsl27BQ4UPiG37m3yTrtFlrHVk= github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= @@ -290,6 +492,7 @@ github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= +github.com/gorilla/css v1.0.0/go.mod h1:Dn721qIggHpt4+EFCcTLTU/vk5ySda2ReITrtgBl60c= github.com/gorilla/mux v1.6.2/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= github.com/gorilla/mux v1.7.3 h1:gnP5JzjVOuiZD07fKKToCAOjS0yOpj/qPETTXCCS6hw= github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= @@ -297,18 +500,23 @@ github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/graph-gophers/graphql-go v1.3.0/go.mod h1:9CQHMSxwO4MprSdzoIEobiHpoLtHm77vfxsvsIN5Vuc= github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= +github.com/grpc-ecosystem/go-grpc-middleware v1.3.0/go.mod h1:z0ButlSOZa5vEBq9m2m2hlwIgKw+rp3sdCBRoJY+30Y= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= +github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0/go.mod h1:hgWBS7lorOAVIJEQMi4ZsPv9hVvWI6+ch50m39Pf2Ks= github.com/hashicorp/consul/api v1.3.0/go.mod h1:MmDNSzIMUjNpY/mQ398R4bk2FnqQLoPndWW5VkKPlCE= github.com/hashicorp/consul/sdk v0.3.0/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= +github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-bexpr v0.1.10 h1:9kuI5PFotCboP3dkDYFr/wi0gg0QVbSNz5oFRpxn4uE= github.com/hashicorp/go-bexpr v0.1.10/go.mod h1:oxlubA2vC/gFVfX1A6JGp7ls7uCDlfJn732ehYYg+g0= github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= +github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM= github.com/hashicorp/go-rootcerts v1.0.0/go.mod h1:K6zTfqpRlCUIjkwsN4Z+hiSfzSTQa6eBIzfwKfwNnHU= github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerXegt+ozgdvDeDU= github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4= @@ -335,20 +543,30 @@ github.com/huin/goupnp v1.0.3 h1:N8No57ls+MnjlB+JPiCVSOyy/ot7MJTqlo7rn+NYSqQ= github.com/huin/goupnp v1.0.3/go.mod h1:ZxNlw5WqJj6wSsRK5+YfflQGXYfccj5VgQsMNixHM7Y= github.com/huin/goutil v0.0.0-20170803182201-1ca381bf3150/go.mod h1:PpLOETDnJ0o3iZrZfqZzyLl6l7F3c6L1oWn7OICBi6o= github.com/hydrogen18/memlistener v0.0.0-20200120041712-dcc25e7acd91/go.mod h1:qEIFzExnS6016fRpRfxrExeVn2gbClQA99gQhnIcdhE= +github.com/imdario/mergo v0.3.13/go.mod h1:4lJ1jqUDcsbIECGy0RUJAXNIhg+6ocWgb1ALK2O4oXg= github.com/imkira/go-interpol v1.1.0/go.mod h1:z0h2/2T3XF8kyEPpRgJ3kmNv+C43p+I/CoI+jC3w2iA= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= +github.com/influxdata/influxdb-client-go/v2 v2.4.0/go.mod h1:vLNHdxTJkIf2mSLvGrpj8TCcISApPoXkaxP8g9uRlW8= github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo= +github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo= +github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097/go.mod h1:xaLFMmpvUxqXtVkUJfg9QmT88cDaCJ3ZKgdZ78oO8Qo= +github.com/intel/goresctrl v0.3.0/go.mod h1:fdz3mD85cmP9sHD8JUlrNWAxvwM86CrbmVXltEKd7zk= github.com/iris-contrib/blackfriday v2.0.0+incompatible/go.mod h1:UzZ2bDEoaSGPbkg6SAB4att1aAwTmVIx/5gCVqeyUdI= github.com/iris-contrib/go.uuid v2.0.0+incompatible/go.mod h1:iz2lgM/1UnEf1kP0L/+fafWORmlnuysV2EMP8MW+qe0= github.com/iris-contrib/jade v1.1.3/go.mod h1:H/geBymxJhShH5kecoiOCSssPX7QWYH7UaeZTSWddIk= +github.com/iris-contrib/jade v1.1.4/go.mod h1:EDqR+ur9piDl6DUgs6qRrlfzmlx/D5UybogqrXvJTBE= github.com/iris-contrib/pongo2 v0.0.1/go.mod h1:Ssh+00+3GAZqSQb30AvBRNxBx7rf0GqwkjqxNd0u65g= github.com/iris-contrib/schema v0.0.1/go.mod h1:urYA3uvUNG1TIIjOSCzHr9/LmbQo8LrOcOqfqxa4hXw= +github.com/iris-contrib/schema v0.0.6/go.mod h1:iYszG0IOsuIsfzjymw1kMzTL8YQcCWlm65f3wX8J5iA= github.com/jackpal/go-nat-pmp v1.0.2 h1:KzKSgb7qkJvOUTqYl9/Hg/me3pWgBmERKrTGD7BdWus= github.com/jackpal/go-nat-pmp v1.0.2/go.mod h1:QPH045xvCAeXUZOxsnwmrtiCoxIr9eob+4orBN1SBKc= +github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e/go.mod h1:G1CVv03EnqU1wYL2dFwXxW2An0az9JTl/ZsqXQeBlkU= github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= +github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= +github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= github.com/jrick/logrotate v1.0.0/go.mod h1:LNinyqDIJnpAur+b8yyulnQw/wDuN1+BYKlTRt3OuAQ= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= @@ -358,12 +576,21 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= 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/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88/go.mod h1:3w7q1U84EfirKl04SVQ/s7nPm1ZPhiXd34z40TNz36k= +github.com/karalabe/usb v0.0.3-0.20230711191512-61db3e06439c/go.mod h1:Od972xHfMJowv7NGVDiWVxk2zxnWgjLlJzE+F4F7AGU= +github.com/kataras/blocks v0.0.7/go.mod h1:UJIU97CluDo0f+zEjbnbkeMRlvYORtmc1304EeyXf4I= github.com/kataras/golog v0.0.10/go.mod h1:yJ8YKCmyL+nWjERB90Qwn+bdyBZsaQwU3bTVFgkFIp8= +github.com/kataras/golog v0.1.7/go.mod h1:jOSQ+C5fUqsNSwurB/oAHq1IFSb0KI3l6GMa7xB6dZA= github.com/kataras/iris/v12 v12.1.8/go.mod h1:LMYy4VlP67TQ3Zgriz8RE2h2kMZV2SgMYbq3UhfoFmE= +github.com/kataras/iris/v12 v12.2.0-beta5/go.mod h1:q26aoWJ0Knx/00iPKg5iizDK7oQQSPjbD8np0XDh6dc= github.com/kataras/neffos v0.0.14/go.mod h1:8lqADm8PnbeFfL7CLXh1WHw53dG27MC3pgi2R1rmoTE= github.com/kataras/pio v0.0.2/go.mod h1:hAoW0t9UmXi4R5Oyq5Z4irTbaTsOemSrDGUtaTl7Dro= +github.com/kataras/pio v0.0.11/go.mod h1:38hH6SWH6m4DKSYmRhlrCJ5WItwWgCVrTNU62XZyUvI= github.com/kataras/sitemap v0.0.5/go.mod h1:KY2eugMKiPwsJgx7+U103YZehfvNGOXURubcGyk0Bz8= +github.com/kataras/sitemap v0.0.6/go.mod h1:dW4dOCNs896OR1HmG+dMLdT7JjDk7mYBzoIRwuj5jA4= +github.com/kataras/tunnel v0.0.4/go.mod h1:9FkU4LaeifdMWqZu7o20ojmW4B7hdhv2CMLwfnHGpYw= +github.com/kilic/bls12-381 v0.1.0/go.mod h1:vDTTHJONJ6G+P2R74EhnyotQDTliQDnFEwhdmfzw1ig= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= @@ -388,9 +615,13 @@ github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= +github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/labstack/echo/v4 v4.5.0/go.mod h1:czIriw4a0C1dFun+ObrXp7ok03xON0N1awStJ6ArI7Y= +github.com/labstack/echo/v4 v4.9.0/go.mod h1:xkCDAdFCIf8jsFQ5NnbK7oqaF/yU1A1X20Ltm0OvSks= github.com/labstack/gommon v0.3.0/go.mod h1:MULnywXg0yavhxWKc+lOruYdAhDwPK9wf0OL7NoOu+k= +github.com/labstack/gommon v0.3.1/go.mod h1:uW6kP17uPlLJsD3ijUYn3/M5bAxtlZhMI6m3MFxTMTM= github.com/leanovate/gopter v0.2.9 h1:fQjYxZaynp97ozCzfOyOuAGOU4aU/z37zf/tOujFk7c= +github.com/leanovate/gopter v0.2.9/go.mod h1:U2L/78B+KVFIx2VmW6onHJQzXtFb+p5y3y2Sh+Jxxv8= github.com/leodido/go-urn v1.2.1/go.mod h1:zt4jvISO2HfUBqxjfIshjdMTYS56ZS/qv49ictyFfxY= github.com/leodido/go-urn v1.2.4 h1:XlAE/cm/ms7TE/VMVoduSpNBoyc2dOxHs5MZSwAN63Q= github.com/leodido/go-urn v1.2.4/go.mod h1:7ZrI8mTSeBSHl/UaRyKQW1qZeMgak41ANeCNaVckg+4= @@ -398,6 +629,8 @@ github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-b 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/mailgun/raymond/v2 v2.0.46/go.mod h1:lsgvL50kgt1ylcFJYZiULi5fjPBkkhNfj4KA0W54Z18= +github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= @@ -425,7 +658,11 @@ github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zk github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= github.com/mediocregopher/radix/v3 v3.4.2/go.mod h1:8FL3F6UQRXHXIBSPUs5h0RybMF8i4n7wVopoX3x7Bv8= github.com/microcosm-cc/bluemonday v1.0.2/go.mod h1:iVP4YcDBq+n/5fb23BhYFvIMq/leAFZyRl6bYmGDlGc= +github.com/microcosm-cc/bluemonday v1.0.21/go.mod h1:ytNkv4RrDrLJ2pqlsSI46O6IVXmZOBBD4SaJyDwwTkM= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= +github.com/miekg/pkcs11 v1.1.1/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs= +github.com/minio/sha256-simd v1.0.0/go.mod h1:OuYzVNI5vcoYIAmbIvHPl3N3jUzVedXbKy5RFepssQM= +github.com/mistifyio/go-zfs/v3 v3.0.1/go.mod h1:CzVgeB0RvF2EGzQnytKVvVSDwmKJXxkOTUGbNrTja/k= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= @@ -442,6 +679,12 @@ github.com/mitchellh/pointerstructure v1.2.0/go.mod h1:BRAsLI5zgXmw97Lf6s25bs8oh github.com/mmcloughlin/addchain v0.4.0 h1:SobOdjm2xLj1KkXN5/n0xTIWyZA2+s99UCY1iPfkHRY= github.com/mmcloughlin/addchain v0.4.0/go.mod h1:A86O+tHqZLMNO4w6ZZ4FlVQEadcoqkyU72HC5wJ4RlU= github.com/mmcloughlin/profile v0.1.1/go.mod h1:IhHD7q1ooxgwTgjxQYkACGA77oFTDdFVejUS1/tS/qU= +github.com/moby/locker v1.0.1/go.mod h1:S7SDdo5zpBK84bzzVlKr2V0hz+7x9hWbYC/kq7oQppc= +github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c= +github.com/moby/sys/mountinfo v0.6.2/go.mod h1:IJb6JQeOklcdMU9F5xQ8ZALD+CUr5VlGpwtX+VE0rpI= +github.com/moby/sys/sequential v0.5.0/go.mod h1:tH2cOOs5V9MlPiXcQzRC+eEyab644PWKGRYaaV5ZZlo= +github.com/moby/sys/signal v0.7.0/go.mod h1:GQ6ObYZfqacOwTtlXvcmh9A26dVRul/hbOZn88Kg8Tg= +github.com/moby/sys/symlink v0.2.0/go.mod h1:7uZVF2dqJjG/NsClqul95CqKOBRQyYSNnJ6BMgR/gFs= github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0= github.com/moby/term v0.5.0/go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= @@ -455,6 +698,7 @@ github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A= github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc= github.com/moul/http2curl v1.0.0/go.mod h1:8UbvGypXm98wA/IqH45anm5Y2Z6ep6O31QGOAZ3H0fQ= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= +github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/naoina/go-stringutil v0.1.0 h1:rCUeRUHjBjGTSHl0VC00jUPLz8/F9dDzYI70Hzifhks= github.com/naoina/go-stringutil v0.1.0/go.mod h1:XJ2SJL9jCtBh+P9q5btrd/Ylo8XwT/h1USek5+NqSA0= github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416 h1:shk/vn9oCoOTmwcouEdwIeOtOGA/ELRUw/GwvxwfT+0= @@ -489,6 +733,10 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8 github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM= github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b h1:YWuSjZCQAPM8UUBLkYUk1e+rZcvWHJmFb6i6rM44Xs8= github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b/go.mod h1:3OVijpioIKYWTqjiG0zfF6wvoJ4fAXGbjdZuI2NgsRQ= +github.com/opencontainers/runc v1.1.5/go.mod h1:1J5XiS+vdZ3wCyZybsuxXZWGrgSr8fFJHLXuG2PsnNg= +github.com/opencontainers/runtime-spec v1.1.0-rc.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= +github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626/go.mod h1:BRHJJd0E+cx42OybVYSgUvZmU0B8P9gZuRXlZUP7TKI= +github.com/opencontainers/selinux v1.11.0/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec= github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492/go.mod h1:Ngi6UdF0k5OKD5t5wlmGhe/EDKPoUM3BXZSSfIuJbis= github.com/opentracing/basictracer-go v1.0.0/go.mod h1:QfBfYuafItcjQuMwinw9GhYKwFXS9KnPs5lxoYwgW74= github.com/opentracing/opentracing-go v1.0.2/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= @@ -501,10 +749,12 @@ github.com/pact-foundation/pact-go v1.0.4/go.mod h1:uExwJY4kCzNPcHRj+hCR/HBbOOIw github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/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.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/pelletier/go-toml/v2 v2.0.1/go.mod h1:r9LEWfGN8R5k0VXJ+0BkIe7MYkRdwZOjgMj2KwnJFUo= github.com/pelletier/go-toml/v2 v2.0.8 h1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZR9tGQ= github.com/pelletier/go-toml/v2 v2.0.8/go.mod h1:vuYfssBdrU2XDZ9bYydBu6t+6a6PYNcZljzZR9VXg+4= github.com/performancecopilot/speed v3.0.0+incompatible/go.mod h1:/CLtqpZ5gBg1M9iaPbIdPPGyKcA8hKdoy6hAWba7Yac= +github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7/go.mod h1:CRroGNssyjTd/qIG2FyxByd2S8JEAZXBl4qUrZf8GS0= github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc= github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= github.com/pingcap/errors v0.11.4 h1:lFuQV/oaUMGcD2tqt+01ROSmJs75VG1ToEOkZIZ4nE4= @@ -543,6 +793,7 @@ github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsT github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A= github.com/prometheus/procfs v0.9.0 h1:wzCHvIvM5SxWqYvwgVL7yJY8Lz3PKn49KQtpgMYJfhI= github.com/prometheus/procfs v0.9.0/go.mod h1:+pB4zwohETzFnmlpe6yd2lSc+0/46IYZRB/chUwxUZY= +github.com/protolambda/bls12-381-util v0.0.0-20220416220906-d8552aa452c7/go.mod h1:IToEjHuttnUzwZI5KBSM/LOOW3qLbbrHOEfp3SbECGY= github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= @@ -554,6 +805,7 @@ github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/f 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/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= +github.com/russross/blackfriday v1.6.0/go.mod h1:ti0ldHuxg49ri4ksnFxlkCfN+hvslNlmVHqNRXXJNAY= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= @@ -580,12 +832,15 @@ github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= 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.5.0/go.mod h1:dWXEIy2H428czQCjInthrTRUg7yKbok+2Qi/yBIJoUM= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= 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/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= github.com/status-im/keycard-go v0.2.0 h1:QDLFswOQu1r5jsycloeQh3bVU8n/NatHHaZobtDnDzA= github.com/status-im/keycard-go v0.2.0/go.mod h1:wlp8ZLbsmrF6g6WjugPAx+IzoLrkdf9+mHxBEeo3Hbg= +github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980/go.mod h1:AO3tvPzVZ/ayst6UlUKUv6rcPQInYe3IknH3jYhAKu8= 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= @@ -609,8 +864,12 @@ github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gt github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/supranational/blst v0.3.11 h1:LyU6FolezeWAhvQk0k6O/d49jqgO52MSDDfYgbeoEm4= github.com/supranational/blst v0.3.11/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw= +github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 h1:epCh84lMvA70Z7CTTCmYQn2CKbY8j86K7/FAIr141uY= github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45IWZaF22tdD+VEXcAWRA037jwmWEB5VWYORlTpc= +github.com/tchap/go-patricia/v2 v2.3.1/go.mod h1:VZRHKAb53DLaG+nA9EaYYiaEx6YztwDlLElMsnSHD4k= +github.com/tdewolff/minify/v2 v2.12.4/go.mod h1:h+SRvSIX3kwgwTFOpSckvSxgax3uy8kZTSF1Ojrr3bk= +github.com/tdewolff/parse/v2 v2.6.4/go.mod h1:woz0cgbLwFdtbjJu8PIKxhW05KplTFQkOdX78o+Jgrs= github.com/tidwall/gjson v1.11.0 h1:C16pk7tQNiH6VlCrtIXL1w8GaOsi1X3W8KDkE1BuYd4= github.com/tidwall/gjson v1.11.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA= @@ -636,6 +895,7 @@ github.com/ugorji/go/codec v1.2.11 h1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4d github.com/ugorji/go/codec v1.2.11/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg= 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/urfave/cli v1.22.12/go.mod h1:sSBEIC79qR6OvcmsD4U3KABeOTxDqQtdDnaFuUN30b8= github.com/urfave/cli/v2 v2.24.1 h1:/QYYr7g0EhwXEML8jO+8OYt5trPnLHS0p3mrgExJ5NU= github.com/urfave/cli/v2 v2.24.1/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc= github.com/urfave/negroni v1.0.0/go.mod h1:Meg73S6kFm/4PpbYdq35yYWoCZ9mS/YSx+lKnmiohz4= @@ -647,6 +907,12 @@ github.com/valyala/fasthttp v1.48.0/go.mod h1:k2zXd82h/7UZc3VOdJ2WaUqt1uZ/XpXAfE github.com/valyala/fasttemplate v1.0.1/go.mod h1:UQGH1tvbgY+Nz5t2n7tXsz52dQxojPUpymEIMZ47gx8= github.com/valyala/fasttemplate v1.2.1/go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ= github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a/go.mod h1:v3UYOV9WzVtRmSR+PDvWpU/qWl4Wa5LApYYX4ZtKbio= +github.com/valyala/tcplisten v1.0.0/go.mod h1:T0xQ8SeCZGxckz9qRXTfG43PvQ/mcWh7FwZEA7Ioqkc= +github.com/vishvananda/netlink v1.2.1-beta.2/go.mod h1:twkDnbuQxJYemMlGd4JFIcuhgX83tXhKS2B/PRMpOho= +github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f/go.mod h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0= +github.com/vmihailenco/msgpack v4.0.4+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk= +github.com/vmihailenco/msgpack/v5 v5.3.5/go.mod h1:7xyJ9e+0+9SaZT0Wt1RGleJXzli6Q/V5KbhBonMG9jc= +github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV6mEfg5OIWRZA9qds= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ= github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y= @@ -655,19 +921,35 @@ github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1: github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU= github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8= github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0/go.mod h1:/LWChgwKmvncFJFHJ7Gvn9wZArjbV5/FppcK2fKk/tI= +github.com/yosssi/ace v0.0.5/go.mod h1:ALfIzm2vT7t5ZE7uoIZqF3TQ7SAOyupFZnkrF5id+K0= github.com/yudai/gojsondiff v1.0.0/go.mod h1:AY32+k2cwILAkW1fbgxQ5mUmMiZFgLIV+FBNExI05xg= github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82/go.mod h1:lgjkn3NuSvDfVJdfcVVdX+jpBxNmX4rDAzaS45IcYoM= github.com/yudai/pp v2.0.1+incompatible/go.mod h1:PuxR/8QJ7cyCkFp/aUDS+JY727OFEZkTdatxwunjIkc= github.com/yuin/goldmark v1.1.27/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/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= +go.etcd.io/bbolt v1.3.7/go.mod h1:N9Mkw9X8x5fupy0IKsmuqVtoGDyxsaDlbk4Rd05IAQw= go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg= +go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1/go.mod h1:SNgMg+EgDFwmvSmLRTNKC5fegJjB7v23qTQ0XLGUNHk= 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.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= +go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.40.0/go.mod h1:UMklln0+MRhZC4e3PwmN3pCtq4DyIadWw4yikh6bNrw= +go.opentelemetry.io/otel v1.14.0/go.mod h1:o4buv+dJzx8rohcUeRmWUZhqupFvzWis188WlggnNeU= +go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0/go.mod h1:UFG7EBMRdXyFstOwH028U0sVf+AvukSGhF0g8+dmNG8= +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0/go.mod h1:HrbCVv40OOLTABmOn1ZWty6CHXkU8DK/Urc43tHug70= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0/go.mod h1:5w41DY6S9gZrbjuq6Y+753e96WfPha5IcsOSZTtullM= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0/go.mod h1:+N7zNjIJv4K+DeX67XXET0P+eIciESgaFDBqh+ZJFS4= +go.opentelemetry.io/otel/metric v0.37.0/go.mod h1:DmdaHfGt54iV6UKxsV9slj2bBRJcKC1B1uvDLIioc1s= +go.opentelemetry.io/otel/sdk v1.14.0/go.mod h1:bwIC5TjrNG6QDCHNWvW4HLHtUQ4I+VQDsnjhvyZCALM= +go.opentelemetry.io/otel/trace v1.14.0/go.mod h1:8avnQLK+CG77yNLUae4ea2JDQ6iT+gozhnZjy/rw9G8= +go.opentelemetry.io/proto/otlp v0.19.0/go.mod h1:H7XAot3MsfNsj7EXtrA2q5xSNQ10UqI405h3+duxN4U= go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= +go.uber.org/automaxprocs v1.5.2/go.mod h1:eRbA25aqJrxAbsLO0xy5jVwPt7FQnRgjW+efnwa1WM0= 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/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA= @@ -741,6 +1023,7 @@ golang.org/x/net v0.10.0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= 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.4.0/go.mod h1:RznEsdpjGAINPTOF0UH/t+xJ75L18YO3Ho6Pyn+uRec= 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= @@ -801,6 +1084,7 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= +golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU= golang.org/x/text v0.3.0/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/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= @@ -813,6 +1097,7 @@ golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxb golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20201208040808-7e3f01d25324/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= +golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/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= @@ -841,6 +1126,7 @@ golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8T golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df h1:5Pf6pFKu98ODmgnpvkJ3kFUOQGGLIzLIkbzUHp47618= +golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= google.golang.org/api v0.3.1/go.mod h1:6wY9I6uQWHQ8EM57III9mq/AjF+i8G65rmVagqKMtkk= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.2.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= @@ -898,7 +1184,9 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/gcfg.v1 v1.2.3/go.mod h1:yesOnuUOFQAhST5vPY4nbZsb/huCgGGXlipJsBn0b3o= gopkg.in/go-playground/assert.v1 v1.2.1/go.mod h1:9RXL0bg/zibRAgZUYszZSwO/z8Y/a8bDuhia5mkpMnE= gopkg.in/go-playground/validator.v8 v8.18.2/go.mod h1:RX2a/7Ha8BgOhfk7j780h4/u/RRjR0eouCJSH80/M2Y= +gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/ini.v1 v1.51.1/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce/go.mod h1:yeKp02qBN3iKW1OzL3MGk2IdtZzaj7SFntXj72NppTA= gopkg.in/natefinch/lumberjack.v2 v2.0.0 h1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8= gopkg.in/natefinch/lumberjack.v2 v2.0.0/go.mod h1:l0ndWWf7gzL7RNwBG7wST/UCcT4T24xpD6X8LsfU/+k= @@ -928,8 +1216,19 @@ honnef.co/go/tools v0.0.0-20180728063816-88497007e858/go.mod h1:rf3lG4BRIbNafJWh honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/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= +k8s.io/api v0.26.2/go.mod h1:1kjMQsFE+QHPfskEcVNgL3+Hp88B80uj0QtSOlj8itU= +k8s.io/apimachinery v0.26.2/go.mod h1:ats7nN1LExKHvJ9TmwootT00Yz05MuYqPXEXaVeOy5I= +k8s.io/apiserver v0.26.2/go.mod h1:GHcozwXgXsPuOJ28EnQ/jXEM9QeG6HT22YxSNmpYNh8= +k8s.io/client-go v0.26.2/go.mod h1:u5EjOuSyBa09yqqyY7m3abZeovO/7D/WehVVlZ2qcqU= +k8s.io/component-base v0.26.2/go.mod h1:DxbuIe9M3IZPRxPIzhch2m1eT7uFrSBJUBuVCQEBivs= +k8s.io/cri-api v0.27.1/go.mod h1:+Ts/AVYbIo04S86XbTD73UPp/DkTiYxtsFeOFEu32L0= +k8s.io/klog/v2 v2.90.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= +k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= rsc.io/tmplfunc v0.0.3 h1:53XFQh69AfOa8Tw0Jm7t+GV7KZhOi6jzsCzTtKbMvzU= rsc.io/tmplfunc v0.0.3/go.mod h1:AG3sTPzElb1Io3Yg4voV9AGZJuleGAwaVRxL9M49PhA= +sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= +sigs.k8s.io/structured-merge-diff/v4 v4.2.3/go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= +sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8= sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0/go.mod h1:hI742Nqp5OhwiqlzhgfbWU4mW4yO10fP+LoT9WOswdU= diff --git a/go/common/constants/contract.go b/go/common/constants/contract.go index 616c0cf1b8..ffe02e750f 100644 --- a/go/common/constants/contract.go +++ b/go/common/constants/contract.go @@ -2,7 +2,7 @@ package constants import ( "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/contracts/generated/ManagementContract" + "github.com/ten-protocol/go-ten/contracts/generated/ManagementContract" ) func Bytecode() ([]byte, error) { diff --git a/go/common/enclave.go b/go/common/enclave.go index 1027935704..14718089be 100644 --- a/go/common/enclave.go +++ b/go/common/enclave.go @@ -4,11 +4,11 @@ import ( "encoding/json" "math/big" - "github.com/obscuronet/go-obscuro/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/errutil" "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/common/tracers" - "github.com/obscuronet/go-obscuro/go/responses" + "github.com/ten-protocol/go-ten/go/common/tracers" + "github.com/ten-protocol/go-ten/go/responses" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/go/common/gethdb/geth_inmemdb.go b/go/common/gethdb/geth_inmemdb.go index 1c34d259e7..41cc2dddb9 100644 --- a/go/common/gethdb/geth_inmemdb.go +++ b/go/common/gethdb/geth_inmemdb.go @@ -3,7 +3,7 @@ package gethdb import ( "github.com/ethereum/go-ethereum/ethdb" "github.com/ethereum/go-ethereum/ethdb/memorydb" - "github.com/obscuronet/go-obscuro/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/errutil" ) type InMemGethDB struct { diff --git a/go/common/gethencoding/geth_encoding.go b/go/common/gethencoding/geth_encoding.go index 33c11779b5..14bf4c91ad 100644 --- a/go/common/gethencoding/geth_encoding.go +++ b/go/common/gethencoding/geth_encoding.go @@ -8,13 +8,13 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/trie" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/crypto" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/crypto" "github.com/ethereum/go-ethereum/common/hexutil" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/gethapi" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/gethapi" gethcommon "github.com/ethereum/go-ethereum/common" gethrpc "github.com/ethereum/go-ethereum/rpc" diff --git a/go/common/gethutil/gethutil.go b/go/common/gethutil/gethutil.go index 2c3809112e..346cfdc15a 100644 --- a/go/common/gethutil/gethutil.go +++ b/go/common/gethutil/gethutil.go @@ -4,11 +4,11 @@ import ( "bytes" "fmt" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) // Utilities for working with geth structures diff --git a/go/common/headers.go b/go/common/headers.go index 820cc5adf5..5191c230a1 100644 --- a/go/common/headers.go +++ b/go/common/headers.go @@ -11,7 +11,7 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/contracts/generated/MessageBus" + "github.com/ten-protocol/go-ten/contracts/generated/MessageBus" "golang.org/x/crypto/sha3" ) diff --git a/go/common/host/host.go b/go/common/host/host.go index 7cfe017496..10dbd63377 100644 --- a/go/common/host/host.go +++ b/go/common/host/host.go @@ -3,10 +3,10 @@ package host import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/config" - "github.com/obscuronet/go-obscuro/go/host/db" - "github.com/obscuronet/go-obscuro/go/responses" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/config" + "github.com/ten-protocol/go-ten/go/host/db" + "github.com/ten-protocol/go-ten/go/responses" ) // Host is the half of the Obscuro node that lives outside the enclave. diff --git a/go/common/host/identity.go b/go/common/host/identity.go index 6e5cf5cef5..d253e60d59 100644 --- a/go/common/host/identity.go +++ b/go/common/host/identity.go @@ -2,8 +2,8 @@ package host import ( gethcommon "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/config" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/config" ) type Identity struct { diff --git a/go/common/host/services.go b/go/common/host/services.go index af2e8e63a1..cd96a8b929 100644 --- a/go/common/host/services.go +++ b/go/common/host/services.go @@ -4,12 +4,12 @@ import ( "math/big" "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/responses" + "github.com/ten-protocol/go-ten/go/responses" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/ethadapter" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/ethadapter" ) // service names - these are the keys used to register known services with the host diff --git a/go/common/log_events.go b/go/common/log_events.go index b07d0be5ba..c5a9bb0c41 100644 --- a/go/common/log_events.go +++ b/go/common/log_events.go @@ -5,7 +5,7 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/eth/filters" "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/enclave/vkhandler" + "github.com/ten-protocol/go-ten/go/enclave/vkhandler" ) // LogSubscription is an authenticated subscription to logs. diff --git a/go/common/rpc/converters.go b/go/common/rpc/converters.go index fcfe695600..71d8310409 100644 --- a/go/common/rpc/converters.go +++ b/go/common/rpc/converters.go @@ -4,9 +4,9 @@ import ( "fmt" "math/big" - "github.com/obscuronet/go-obscuro/contracts/generated/MessageBus" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/rpc/generated" + "github.com/ten-protocol/go-ten/contracts/generated/MessageBus" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/rpc/generated" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/go/common/tracers/native/tracer.go b/go/common/tracers/native/tracer.go index 7b8bdb5682..199e8b3110 100644 --- a/go/common/tracers/native/tracer.go +++ b/go/common/tracers/native/tracer.go @@ -45,7 +45,7 @@ package native //import ( // "errors" // -// "github.com/obscuronet/go-obscuro/go/common/tracers" +// "github.com/ten-protocol/go-ten/go/common/tracers" //) // //// init registers itself this packages as a lookup for tracers. diff --git a/go/common/types.go b/go/common/types.go index 9fcdae1530..d3afa6def0 100644 --- a/go/common/types.go +++ b/go/common/types.go @@ -7,7 +7,7 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/contracts/generated/MessageBus" + "github.com/ten-protocol/go-ten/contracts/generated/MessageBus" ) type ( diff --git a/go/common/viewingkey/viewing_key.go b/go/common/viewingkey/viewing_key.go index 79ff803f48..b5c740774d 100644 --- a/go/common/viewingkey/viewing_key.go +++ b/go/common/viewingkey/viewing_key.go @@ -9,7 +9,7 @@ import ( "github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto/ecies" - "github.com/obscuronet/go-obscuro/go/wallet" + "github.com/ten-protocol/go-ten/go/wallet" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/go/config/enclave_config.go b/go/config/enclave_config.go index db0d3998d1..7471c3b391 100644 --- a/go/config/enclave_config.go +++ b/go/config/enclave_config.go @@ -3,11 +3,11 @@ package config import ( "math/big" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/params" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" gethlog "github.com/ethereum/go-ethereum/log" ) diff --git a/go/config/host_config.go b/go/config/host_config.go index 5fb6348776..23fa494257 100644 --- a/go/config/host_config.go +++ b/go/config/host_config.go @@ -3,7 +3,7 @@ package config import ( "time" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/log" diff --git a/go/enclave/components/attestation.go b/go/enclave/components/attestation.go index 7ca21f857f..3104649e95 100644 --- a/go/enclave/components/attestation.go +++ b/go/enclave/components/attestation.go @@ -6,7 +6,7 @@ import ( "encoding/json" "fmt" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" "github.com/edgelesssys/ego/enclave" gethcommon "github.com/ethereum/go-ethereum/common" diff --git a/go/enclave/components/batch_executor.go b/go/enclave/components/batch_executor.go index 0d69e88ba0..a015182012 100644 --- a/go/enclave/components/batch_executor.go +++ b/go/enclave/components/batch_executor.go @@ -8,8 +8,8 @@ import ( "sort" "sync" - "github.com/obscuronet/go-obscuro/go/enclave/gas" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/gas" + "github.com/ten-protocol/go-ten/go/enclave/storage" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/rlp" @@ -19,14 +19,14 @@ import ( gethlog "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/trie" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/measure" - "github.com/obscuronet/go-obscuro/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/crosschain" - "github.com/obscuronet/go-obscuro/go/enclave/evm" - "github.com/obscuronet/go-obscuro/go/enclave/genesis" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/measure" + "github.com/ten-protocol/go-ten/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/crosschain" + "github.com/ten-protocol/go-ten/go/enclave/evm" + "github.com/ten-protocol/go-ten/go/enclave/genesis" ) var ErrNoTransactionsToProcess = fmt.Errorf("no transactions to process") diff --git a/go/enclave/components/batch_registry.go b/go/enclave/components/batch_registry.go index ad2200dbf2..7aecdef54d 100644 --- a/go/enclave/components/batch_registry.go +++ b/go/enclave/components/batch_registry.go @@ -7,16 +7,16 @@ import ( "sync" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage" "github.com/ethereum/go-ethereum/core/state" gethlog "github.com/ethereum/go-ethereum/log" gethrpc "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/measure" - "github.com/obscuronet/go-obscuro/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/limiters" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/measure" + "github.com/ten-protocol/go-ten/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/limiters" ) type batchRegistry struct { diff --git a/go/enclave/components/block_processor.go b/go/enclave/components/block_processor.go index 92f2448610..13ea6edbcd 100644 --- a/go/enclave/components/block_processor.go +++ b/go/enclave/components/block_processor.go @@ -4,19 +4,19 @@ import ( "errors" "fmt" - "github.com/obscuronet/go-obscuro/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/gas" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/gas" + "github.com/ten-protocol/go-ten/go/enclave/storage" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/gethutil" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/measure" - "github.com/obscuronet/go-obscuro/go/enclave/crosschain" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/gethutil" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/measure" + "github.com/ten-protocol/go-ten/go/enclave/crosschain" ) type l1BlockProcessor struct { diff --git a/go/enclave/components/interfaces.go b/go/enclave/components/interfaces.go index a16e96d2ad..12b696ce97 100644 --- a/go/enclave/components/interfaces.go +++ b/go/enclave/components/interfaces.go @@ -9,9 +9,9 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/params" gethrpc "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/limiters" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/limiters" ) var ErrDuplicateRollup = errors.New("duplicate rollup received") diff --git a/go/enclave/components/rollup_compression.go b/go/enclave/components/rollup_compression.go index fdc1644534..0034d48cc7 100644 --- a/go/enclave/components/rollup_compression.go +++ b/go/enclave/components/rollup_compression.go @@ -9,19 +9,19 @@ import ( "github.com/ethereum/go-ethereum/params" - "github.com/obscuronet/go-obscuro/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/errutil" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" gethlog "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/rlp" "github.com/ethereum/go-ethereum/trie" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/compression" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/crypto" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/compression" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/crypto" + "github.com/ten-protocol/go-ten/go/enclave/storage" ) /* diff --git a/go/enclave/components/rollup_consumer.go b/go/enclave/components/rollup_consumer.go index 204d833477..a6808d516b 100644 --- a/go/enclave/components/rollup_consumer.go +++ b/go/enclave/components/rollup_consumer.go @@ -3,17 +3,17 @@ package components import ( "fmt" - "github.com/obscuronet/go-obscuro/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage" - "github.com/obscuronet/go-obscuro/go/common/measure" + "github.com/ten-protocol/go-ten/go/common/measure" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" ) type rollupConsumerImpl struct { diff --git a/go/enclave/components/rollup_producer.go b/go/enclave/components/rollup_producer.go index 1b6a9a60cd..b83f605b11 100644 --- a/go/enclave/components/rollup_producer.go +++ b/go/enclave/components/rollup_producer.go @@ -6,17 +6,17 @@ import ( "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/contracts/generated/MessageBus" + "github.com/ten-protocol/go-ten/contracts/generated/MessageBus" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/enclave/limiters" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/enclave/limiters" gethcommon "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/core" ) type rollupProducerImpl struct { diff --git a/go/enclave/components/shared_secret_process.go b/go/enclave/components/shared_secret_process.go index 2830b02f2c..34f81a0372 100644 --- a/go/enclave/components/shared_secret_process.go +++ b/go/enclave/components/shared_secret_process.go @@ -5,12 +5,12 @@ import ( gethcrypto "github.com/ethereum/go-ethereum/crypto" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/enclave/crypto" - "github.com/obscuronet/go-obscuro/go/enclave/storage" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/enclave/crypto" + "github.com/ten-protocol/go-ten/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" ) type SharedSecretProcessor struct { diff --git a/go/enclave/components/sigverifier.go b/go/enclave/components/sigverifier.go index 123e2ba329..9abf9b00e6 100644 --- a/go/enclave/components/sigverifier.go +++ b/go/enclave/components/sigverifier.go @@ -5,7 +5,7 @@ import ( "fmt" "math/big" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/go/enclave/container/cli.go b/go/enclave/container/cli.go index 88928bbe19..baf7cf0c6a 100644 --- a/go/enclave/container/cli.go +++ b/go/enclave/container/cli.go @@ -6,11 +6,11 @@ import ( "math/big" "os" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/naoina/toml" - "github.com/obscuronet/go-obscuro/go/config" + "github.com/ten-protocol/go-ten/go/config" ) // EnclaveConfigToml is the structure that an enclave's .toml config is parsed into. diff --git a/go/enclave/container/cli_test.go b/go/enclave/container/cli_test.go index 60d7acd101..33d03f3b45 100644 --- a/go/enclave/container/cli_test.go +++ b/go/enclave/container/cli_test.go @@ -9,7 +9,7 @@ import ( "strings" "testing" - "github.com/obscuronet/go-obscuro/go/config" + "github.com/ten-protocol/go-ten/go/config" ) const ( diff --git a/go/enclave/container/enclave_container.go b/go/enclave/container/enclave_container.go index 8302eaaa6c..010a1e152b 100644 --- a/go/enclave/container/enclave_container.go +++ b/go/enclave/container/enclave_container.go @@ -5,15 +5,15 @@ import ( "fmt" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/enclave" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/enclave" - "github.com/obscuronet/go-obscuro/go/config" + "github.com/ten-protocol/go-ten/go/config" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" - obscuroGenesis "github.com/obscuronet/go-obscuro/go/enclave/genesis" + obscuroGenesis "github.com/ten-protocol/go-ten/go/enclave/genesis" ) // todo (#1056) - replace with the genesis.json of Obscuro's L1 network. diff --git a/go/enclave/core/batch.go b/go/enclave/core/batch.go index 67b4d3db77..bc97ff22e1 100644 --- a/go/enclave/core/batch.go +++ b/go/enclave/core/batch.go @@ -4,14 +4,14 @@ import ( "math/big" "sync/atomic" - "github.com/obscuronet/go-obscuro/go/common/compression" + "github.com/ten-protocol/go-ten/go/common/compression" - "github.com/obscuronet/go-obscuro/go/enclave/crypto" + "github.com/ten-protocol/go-ten/go/enclave/crypto" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/rlp" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) // Batch Data structure only for the internal use of the enclave since transactions are in clear diff --git a/go/enclave/core/rollup.go b/go/enclave/core/rollup.go index 65d75dbb32..49198854de 100644 --- a/go/enclave/core/rollup.go +++ b/go/enclave/core/rollup.go @@ -6,7 +6,7 @@ import ( "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) // Rollup - is an internal data structure useful during creation diff --git a/go/enclave/core/serialisation_test.go b/go/enclave/core/serialisation_test.go index fccbb68247..f51c641197 100644 --- a/go/enclave/core/serialisation_test.go +++ b/go/enclave/core/serialisation_test.go @@ -5,8 +5,8 @@ import ( "testing" "github.com/ethereum/go-ethereum/rlp" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/integration/datagenerator" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/integration/datagenerator" ) func TestSerialiseL2Tx(t *testing.T) { diff --git a/go/enclave/core/utils.go b/go/enclave/core/utils.go index 0bd8844fda..4addbea6b0 100644 --- a/go/enclave/core/utils.go +++ b/go/enclave/core/utils.go @@ -7,8 +7,8 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/measure" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/measure" ) // VerifySignature - Checks that the L2Tx has a valid signature. diff --git a/go/enclave/core/utils_test.go b/go/enclave/core/utils_test.go index acc947bde0..ea6d6081b3 100644 --- a/go/enclave/core/utils_test.go +++ b/go/enclave/core/utils_test.go @@ -4,7 +4,7 @@ import ( "math/big" "testing" - "github.com/obscuronet/go-obscuro/integration/datagenerator" + "github.com/ten-protocol/go-ten/integration/datagenerator" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/crypto" diff --git a/go/enclave/crosschain/block_message_extractor.go b/go/enclave/crosschain/block_message_extractor.go index ad5d09df2d..8742c894c6 100644 --- a/go/enclave/crosschain/block_message_extractor.go +++ b/go/enclave/crosschain/block_message_extractor.go @@ -3,15 +3,15 @@ package crosschain import ( "fmt" - "github.com/obscuronet/go-obscuro/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/measure" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/measure" ) type blockMessageExtractor struct { diff --git a/go/enclave/crosschain/common.go b/go/enclave/crosschain/common.go index fc0f0772ee..f9a91782e8 100644 --- a/go/enclave/crosschain/common.go +++ b/go/enclave/crosschain/common.go @@ -10,8 +10,8 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/crypto" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/contracts/generated/MessageBus" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/contracts/generated/MessageBus" + "github.com/ten-protocol/go-ten/go/common" "golang.org/x/crypto/sha3" ) diff --git a/go/enclave/crosschain/interfaces.go b/go/enclave/crosschain/interfaces.go index 3500448c3a..f382b35491 100644 --- a/go/enclave/crosschain/interfaces.go +++ b/go/enclave/crosschain/interfaces.go @@ -3,7 +3,7 @@ package crosschain import ( "github.com/ethereum/go-ethereum/core" "github.com/ethereum/go-ethereum/core/state" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) type ( diff --git a/go/enclave/crosschain/message_bus_manager.go b/go/enclave/crosschain/message_bus_manager.go index e0eddfbe89..1731a10515 100644 --- a/go/enclave/crosschain/message_bus_manager.go +++ b/go/enclave/crosschain/message_bus_manager.go @@ -5,18 +5,18 @@ import ( "fmt" "math/big" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/state" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/crypto" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/contracts/generated/MessageBus" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/enclave/rpc" - "github.com/obscuronet/go-obscuro/go/wallet" + "github.com/ten-protocol/go-ten/contracts/generated/MessageBus" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/enclave/rpc" + "github.com/ten-protocol/go-ten/go/wallet" ) // todo (#1549) - implement with cryptography epic diff --git a/go/enclave/crosschain/processors.go b/go/enclave/crosschain/processors.go index 259a604f4b..3469d0070c 100644 --- a/go/enclave/crosschain/processors.go +++ b/go/enclave/crosschain/processors.go @@ -3,7 +3,7 @@ package crosschain import ( "math/big" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage" gethlog "github.com/ethereum/go-ethereum/log" diff --git a/go/enclave/crypto/crypto.go b/go/enclave/crypto/crypto.go index 117ce45540..ca1fb6a14d 100644 --- a/go/enclave/crypto/crypto.go +++ b/go/enclave/crypto/crypto.go @@ -12,12 +12,12 @@ import ( gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto/ecies" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) const ( diff --git a/go/enclave/crypto/data_enc_service.go b/go/enclave/crypto/data_enc_service.go index 13f943991c..04d9c1dc37 100644 --- a/go/enclave/crypto/data_enc_service.go +++ b/go/enclave/crypto/data_enc_service.go @@ -8,7 +8,7 @@ import ( gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/go/enclave/debugger/tracers.go b/go/enclave/debugger/tracers.go index 0aa3a3fb6c..01acb11906 100644 --- a/go/enclave/debugger/tracers.go +++ b/go/enclave/debugger/tracers.go @@ -6,9 +6,9 @@ import ( "encoding/json" "github.com/ethereum/go-ethereum/params" - "github.com/obscuronet/go-obscuro/go/common/tracers" - "github.com/obscuronet/go-obscuro/go/enclave/l2chain" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/common/tracers" + "github.com/ten-protocol/go-ten/go/enclave/l2chain" + "github.com/ten-protocol/go-ten/go/enclave/storage" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/go/enclave/enclave.go b/go/enclave/enclave.go index c15d5585d9..2cc0fedab8 100644 --- a/go/enclave/enclave.go +++ b/go/enclave/enclave.go @@ -10,25 +10,25 @@ import ( "sync" "time" - "github.com/obscuronet/go-obscuro/go/common/compression" - "github.com/obscuronet/go-obscuro/go/common/measure" - "github.com/obscuronet/go-obscuro/go/enclave/evm/ethchainadapter" - "github.com/obscuronet/go-obscuro/go/enclave/gas" - "github.com/obscuronet/go-obscuro/go/enclave/storage" - "github.com/obscuronet/go-obscuro/go/enclave/txpool" - "github.com/obscuronet/go-obscuro/go/enclave/vkhandler" + "github.com/ten-protocol/go-ten/go/common/compression" + "github.com/ten-protocol/go-ten/go/common/measure" + "github.com/ten-protocol/go-ten/go/enclave/evm/ethchainadapter" + "github.com/ten-protocol/go-ten/go/enclave/gas" + "github.com/ten-protocol/go-ten/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/txpool" + "github.com/ten-protocol/go-ten/go/enclave/vkhandler" - "github.com/obscuronet/go-obscuro/go/enclave/components" - "github.com/obscuronet/go-obscuro/go/enclave/nodetype" + "github.com/ten-protocol/go-ten/go/enclave/components" + "github.com/ten-protocol/go-ten/go/enclave/nodetype" - "github.com/obscuronet/go-obscuro/go/enclave/l2chain" - "github.com/obscuronet/go-obscuro/go/responses" + "github.com/ten-protocol/go-ten/go/enclave/l2chain" + "github.com/ten-protocol/go-ten/go/responses" - "github.com/obscuronet/go-obscuro/go/enclave/genesis" + "github.com/ten-protocol/go-ten/go/enclave/genesis" - "github.com/obscuronet/go-obscuro/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/errutil" "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/common/hexutil" @@ -37,24 +37,24 @@ import ( "github.com/ethereum/go-ethereum/crypto/ecies" "github.com/ethereum/go-ethereum/eth/filters" "github.com/ethereum/go-ethereum/params" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/gethapi" - "github.com/obscuronet/go-obscuro/go/common/gethencoding" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/profiler" - "github.com/obscuronet/go-obscuro/go/common/stopcontrol" - "github.com/obscuronet/go-obscuro/go/common/syserr" - "github.com/obscuronet/go-obscuro/go/common/tracers" - "github.com/obscuronet/go-obscuro/go/config" - "github.com/obscuronet/go-obscuro/go/enclave/crosschain" - "github.com/obscuronet/go-obscuro/go/enclave/crypto" - "github.com/obscuronet/go-obscuro/go/enclave/debugger" - "github.com/obscuronet/go-obscuro/go/enclave/events" - - "github.com/obscuronet/go-obscuro/go/enclave/rpc" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" - - _ "github.com/obscuronet/go-obscuro/go/common/tracers/native" // make sure the tracers are loaded + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/gethapi" + "github.com/ten-protocol/go-ten/go/common/gethencoding" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/profiler" + "github.com/ten-protocol/go-ten/go/common/stopcontrol" + "github.com/ten-protocol/go-ten/go/common/syserr" + "github.com/ten-protocol/go-ten/go/common/tracers" + "github.com/ten-protocol/go-ten/go/config" + "github.com/ten-protocol/go-ten/go/enclave/crosschain" + "github.com/ten-protocol/go-ten/go/enclave/crypto" + "github.com/ten-protocol/go-ten/go/enclave/debugger" + "github.com/ten-protocol/go-ten/go/enclave/events" + + "github.com/ten-protocol/go-ten/go/enclave/rpc" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" + + _ "github.com/ten-protocol/go-ten/go/common/tracers/native" // make sure the tracers are loaded gethcommon "github.com/ethereum/go-ethereum/common" gethcore "github.com/ethereum/go-ethereum/core" diff --git a/go/enclave/enclave_test.go.tmp b/go/enclave/enclave_test.go.tmp index 521fe0b86d..dcb048a395 100644 --- a/go/enclave/enclave_test.go.tmp +++ b/go/enclave/enclave_test.go.tmp @@ -15,18 +15,18 @@ import ( "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto/ecies" "github.com/ethereum/go-ethereum/trie" - "github.com/obscuronet/go-obscuro/contracts/generated/ManagementContract" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/viewingkey" - "github.com/obscuronet/go-obscuro/go/config" - "github.com/obscuronet/go-obscuro/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/genesis" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/responses" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/datagenerator" + "github.com/ten-protocol/go-ten/contracts/generated/ManagementContract" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/viewingkey" + "github.com/ten-protocol/go-ten/go/config" + "github.com/ten-protocol/go-ten/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/genesis" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/responses" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/datagenerator" "github.com/stretchr/testify/assert" gethcommon "github.com/ethereum/go-ethereum/common" diff --git a/go/enclave/events/subscription_manager.go b/go/enclave/events/subscription_manager.go index a66c9bf35f..47625eb32d 100644 --- a/go/enclave/events/subscription_manager.go +++ b/go/enclave/events/subscription_manager.go @@ -6,16 +6,16 @@ import ( "math/big" "sync" - "github.com/obscuronet/go-obscuro/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage" "github.com/ethereum/go-ethereum/core/state" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/rlp" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/enclave/rpc" - "github.com/obscuronet/go-obscuro/go/enclave/vkhandler" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/enclave/rpc" + "github.com/ten-protocol/go-ten/go/enclave/vkhandler" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" diff --git a/go/enclave/evm/chain_context.go b/go/enclave/evm/chain_context.go index 34447396de..1eae4dd92a 100644 --- a/go/enclave/evm/chain_context.go +++ b/go/enclave/evm/chain_context.go @@ -3,15 +3,15 @@ package evm import ( "errors" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/consensus" "github.com/ethereum/go-ethereum/core/types" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/gethencoding" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/gethencoding" + "github.com/ten-protocol/go-ten/go/common/log" ) // ObscuroChainContext - basic implementation of the ChainContext needed for the EVM integration diff --git a/go/enclave/evm/ethchainadapter/eth_chainadapter.go b/go/enclave/evm/ethchainadapter/eth_chainadapter.go index 58620dfc71..436132e3f9 100644 --- a/go/enclave/evm/ethchainadapter/eth_chainadapter.go +++ b/go/enclave/evm/ethchainadapter/eth_chainadapter.go @@ -9,11 +9,11 @@ import ( "github.com/ethereum/go-ethereum/core/txpool/legacypool" "github.com/ethereum/go-ethereum/event" "github.com/ethereum/go-ethereum/params" - "github.com/obscuronet/go-obscuro/go/common/gethencoding" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/enclave/components" - "github.com/obscuronet/go-obscuro/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/common/gethencoding" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/enclave/components" + "github.com/ten-protocol/go-ten/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/storage" gethcore "github.com/ethereum/go-ethereum/core" gethtypes "github.com/ethereum/go-ethereum/core/types" diff --git a/go/enclave/evm/evm_facade.go b/go/enclave/evm/evm_facade.go index cf0fc976f4..cb841a5311 100644 --- a/go/enclave/evm/evm_facade.go +++ b/go/enclave/evm/evm_facade.go @@ -12,14 +12,14 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/core/vm" "github.com/ethereum/go-ethereum/params" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/gethencoding" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/measure" - "github.com/obscuronet/go-obscuro/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/crypto" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/gethencoding" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/measure" + "github.com/ten-protocol/go-ten/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/crypto" + "github.com/ten-protocol/go-ten/go/enclave/storage" gethcommon "github.com/ethereum/go-ethereum/common" gethcore "github.com/ethereum/go-ethereum/core" diff --git a/go/enclave/genesis/genesis.go b/go/enclave/genesis/genesis.go index c0f28eb388..79173c7391 100644 --- a/go/enclave/genesis/genesis.go +++ b/go/enclave/genesis/genesis.go @@ -5,11 +5,11 @@ import ( "fmt" "math/big" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/state" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) // Account specifies the address that's prefunded and the amount it's funded with diff --git a/go/enclave/genesis/genesis_test.go b/go/enclave/genesis/genesis_test.go index 5b057091e5..00ac8da2a8 100644 --- a/go/enclave/genesis/genesis_test.go +++ b/go/enclave/genesis/genesis_test.go @@ -5,12 +5,12 @@ import ( "math/big" "testing" - "github.com/obscuronet/go-obscuro/go/enclave/storage" - "github.com/obscuronet/go-obscuro/go/enclave/storage/init/sqlite" + "github.com/ten-protocol/go-ten/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage/init/sqlite" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/datagenerator" + "github.com/ten-protocol/go-ten/integration/datagenerator" gethlog "github.com/ethereum/go-ethereum/log" ) diff --git a/go/enclave/l2chain/interfaces.go b/go/enclave/l2chain/interfaces.go index 6a97ccb6de..58dfc2d98f 100644 --- a/go/enclave/l2chain/interfaces.go +++ b/go/enclave/l2chain/interfaces.go @@ -7,8 +7,8 @@ import ( "github.com/ethereum/go-ethereum/core/state" "github.com/ethereum/go-ethereum/core/vm" gethrpc "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/common/gethapi" - "github.com/obscuronet/go-obscuro/go/enclave/core" + "github.com/ten-protocol/go-ten/go/common/gethapi" + "github.com/ten-protocol/go-ten/go/enclave/core" ) // ObscuroChain - the interface that provides the data access layer to the obscuro l2. diff --git a/go/enclave/l2chain/l1_blockchain.go b/go/enclave/l2chain/l1_blockchain.go index 8199f7cfcd..a7c6da1659 100644 --- a/go/enclave/l2chain/l1_blockchain.go +++ b/go/enclave/l2chain/l1_blockchain.go @@ -17,7 +17,7 @@ import ( "github.com/ethereum/go-ethereum/ethdb" "github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/trie" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" gethlog "github.com/ethereum/go-ethereum/log" ) diff --git a/go/enclave/l2chain/l2_chain.go b/go/enclave/l2chain/l2_chain.go index 004cf2e350..ac35554645 100644 --- a/go/enclave/l2chain/l2_chain.go +++ b/go/enclave/l2chain/l2_chain.go @@ -5,7 +5,7 @@ import ( "fmt" "math/big" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" @@ -16,14 +16,14 @@ import ( gethlog "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/params" gethrpc "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/common/gethapi" - "github.com/obscuronet/go-obscuro/go/common/gethencoding" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/enclave/components" - "github.com/obscuronet/go-obscuro/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/evm" - "github.com/obscuronet/go-obscuro/go/enclave/genesis" "github.com/status-im/keycard-go/hexutils" + "github.com/ten-protocol/go-ten/go/common/gethapi" + "github.com/ten-protocol/go-ten/go/common/gethencoding" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/enclave/components" + "github.com/ten-protocol/go-ten/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/evm" + "github.com/ten-protocol/go-ten/go/enclave/genesis" ) type obscuroChain struct { diff --git a/go/enclave/limiters/interfaces.go b/go/enclave/limiters/interfaces.go index 5a93a2ff17..404a0caaf4 100644 --- a/go/enclave/limiters/interfaces.go +++ b/go/enclave/limiters/interfaces.go @@ -3,7 +3,7 @@ package limiters import ( "errors" - "github.com/obscuronet/go-obscuro/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/core" "github.com/ethereum/go-ethereum/core/types" ) diff --git a/go/enclave/limiters/rolluplimiter.go b/go/enclave/limiters/rolluplimiter.go index 36cc10e4b5..d7661af318 100644 --- a/go/enclave/limiters/rolluplimiter.go +++ b/go/enclave/limiters/rolluplimiter.go @@ -3,7 +3,7 @@ package limiters import ( "fmt" - "github.com/obscuronet/go-obscuro/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/core" "github.com/ethereum/go-ethereum/rlp" ) diff --git a/go/enclave/main/main.go b/go/enclave/main/main.go index a082fbe8a2..d03967a258 100644 --- a/go/enclave/main/main.go +++ b/go/enclave/main/main.go @@ -3,8 +3,8 @@ package main import ( "fmt" - "github.com/obscuronet/go-obscuro/go/common/container" - enclavecontainer "github.com/obscuronet/go-obscuro/go/enclave/container" + "github.com/ten-protocol/go-ten/go/common/container" + enclavecontainer "github.com/ten-protocol/go-ten/go/enclave/container" ) // Runs an Obscuro enclave as a standalone process. diff --git a/go/enclave/nodetype/interfaces.go b/go/enclave/nodetype/interfaces.go index 3eb3e78c37..d4befbf498 100644 --- a/go/enclave/nodetype/interfaces.go +++ b/go/enclave/nodetype/interfaces.go @@ -2,9 +2,9 @@ package nodetype import ( "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/enclave/components" - "github.com/obscuronet/go-obscuro/go/enclave/core" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/enclave/components" + "github.com/ten-protocol/go-ten/go/enclave/core" ) // NodeType - the interface for any service type running in Obscuro nodes. diff --git a/go/enclave/nodetype/sequencer.go b/go/enclave/nodetype/sequencer.go index 3cb761f306..cc01427a72 100644 --- a/go/enclave/nodetype/sequencer.go +++ b/go/enclave/nodetype/sequencer.go @@ -10,23 +10,23 @@ import ( "time" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/measure" - "github.com/obscuronet/go-obscuro/go/enclave/evm/ethchainadapter" - "github.com/obscuronet/go-obscuro/go/enclave/storage" - "github.com/obscuronet/go-obscuro/go/enclave/txpool" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/measure" + "github.com/ten-protocol/go-ten/go/enclave/evm/ethchainadapter" + "github.com/ten-protocol/go-ten/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/txpool" - "github.com/obscuronet/go-obscuro/go/common/compression" + "github.com/ten-protocol/go-ten/go/common/compression" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/params" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/enclave/components" - "github.com/obscuronet/go-obscuro/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/crypto" - "github.com/obscuronet/go-obscuro/go/enclave/limiters" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/enclave/components" + "github.com/ten-protocol/go-ten/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/crypto" + "github.com/ten-protocol/go-ten/go/enclave/limiters" ) const RollupDelay = 2 // number of L1 blocks to exclude when creating a rollup. This will minimize compression reorg issues. diff --git a/go/enclave/nodetype/validator.go b/go/enclave/nodetype/validator.go index 228db899d7..28663e7d72 100644 --- a/go/enclave/nodetype/validator.go +++ b/go/enclave/nodetype/validator.go @@ -7,16 +7,16 @@ import ( "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/enclave/storage" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/params" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/enclave/components" - "github.com/obscuronet/go-obscuro/go/enclave/core" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/enclave/components" + "github.com/ten-protocol/go-ten/go/enclave/core" ) type obsValidator struct { diff --git a/go/enclave/rpc/rpc_utils.go b/go/enclave/rpc/rpc_utils.go index d2e6c5d3f7..9414678a8e 100644 --- a/go/enclave/rpc/rpc_utils.go +++ b/go/enclave/rpc/rpc_utils.go @@ -5,7 +5,7 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) // ExtractTx returns the common.L2Tx from the params of an eth_sendRawTransaction request. diff --git a/go/enclave/rpc_server.go b/go/enclave/rpc_server.go index 255b0d5a67..5777e9ab27 100644 --- a/go/enclave/rpc_server.go +++ b/go/enclave/rpc_server.go @@ -10,12 +10,12 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/rlp" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/rpc" - "github.com/obscuronet/go-obscuro/go/common/rpc/generated" - "github.com/obscuronet/go-obscuro/go/common/tracers" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/rpc" + "github.com/ten-protocol/go-ten/go/common/rpc/generated" + "github.com/ten-protocol/go-ten/go/common/tracers" "google.golang.org/grpc" gethcommon "github.com/ethereum/go-ethereum/common" diff --git a/go/enclave/storage/db_cache.go b/go/enclave/storage/db_cache.go index d9f5dfa5cc..555e2b060e 100644 --- a/go/enclave/storage/db_cache.go +++ b/go/enclave/storage/db_cache.go @@ -6,7 +6,7 @@ import ( "github.com/eko/gocache/lib/v4/cache" gethlog "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/rlp" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" ) func getCachedValue[V any](cache *cache.Cache[[]byte], logger gethlog.Logger, key any, onFailed func(any) (V, error)) (V, error) { diff --git a/go/enclave/storage/db_init.go b/go/enclave/storage/db_init.go index 3d5b839bc4..bde5f2e063 100644 --- a/go/enclave/storage/db_init.go +++ b/go/enclave/storage/db_init.go @@ -3,14 +3,14 @@ package storage import ( "fmt" - "github.com/obscuronet/go-obscuro/go/enclave/storage/enclavedb" + "github.com/ten-protocol/go-ten/go/enclave/storage/enclavedb" - "github.com/obscuronet/go-obscuro/go/enclave/storage/init/edgelessdb" - "github.com/obscuronet/go-obscuro/go/enclave/storage/init/sqlite" + "github.com/ten-protocol/go-ten/go/enclave/storage/init/edgelessdb" + "github.com/ten-protocol/go-ten/go/enclave/storage/init/sqlite" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/config" + "github.com/ten-protocol/go-ten/go/config" ) // CreateDBFromConfig creates an appropriate ethdb.Database instance based on your config diff --git a/go/enclave/storage/enclavedb/batch.go b/go/enclave/storage/enclavedb/batch.go index 8072e68947..39e10337b8 100644 --- a/go/enclave/storage/enclavedb/batch.go +++ b/go/enclave/storage/enclavedb/batch.go @@ -15,9 +15,9 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/rlp" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/enclave/core" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/enclave/core" ) const ( diff --git a/go/enclave/storage/enclavedb/block.go b/go/enclave/storage/enclavedb/block.go index 8839e51159..21d1953afe 100644 --- a/go/enclave/storage/enclavedb/block.go +++ b/go/enclave/storage/enclavedb/block.go @@ -10,8 +10,8 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/rlp" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/errutil" ) const ( diff --git a/go/enclave/storage/enclavedb/config.go b/go/enclave/storage/enclavedb/config.go index 99b455f98f..615cdaf0fa 100644 --- a/go/enclave/storage/enclavedb/config.go +++ b/go/enclave/storage/enclavedb/config.go @@ -5,7 +5,7 @@ import ( "errors" "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/errutil" ) const ( diff --git a/go/enclave/storage/enclavedb/enclave_sql_db_test.go b/go/enclave/storage/enclavedb/enclave_sql_db_test.go index 430b7f5288..750386b9e5 100644 --- a/go/enclave/storage/enclavedb/enclave_sql_db_test.go +++ b/go/enclave/storage/enclavedb/enclave_sql_db_test.go @@ -5,7 +5,7 @@ import ( "path/filepath" "testing" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/common/testlog" "github.com/status-im/keycard-go/hexutils" diff --git a/go/enclave/storage/enclavedb/events.go b/go/enclave/storage/enclavedb/events.go index 5483f4bb64..aa0ccefaf2 100644 --- a/go/enclave/storage/enclavedb/events.go +++ b/go/enclave/storage/enclavedb/events.go @@ -9,8 +9,8 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/state" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/tracers" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/tracers" ) const ( diff --git a/go/enclave/storage/enclavedb/keyvalue.go b/go/enclave/storage/enclavedb/keyvalue.go index 238ace7e77..568f16cb03 100644 --- a/go/enclave/storage/enclavedb/keyvalue.go +++ b/go/enclave/storage/enclavedb/keyvalue.go @@ -7,7 +7,7 @@ import ( "strings" "github.com/ethereum/go-ethereum/ethdb" - "github.com/obscuronet/go-obscuro/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/errutil" ) const ( diff --git a/go/enclave/storage/init/edgelessdb/edgelessdb.go b/go/enclave/storage/init/edgelessdb/edgelessdb.go index 6bd5eb3028..dc20537b65 100644 --- a/go/enclave/storage/init/edgelessdb/edgelessdb.go +++ b/go/enclave/storage/init/edgelessdb/edgelessdb.go @@ -24,16 +24,16 @@ import ( "strings" "time" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/enclave/storage/init/migration" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/enclave/storage/init/migration" - "github.com/obscuronet/go-obscuro/go/enclave/storage/enclavedb" + "github.com/ten-protocol/go-ten/go/enclave/storage/enclavedb" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/httputil" + "github.com/ten-protocol/go-ten/go/common/httputil" - "github.com/obscuronet/go-obscuro/go/enclave/core/egoutils" + "github.com/ten-protocol/go-ten/go/enclave/core/egoutils" "github.com/go-sql-driver/mysql" ) diff --git a/go/enclave/storage/init/migration/db_migration.go b/go/enclave/storage/init/migration/db_migration.go index b243bc0125..be56fe9433 100644 --- a/go/enclave/storage/init/migration/db_migration.go +++ b/go/enclave/storage/init/migration/db_migration.go @@ -12,8 +12,8 @@ import ( "strings" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/enclave/storage/enclavedb" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/enclave/storage/enclavedb" ) const currentMigrationVersionKey = "CURRENT_MIGRATION_VERSION" diff --git a/go/enclave/storage/init/sqlite/sqlite.go b/go/enclave/storage/init/sqlite/sqlite.go index b74fa82acf..94c2851b5b 100644 --- a/go/enclave/storage/init/sqlite/sqlite.go +++ b/go/enclave/storage/init/sqlite/sqlite.go @@ -8,14 +8,14 @@ import ( "path/filepath" "strings" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" - "github.com/obscuronet/go-obscuro/go/enclave/storage/init/migration" + "github.com/ten-protocol/go-ten/go/enclave/storage/init/migration" - "github.com/obscuronet/go-obscuro/go/enclave/storage/enclavedb" + "github.com/ten-protocol/go-ten/go/enclave/storage/enclavedb" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" _ "github.com/mattn/go-sqlite3" // this imports the sqlite driver to make the sql.Open() connection work ) diff --git a/go/enclave/storage/interfaces.go b/go/enclave/storage/interfaces.go index 5b5e2b7ff9..9b84a3d4c4 100644 --- a/go/enclave/storage/interfaces.go +++ b/go/enclave/storage/interfaces.go @@ -11,10 +11,10 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/tracers" - "github.com/obscuronet/go-obscuro/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/crypto" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/tracers" + "github.com/ten-protocol/go-ten/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/crypto" ) // BlockResolver stores new blocks and returns information on existing blocks diff --git a/go/enclave/storage/storage.go b/go/enclave/storage/storage.go index 5d3e336e99..c54c900abd 100644 --- a/go/enclave/storage/storage.go +++ b/go/enclave/storage/storage.go @@ -9,15 +9,15 @@ import ( "math/big" "time" - "github.com/obscuronet/go-obscuro/go/common/measure" + "github.com/ten-protocol/go-ten/go/common/measure" "github.com/allegro/bigcache/v3" "github.com/eko/gocache/lib/v4/cache" bigcache_store "github.com/eko/gocache/store/bigcache/v4" - "github.com/obscuronet/go-obscuro/go/config" + "github.com/ten-protocol/go-ten/go/config" - "github.com/obscuronet/go-obscuro/go/enclave/storage/enclavedb" + "github.com/ten-protocol/go-ten/go/enclave/storage/enclavedb" "github.com/ethereum/go-ethereum/rlp" @@ -25,16 +25,16 @@ import ( gethcrypto "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/trie" - "github.com/obscuronet/go-obscuro/go/common/syserr" + "github.com/ten-protocol/go-ten/go/common/syserr" "github.com/ethereum/go-ethereum/core/state" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/params" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/tracers" - "github.com/obscuronet/go-obscuro/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/crypto" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/tracers" + "github.com/ten-protocol/go-ten/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/crypto" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" diff --git a/go/enclave/txpool/txpool.go b/go/enclave/txpool/txpool.go index 6a4c446996..22cb7b245b 100644 --- a/go/enclave/txpool/txpool.go +++ b/go/enclave/txpool/txpool.go @@ -8,8 +8,8 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" gethtxpool "github.com/ethereum/go-ethereum/core/txpool" "github.com/ethereum/go-ethereum/core/txpool/legacypool" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/enclave/evm/ethchainadapter" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/enclave/evm/ethchainadapter" ) // TxPool is an obscuro wrapper around geths transaction pool diff --git a/go/enclave/txpool/txpool_mock_test.go b/go/enclave/txpool/txpool_mock_test.go index b5ff6d3778..61df88d78c 100644 --- a/go/enclave/txpool/txpool_mock_test.go +++ b/go/enclave/txpool/txpool_mock_test.go @@ -9,12 +9,12 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/rpc" "github.com/ethereum/go-ethereum/trie" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/tracers" - "github.com/obscuronet/go-obscuro/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/crypto" - "github.com/obscuronet/go-obscuro/go/enclave/limiters" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/tracers" + "github.com/ten-protocol/go-ten/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/crypto" + "github.com/ten-protocol/go-ten/go/enclave/limiters" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/go/enclave/txpool/txpool_test.go b/go/enclave/txpool/txpool_test.go index 0168eccc3c..9fb586d836 100644 --- a/go/enclave/txpool/txpool_test.go +++ b/go/enclave/txpool/txpool_test.go @@ -9,12 +9,12 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/state" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/evm/ethchainadapter" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/datagenerator" "github.com/stretchr/testify/require" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/evm/ethchainadapter" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/datagenerator" ) func TestTxPool_AddTransaction_Pending(t *testing.T) { diff --git a/go/enclave/vkhandler/vk_handler.go b/go/enclave/vkhandler/vk_handler.go index e7d117603a..bae8416548 100644 --- a/go/enclave/vkhandler/vk_handler.go +++ b/go/enclave/vkhandler/vk_handler.go @@ -7,7 +7,7 @@ import ( "github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto/ecies" - "github.com/obscuronet/go-obscuro/go/common/viewingkey" + "github.com/ten-protocol/go-ten/go/common/viewingkey" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/go/enclave/vkhandler/vk_handler_test.go b/go/enclave/vkhandler/vk_handler_test.go index 11f2556cf7..bfd1bb9501 100644 --- a/go/enclave/vkhandler/vk_handler_test.go +++ b/go/enclave/vkhandler/vk_handler_test.go @@ -6,8 +6,8 @@ import ( "github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto/ecies" - "github.com/obscuronet/go-obscuro/go/common/viewingkey" "github.com/stretchr/testify/assert" + "github.com/ten-protocol/go-ten/go/common/viewingkey" ) func TestVKHandler(t *testing.T) { diff --git a/go/ethadapter/erc20contractlib/erc20_contract_lib.go b/go/ethadapter/erc20contractlib/erc20_contract_lib.go index c23f3e27d7..162d0f4da8 100644 --- a/go/ethadapter/erc20contractlib/erc20_contract_lib.go +++ b/go/ethadapter/erc20contractlib/erc20_contract_lib.go @@ -6,7 +6,7 @@ import ( "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/go/ethadapter/erc20contractlib/obscuro_ERC20_contract_ABI.go b/go/ethadapter/erc20contractlib/obscuro_ERC20_contract_ABI.go index c049a61129..2dd38c2713 100644 --- a/go/ethadapter/erc20contractlib/obscuro_ERC20_contract_ABI.go +++ b/go/ethadapter/erc20contractlib/obscuro_ERC20_contract_ABI.go @@ -5,7 +5,7 @@ import ( "strings" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" "github.com/ethereum/go-ethereum/accounts/abi" gethcommon "github.com/ethereum/go-ethereum/common" diff --git a/go/ethadapter/geth_rpc_client.go b/go/ethadapter/geth_rpc_client.go index 2b106a54b8..305bf83a68 100644 --- a/go/ethadapter/geth_rpc_client.go +++ b/go/ethadapter/geth_rpc_client.go @@ -11,12 +11,12 @@ import ( "github.com/ethereum/go-ethereum/accounts/abi/bind" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/contracts/generated/ManagementContract" - "github.com/obscuronet/go-obscuro/go/common/retry" + "github.com/ten-protocol/go-ten/contracts/generated/ManagementContract" + "github.com/ten-protocol/go-ten/go/common/retry" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" "github.com/ethereum/go-ethereum" diff --git a/go/ethadapter/interface.go b/go/ethadapter/interface.go index 98290ed2a6..40a1bf7439 100644 --- a/go/ethadapter/interface.go +++ b/go/ethadapter/interface.go @@ -4,7 +4,7 @@ import ( "errors" "math/big" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" "github.com/ethereum/go-ethereum" diff --git a/go/ethadapter/l1_transaction.go b/go/ethadapter/l1_transaction.go index 4c04049063..8bba33108e 100644 --- a/go/ethadapter/l1_transaction.go +++ b/go/ethadapter/l1_transaction.go @@ -5,7 +5,7 @@ import ( "fmt" "math/big" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/crypto" diff --git a/go/ethadapter/mgmtcontractlib/mgmt_contract_ABI.go b/go/ethadapter/mgmtcontractlib/mgmt_contract_ABI.go index 4fbaed728f..83b66bfd20 100644 --- a/go/ethadapter/mgmtcontractlib/mgmt_contract_ABI.go +++ b/go/ethadapter/mgmtcontractlib/mgmt_contract_ABI.go @@ -1,6 +1,6 @@ package mgmtcontractlib -import "github.com/obscuronet/go-obscuro/contracts/generated/ManagementContract" +import "github.com/ten-protocol/go-ten/contracts/generated/ManagementContract" const ( AddRollupMethod = "AddRollup" diff --git a/go/ethadapter/mgmtcontractlib/mgmt_contract_lib.go b/go/ethadapter/mgmtcontractlib/mgmt_contract_lib.go index 63fd2f18b3..bad61696a0 100644 --- a/go/ethadapter/mgmtcontractlib/mgmt_contract_lib.go +++ b/go/ethadapter/mgmtcontractlib/mgmt_contract_lib.go @@ -9,11 +9,11 @@ import ( "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/contracts/generated/ManagementContract" - "github.com/obscuronet/go-obscuro/contracts/generated/MessageBus" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/ethadapter" + "github.com/ten-protocol/go-ten/contracts/generated/ManagementContract" + "github.com/ten-protocol/go-ten/contracts/generated/MessageBus" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/ethadapter" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" diff --git a/go/host/container/cli.go b/go/host/container/cli.go index 42b459b6f9..3d2da90b3e 100644 --- a/go/host/container/cli.go +++ b/go/host/container/cli.go @@ -6,11 +6,11 @@ import ( "os" "time" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" "github.com/naoina/toml" - "github.com/obscuronet/go-obscuro/go/config" + "github.com/ten-protocol/go-ten/go/config" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/go/host/container/cli_test.go b/go/host/container/cli_test.go index 0d9d055054..e5e6697eee 100644 --- a/go/host/container/cli_test.go +++ b/go/host/container/cli_test.go @@ -10,7 +10,7 @@ import ( "testing" "time" - "github.com/obscuronet/go-obscuro/go/config" + "github.com/ten-protocol/go-ten/go/config" ) const testToml = "/test.toml" diff --git a/go/host/container/host_container.go b/go/host/container/host_container.go index fe3380cb71..e065e611d6 100644 --- a/go/host/container/host_container.go +++ b/go/host/container/host_container.go @@ -5,24 +5,24 @@ import ( "time" gethcommon "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/host/l1" + "github.com/ten-protocol/go-ten/go/host/l1" "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/metrics" - "github.com/obscuronet/go-obscuro/go/config" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" - "github.com/obscuronet/go-obscuro/go/host" - "github.com/obscuronet/go-obscuro/go/host/p2p" - "github.com/obscuronet/go-obscuro/go/host/rpc/clientapi" - "github.com/obscuronet/go-obscuro/go/host/rpc/clientrpc" - "github.com/obscuronet/go-obscuro/go/host/rpc/enclaverpc" - "github.com/obscuronet/go-obscuro/go/wallet" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/metrics" + "github.com/ten-protocol/go-ten/go/config" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/host" + "github.com/ten-protocol/go-ten/go/host/p2p" + "github.com/ten-protocol/go-ten/go/host/rpc/clientapi" + "github.com/ten-protocol/go-ten/go/host/rpc/clientrpc" + "github.com/ten-protocol/go-ten/go/host/rpc/enclaverpc" + "github.com/ten-protocol/go-ten/go/wallet" gethlog "github.com/ethereum/go-ethereum/log" - hostcommon "github.com/obscuronet/go-obscuro/go/common/host" + hostcommon "github.com/ten-protocol/go-ten/go/common/host" ) const ( diff --git a/go/host/db/batches.go b/go/host/db/batches.go index b117d7116c..8df76cc6b0 100644 --- a/go/host/db/batches.go +++ b/go/host/db/batches.go @@ -8,11 +8,11 @@ import ( "github.com/ethereum/go-ethereum/ethdb" "github.com/pkg/errors" - "github.com/obscuronet/go-obscuro/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/errutil" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/rlp" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) // DB methods relating to batches. diff --git a/go/host/db/batches_test.go b/go/host/db/batches_test.go index 3d6fcd50c4..54289b6061 100644 --- a/go/host/db/batches_test.go +++ b/go/host/db/batches_test.go @@ -7,9 +7,9 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) func TestCanStoreAndRetrieveBatchHeader(t *testing.T) { diff --git a/go/host/db/blocks.go b/go/host/db/blocks.go index 0569f19e5f..a8596bcb2f 100644 --- a/go/host/db/blocks.go +++ b/go/host/db/blocks.go @@ -10,8 +10,8 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/ethdb" "github.com/ethereum/go-ethereum/rlp" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/errutil" ) // DB methods relating to block headers. diff --git a/go/host/db/blocks_test.go b/go/host/db/blocks_test.go index b094e4ee43..0649ebca77 100644 --- a/go/host/db/blocks_test.go +++ b/go/host/db/blocks_test.go @@ -5,7 +5,7 @@ import ( "math/big" "testing" - "github.com/obscuronet/go-obscuro/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/errutil" "github.com/ethereum/go-ethereum/core/types" ) diff --git a/go/host/db/hostdb.go b/go/host/db/hostdb.go index 5cc7f1240d..ee8fda2d49 100644 --- a/go/host/db/hostdb.go +++ b/go/host/db/hostdb.go @@ -4,13 +4,13 @@ import ( "fmt" "os" - "github.com/obscuronet/go-obscuro/go/config" + "github.com/ten-protocol/go-ten/go/config" "github.com/ethereum/go-ethereum/ethdb" "github.com/ethereum/go-ethereum/ethdb/leveldb" gethlog "github.com/ethereum/go-ethereum/log" gethmetrics "github.com/ethereum/go-ethereum/metrics" - "github.com/obscuronet/go-obscuro/go/common/gethdb" + "github.com/ten-protocol/go-ten/go/common/gethdb" ) // Schema keys, in alphabetical order. diff --git a/go/host/db/leveldb.go b/go/host/db/leveldb.go index c8d64206be..49a3ec6cf3 100644 --- a/go/host/db/leveldb.go +++ b/go/host/db/leveldb.go @@ -5,8 +5,8 @@ import ( "github.com/ethereum/go-ethereum/ethdb" ethldb "github.com/ethereum/go-ethereum/ethdb/leveldb" - "github.com/obscuronet/go-obscuro/go/common/errutil" "github.com/syndtr/goleveldb/leveldb" + "github.com/ten-protocol/go-ten/go/common/errutil" ) // ObscuroLevelDB is a very thin wrapper around a level DB database for compatibility with our internal interfaces diff --git a/go/host/db/rollups.go b/go/host/db/rollups.go index 9df9eec10b..41ac34b80d 100644 --- a/go/host/db/rollups.go +++ b/go/host/db/rollups.go @@ -6,9 +6,9 @@ import ( "github.com/ethereum/go-ethereum/ethdb" "github.com/ethereum/go-ethereum/rlp" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" "github.com/pkg/errors" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/errutil" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/go/host/enclave/guardian.go b/go/host/enclave/guardian.go index ba00bfffa3..7ce08d815c 100644 --- a/go/host/enclave/guardian.go +++ b/go/host/enclave/guardian.go @@ -7,23 +7,23 @@ import ( "sync" "time" - "github.com/obscuronet/go-obscuro/go/common/stopcontrol" + "github.com/ten-protocol/go-ten/go/common/stopcontrol" gethcommon "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/common/gethutil" + "github.com/ten-protocol/go-ten/go/common/gethutil" "github.com/ethereum/go-ethereum/core/types" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/host" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/retry" - "github.com/obscuronet/go-obscuro/go/config" - "github.com/obscuronet/go-obscuro/go/host/db" - "github.com/obscuronet/go-obscuro/go/host/l1" "github.com/pkg/errors" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/host" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/retry" + "github.com/ten-protocol/go-ten/go/config" + "github.com/ten-protocol/go-ten/go/host/db" + "github.com/ten-protocol/go-ten/go/host/l1" ) const ( diff --git a/go/host/enclave/service.go b/go/host/enclave/service.go index a4cdfcbb9e..7a297cb463 100644 --- a/go/host/enclave/service.go +++ b/go/host/enclave/service.go @@ -7,11 +7,11 @@ import ( gethlog "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/host" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/responses" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/host" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/responses" ) // This private interface enforces the services that the enclaves service depends on diff --git a/go/host/enclave/state.go b/go/host/enclave/state.go index c2ec1875f8..7808676a56 100644 --- a/go/host/enclave/state.go +++ b/go/host/enclave/state.go @@ -7,8 +7,8 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/gethutil" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/gethutil" ) // This state machine compares the state of the enclave to the state of the world and is used to determine what actions can be taken with the enclave. diff --git a/go/host/enclave/state_test.go b/go/host/enclave/state_test.go index a8f222d934..99519738a0 100644 --- a/go/host/enclave/state_test.go +++ b/go/host/enclave/state_test.go @@ -6,8 +6,8 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/log" "github.com/stretchr/testify/assert" + "github.com/ten-protocol/go-ten/go/common/log" ) var ( diff --git a/go/host/events/logs.go b/go/host/events/logs.go index 82bb1b089e..bdf7578461 100644 --- a/go/host/events/logs.go +++ b/go/host/events/logs.go @@ -3,13 +3,13 @@ package events import ( "sync" - "github.com/obscuronet/go-obscuro/go/common/host" - "github.com/obscuronet/go-obscuro/go/common/log" "github.com/pkg/errors" + "github.com/ten-protocol/go-ten/go/common/host" + "github.com/ten-protocol/go-ten/go/common/log" gethlog "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) type logSubsServiceLocator interface { diff --git a/go/host/host.go b/go/host/host.go index 1dacf03d54..854179c7df 100644 --- a/go/host/host.go +++ b/go/host/host.go @@ -4,28 +4,28 @@ import ( "encoding/json" "fmt" - "github.com/obscuronet/go-obscuro/go/host/l2" + "github.com/ten-protocol/go-ten/go/host/l2" - "github.com/obscuronet/go-obscuro/go/host/enclave" - "github.com/obscuronet/go-obscuro/go/host/l1" + "github.com/ten-protocol/go-ten/go/host/enclave" + "github.com/ten-protocol/go-ten/go/host/l1" "github.com/ethereum/go-ethereum/rpc" "github.com/naoina/toml" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/profiler" - "github.com/obscuronet/go-obscuro/go/common/stopcontrol" - "github.com/obscuronet/go-obscuro/go/config" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" - "github.com/obscuronet/go-obscuro/go/host/db" - "github.com/obscuronet/go-obscuro/go/host/events" - "github.com/obscuronet/go-obscuro/go/responses" - "github.com/obscuronet/go-obscuro/go/wallet" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/profiler" + "github.com/ten-protocol/go-ten/go/common/stopcontrol" + "github.com/ten-protocol/go-ten/go/config" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/host/db" + "github.com/ten-protocol/go-ten/go/host/events" + "github.com/ten-protocol/go-ten/go/responses" + "github.com/ten-protocol/go-ten/go/wallet" gethlog "github.com/ethereum/go-ethereum/log" gethmetrics "github.com/ethereum/go-ethereum/metrics" - hostcommon "github.com/obscuronet/go-obscuro/go/common/host" + hostcommon "github.com/ten-protocol/go-ten/go/common/host" ) // Implementation of host.Host. diff --git a/go/host/l1/blockrepository.go b/go/host/l1/blockrepository.go index 2118e403be..5ccc5885df 100644 --- a/go/host/l1/blockrepository.go +++ b/go/host/l1/blockrepository.go @@ -7,18 +7,18 @@ import ( "sync/atomic" "time" - "github.com/obscuronet/go-obscuro/go/common/subscription" + "github.com/ten-protocol/go-ten/go/common/subscription" - "github.com/obscuronet/go-obscuro/go/common/host" + "github.com/ten-protocol/go-ten/go/common/host" "github.com/ethereum/go-ethereum" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/retry" - "github.com/obscuronet/go-obscuro/go/ethadapter" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/retry" + "github.com/ten-protocol/go-ten/go/ethadapter" ) var ( diff --git a/go/host/l1/publisher.go b/go/host/l1/publisher.go index 06c7d9b972..fc7cdbb90a 100644 --- a/go/host/l1/publisher.go +++ b/go/host/l1/publisher.go @@ -6,19 +6,19 @@ import ( "math/big" "time" - "github.com/obscuronet/go-obscuro/go/common/stopcontrol" + "github.com/ten-protocol/go-ten/go/common/stopcontrol" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/host" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/retry" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" - "github.com/obscuronet/go-obscuro/go/wallet" "github.com/pkg/errors" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/host" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/retry" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/wallet" ) type Publisher struct { diff --git a/go/host/l2/batchrepository.go b/go/host/l2/batchrepository.go index bb3cd89f1b..78227310c7 100644 --- a/go/host/l2/batchrepository.go +++ b/go/host/l2/batchrepository.go @@ -8,12 +8,12 @@ import ( "time" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/host" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/config" - "github.com/obscuronet/go-obscuro/go/host/db" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/host" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/config" + "github.com/ten-protocol/go-ten/go/host/db" ) const ( diff --git a/go/host/main/main.go b/go/host/main/main.go index c428843e53..e8ab9fae4f 100644 --- a/go/host/main/main.go +++ b/go/host/main/main.go @@ -3,8 +3,8 @@ package main import ( "fmt" - "github.com/obscuronet/go-obscuro/go/common/container" - hostcontainer "github.com/obscuronet/go-obscuro/go/host/container" + "github.com/ten-protocol/go-ten/go/common/container" + hostcontainer "github.com/ten-protocol/go-ten/go/host/container" ) // Runs an Obscuro host as a standalone process. diff --git a/go/host/p2p/p2p.go b/go/host/p2p/p2p.go index 8c49c727b1..876efc0ec3 100644 --- a/go/host/p2p/p2p.go +++ b/go/host/p2p/p2p.go @@ -9,18 +9,18 @@ import ( "sync/atomic" "time" - "github.com/obscuronet/go-obscuro/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/common/measure" - "github.com/obscuronet/go-obscuro/go/common/retry" - "github.com/obscuronet/go-obscuro/go/common/subscription" "github.com/pkg/errors" + "github.com/ten-protocol/go-ten/go/common/measure" + "github.com/ten-protocol/go-ten/go/common/retry" + "github.com/ten-protocol/go-ten/go/common/subscription" "github.com/ethereum/go-ethereum/rlp" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/host" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/config" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/host" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/config" gethlog "github.com/ethereum/go-ethereum/log" gethmetrics "github.com/ethereum/go-ethereum/metrics" diff --git a/go/host/rpc/clientapi/client_api_debug.go b/go/host/rpc/clientapi/client_api_debug.go index bb5dc39974..5af064d386 100644 --- a/go/host/rpc/clientapi/client_api_debug.go +++ b/go/host/rpc/clientapi/client_api_debug.go @@ -3,8 +3,8 @@ package clientapi import ( "context" - "github.com/obscuronet/go-obscuro/go/common/host" - "github.com/obscuronet/go-obscuro/go/common/tracers" + "github.com/ten-protocol/go-ten/go/common/host" + "github.com/ten-protocol/go-ten/go/common/tracers" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/go/host/rpc/clientapi/client_api_eth.go b/go/host/rpc/clientapi/client_api_eth.go index 423a15cb13..2e23b412bd 100644 --- a/go/host/rpc/clientapi/client_api_eth.go +++ b/go/host/rpc/clientapi/client_api_eth.go @@ -8,10 +8,10 @@ import ( "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/host" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/responses" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/host" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/responses" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" diff --git a/go/host/rpc/clientapi/client_api_filter.go b/go/host/rpc/clientapi/client_api_filter.go index f686fc0f7a..11a94b97f8 100644 --- a/go/host/rpc/clientapi/client_api_filter.go +++ b/go/host/rpc/clientapi/client_api_filter.go @@ -6,13 +6,13 @@ import ( "sync/atomic" "time" - "github.com/obscuronet/go-obscuro/go/common/host" - "github.com/obscuronet/go-obscuro/go/responses" + "github.com/ten-protocol/go-ten/go/common/host" + "github.com/ten-protocol/go-ten/go/responses" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" "github.com/ethereum/go-ethereum/rpc" ) diff --git a/go/host/rpc/clientapi/client_api_net.go b/go/host/rpc/clientapi/client_api_net.go index 882c6bb86c..c259a9f169 100644 --- a/go/host/rpc/clientapi/client_api_net.go +++ b/go/host/rpc/clientapi/client_api_net.go @@ -3,7 +3,7 @@ package clientapi import ( "fmt" - "github.com/obscuronet/go-obscuro/go/common/host" + "github.com/ten-protocol/go-ten/go/common/host" ) // NetworkAPI implements a subset of the Ethereum network JSON RPC operations. diff --git a/go/host/rpc/clientapi/client_api_obscuro.go b/go/host/rpc/clientapi/client_api_obscuro.go index 7b0ce3643a..2c72a79767 100644 --- a/go/host/rpc/clientapi/client_api_obscuro.go +++ b/go/host/rpc/clientapi/client_api_obscuro.go @@ -1,8 +1,8 @@ package clientapi import ( - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/host" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/host" ) // ObscuroAPI implements Obscuro-specific JSON RPC operations. diff --git a/go/host/rpc/clientapi/client_api_obscuroscan.go b/go/host/rpc/clientapi/client_api_obscuroscan.go index 1996d9892d..153e5846de 100644 --- a/go/host/rpc/clientapi/client_api_obscuroscan.go +++ b/go/host/rpc/clientapi/client_api_obscuroscan.go @@ -5,13 +5,13 @@ import ( "fmt" "math/big" - "github.com/obscuronet/go-obscuro/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/host" + "github.com/ten-protocol/go-ten/go/common/host" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) const txLimit = 100 diff --git a/go/host/rpc/clientapi/client_api_obscurotest.go b/go/host/rpc/clientapi/client_api_obscurotest.go index 76125db558..3c5ef1643c 100644 --- a/go/host/rpc/clientapi/client_api_obscurotest.go +++ b/go/host/rpc/clientapi/client_api_obscurotest.go @@ -1,7 +1,7 @@ package clientapi import ( - "github.com/obscuronet/go-obscuro/go/common/container" + "github.com/ten-protocol/go-ten/go/common/container" ) // TestAPI implements JSON RPC operations required for testing. diff --git a/go/host/rpc/clientapi/client_api_scan.go b/go/host/rpc/clientapi/client_api_scan.go index b1437d47f7..550696b104 100644 --- a/go/host/rpc/clientapi/client_api_scan.go +++ b/go/host/rpc/clientapi/client_api_scan.go @@ -4,8 +4,8 @@ import ( "math/big" "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/host" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/host" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/go/host/rpc/clientrpc/rpc_server.go b/go/host/rpc/clientrpc/rpc_server.go index d63f0eb4de..cc0cf7794d 100644 --- a/go/host/rpc/clientrpc/rpc_server.go +++ b/go/host/rpc/clientrpc/rpc_server.go @@ -3,8 +3,8 @@ package clientrpc import ( "github.com/ethereum/go-ethereum/node" "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/config" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/config" gethlog "github.com/ethereum/go-ethereum/log" ) diff --git a/go/host/rpc/enclaverpc/enclave_client.go b/go/host/rpc/enclaverpc/enclave_client.go index 1d126961b3..f6ec0b6f1a 100644 --- a/go/host/rpc/enclaverpc/enclave_client.go +++ b/go/host/rpc/enclaverpc/enclave_client.go @@ -8,20 +8,20 @@ import ( "math/big" "time" - "github.com/obscuronet/go-obscuro/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/core" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/rlp" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/measure" - "github.com/obscuronet/go-obscuro/go/common/retry" - "github.com/obscuronet/go-obscuro/go/common/rpc" - "github.com/obscuronet/go-obscuro/go/common/rpc/generated" - "github.com/obscuronet/go-obscuro/go/common/syserr" - "github.com/obscuronet/go-obscuro/go/common/tracers" - "github.com/obscuronet/go-obscuro/go/config" - "github.com/obscuronet/go-obscuro/go/responses" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/measure" + "github.com/ten-protocol/go-ten/go/common/retry" + "github.com/ten-protocol/go-ten/go/common/rpc" + "github.com/ten-protocol/go-ten/go/common/rpc/generated" + "github.com/ten-protocol/go-ten/go/common/syserr" + "github.com/ten-protocol/go-ten/go/common/tracers" + "github.com/ten-protocol/go-ten/go/config" + "github.com/ten-protocol/go-ten/go/responses" "google.golang.org/grpc" "google.golang.org/grpc/connectivity" diff --git a/go/host/servicelocator.go b/go/host/servicelocator.go index 3a01b23ba3..d88cd86231 100644 --- a/go/host/servicelocator.go +++ b/go/host/servicelocator.go @@ -2,7 +2,7 @@ package host import ( "github.com/ethereum/go-ethereum/log" - hostcommon "github.com/obscuronet/go-obscuro/go/common/host" + hostcommon "github.com/ten-protocol/go-ten/go/common/host" ) type ServicesRegistry struct { diff --git a/go/node/cmd/main.go b/go/node/cmd/main.go index 289a49ac29..145222bd68 100644 --- a/go/node/cmd/main.go +++ b/go/node/cmd/main.go @@ -1,7 +1,7 @@ package main import ( - "github.com/obscuronet/go-obscuro/go/node" + "github.com/ten-protocol/go-ten/go/node" ) func main() { diff --git a/go/node/config.go b/go/node/config.go index b7c261454a..7aa3b93dce 100644 --- a/go/node/config.go +++ b/go/node/config.go @@ -4,9 +4,9 @@ import ( "fmt" "time" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/config" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/config" + "github.com/ten-protocol/go-ten/integration/common/testlog" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/go/node/docker_node.go b/go/node/docker_node.go index 1fe20a183e..11e7dc0a19 100644 --- a/go/node/docker_node.go +++ b/go/node/docker_node.go @@ -6,7 +6,7 @@ import ( "github.com/ethereum/go-ethereum/log" "github.com/sanity-io/litter" - "github.com/obscuronet/go-obscuro/go/common/docker" + "github.com/ten-protocol/go-ten/go/common/docker" ) var ( diff --git a/go/obsclient/authclient.go b/go/obsclient/authclient.go index d259b82c42..e1326903b2 100644 --- a/go/obsclient/authclient.go +++ b/go/obsclient/authclient.go @@ -8,11 +8,11 @@ import ( "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/eth/filters" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/viewingkey" - "github.com/obscuronet/go-obscuro/go/responses" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/go/wallet" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/viewingkey" + "github.com/ten-protocol/go-ten/go/responses" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/go/wallet" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" diff --git a/go/obsclient/authclient_test.go b/go/obsclient/authclient_test.go index dddac38cac..68c365437e 100644 --- a/go/obsclient/authclient_test.go +++ b/go/obsclient/authclient_test.go @@ -5,10 +5,10 @@ import ( "testing" "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/responses" - "github.com/obscuronet/go-obscuro/go/rpc" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" + "github.com/ten-protocol/go-ten/go/responses" + "github.com/ten-protocol/go-ten/go/rpc" ) // These tests use a mocked RPC client, they test any transformations of the Go objects -> RPC params, as well as any diff --git a/go/obsclient/clientutil/clientutil.go b/go/obsclient/clientutil/clientutil.go index cbf3455212..07abed0c19 100644 --- a/go/obsclient/clientutil/clientutil.go +++ b/go/obsclient/clientutil/clientutil.go @@ -5,11 +5,11 @@ import ( "fmt" "time" - "github.com/obscuronet/go-obscuro/go/common/retry" + "github.com/ten-protocol/go-ten/go/common/retry" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/obsclient" + "github.com/ten-protocol/go-ten/go/obsclient" ) var defaultTimeoutInterval = 1 * time.Second diff --git a/go/obsclient/encoding.go b/go/obsclient/encoding.go index b6fdb87c8f..f48f176682 100644 --- a/go/obsclient/encoding.go +++ b/go/obsclient/encoding.go @@ -5,7 +5,7 @@ import ( "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/common/hexutil" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/go/obsclient/obsclient.go b/go/obsclient/obsclient.go index 4643d75cc7..b16021f49f 100644 --- a/go/obsclient/obsclient.go +++ b/go/obsclient/obsclient.go @@ -7,11 +7,11 @@ import ( "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/common/hexutil" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/rpc" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/rpc" gethcommon "github.com/ethereum/go-ethereum/common" - hostcommon "github.com/obscuronet/go-obscuro/go/common/host" + hostcommon "github.com/ten-protocol/go-ten/go/common/host" ) // ObsClient provides access to general Obscuro functionality that doesn't require viewing keys. diff --git a/go/responses/responses.go b/go/responses/responses.go index f39838de05..68f843a326 100644 --- a/go/responses/responses.go +++ b/go/responses/responses.go @@ -4,8 +4,8 @@ import ( "encoding/json" "fmt" - "github.com/obscuronet/go-obscuro/go/common/syserr" - "github.com/obscuronet/go-obscuro/go/enclave/vkhandler" + "github.com/ten-protocol/go-ten/go/common/syserr" + "github.com/ten-protocol/go-ten/go/enclave/vkhandler" ) // InternalErrMsg is the common response returned to the user when an InternalError occurs diff --git a/go/rpc/encrypted_client.go b/go/rpc/encrypted_client.go index 55389b7b7a..b06da4670a 100644 --- a/go/rpc/encrypted_client.go +++ b/go/rpc/encrypted_client.go @@ -14,11 +14,11 @@ import ( "github.com/ethereum/go-ethereum/eth/filters" "github.com/ethereum/go-ethereum/rlp" "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/viewingkey" - "github.com/obscuronet/go-obscuro/go/responses" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/viewingkey" + "github.com/ten-protocol/go-ten/go/responses" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" diff --git a/go/rpc/network_client.go b/go/rpc/network_client.go index 7b9b81415a..6aaf41faa9 100644 --- a/go/rpc/network_client.go +++ b/go/rpc/network_client.go @@ -6,7 +6,7 @@ import ( "strings" "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/common/viewingkey" + "github.com/ten-protocol/go-ten/go/common/viewingkey" gethlog "github.com/ethereum/go-ethereum/log" ) diff --git a/go/wallet/wallet.go b/go/wallet/wallet.go index 24547839ae..01922ca91b 100644 --- a/go/wallet/wallet.go +++ b/go/wallet/wallet.go @@ -8,7 +8,7 @@ import ( gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" diff --git a/integration/common/constants.go b/integration/common/constants.go index a8c1c8bbaf..7934dd0e93 100644 --- a/integration/common/constants.go +++ b/integration/common/constants.go @@ -3,7 +3,7 @@ package common import ( gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/crypto" - "github.com/obscuronet/go-obscuro/go/wallet" + "github.com/ten-protocol/go-ten/go/wallet" ) // The Contract addresses are the result of the deploying a smart contract from hardcoded owners. diff --git a/integration/common/testlog/testlog.go b/integration/common/testlog/testlog.go index 82ad0a524b..02ccfb23c5 100644 --- a/integration/common/testlog/testlog.go +++ b/integration/common/testlog/testlog.go @@ -5,7 +5,7 @@ import ( "os" "time" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" gethlog "github.com/ethereum/go-ethereum/log" ) diff --git a/integration/common/utils.go b/integration/common/utils.go index 5bd2cc1a20..676e6db689 100644 --- a/integration/common/utils.go +++ b/integration/common/utils.go @@ -12,15 +12,15 @@ import ( "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/ethclient" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/retry" - "github.com/obscuronet/go-obscuro/go/obsclient" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/retry" + "github.com/ten-protocol/go-ten/go/obsclient" - "github.com/obscuronet/go-obscuro/go/wallet" + "github.com/ten-protocol/go-ten/go/wallet" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/rpc" + "github.com/ten-protocol/go-ten/go/rpc" ) var _awaitReceiptPollingInterval = 200 * time.Millisecond diff --git a/integration/contractdeployer/contract_deployer_test.go b/integration/contractdeployer/contract_deployer_test.go index 7d48233525..423028caa1 100644 --- a/integration/contractdeployer/contract_deployer_test.go +++ b/integration/contractdeployer/contract_deployer_test.go @@ -8,20 +8,20 @@ import ( "time" "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/viewingkey" - "github.com/obscuronet/go-obscuro/go/enclave/genesis" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/ethereummock" - "github.com/obscuronet/go-obscuro/integration/simulation/network" - "github.com/obscuronet/go-obscuro/integration/simulation/params" - "github.com/obscuronet/go-obscuro/integration/simulation/stats" - contractdeployer "github.com/obscuronet/go-obscuro/tools/hardhatdeployer" - - testcommon "github.com/obscuronet/go-obscuro/integration/common" + "github.com/ten-protocol/go-ten/go/common/viewingkey" + "github.com/ten-protocol/go-ten/go/enclave/genesis" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/ethereummock" + "github.com/ten-protocol/go-ten/integration/simulation/network" + "github.com/ten-protocol/go-ten/integration/simulation/params" + "github.com/ten-protocol/go-ten/integration/simulation/stats" + contractdeployer "github.com/ten-protocol/go-ten/tools/hardhatdeployer" + + testcommon "github.com/ten-protocol/go-ten/integration/common" ) const ( diff --git a/integration/datagenerator/batch.go b/integration/datagenerator/batch.go index 82eaa91543..0d5774ed9f 100644 --- a/integration/datagenerator/batch.go +++ b/integration/datagenerator/batch.go @@ -6,7 +6,7 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) // RandomBatch - block is needed in order to pass the smart contract check diff --git a/integration/datagenerator/common.go b/integration/datagenerator/common.go index 513b7bac12..a0d61e5656 100644 --- a/integration/datagenerator/common.go +++ b/integration/datagenerator/common.go @@ -9,7 +9,7 @@ import ( "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/integration/datagenerator/rollup.go b/integration/datagenerator/rollup.go index 81cb02181c..184b4f64c0 100644 --- a/integration/datagenerator/rollup.go +++ b/integration/datagenerator/rollup.go @@ -3,7 +3,7 @@ package datagenerator import ( "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) // RandomRollup - block is needed in order to pass the smart contract check diff --git a/integration/datagenerator/wallet.go b/integration/datagenerator/wallet.go index ec9c20886a..098e6c2b49 100644 --- a/integration/datagenerator/wallet.go +++ b/integration/datagenerator/wallet.go @@ -3,9 +3,9 @@ package datagenerator import ( "encoding/hex" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/common/testlog" - "github.com/obscuronet/go-obscuro/go/wallet" + "github.com/ten-protocol/go-ten/go/wallet" ) // RandomWallet returns a wallet with a random private key diff --git a/integration/erc20contract/contract.go b/integration/erc20contract/contract.go index 63898bb76f..3323883197 100644 --- a/integration/erc20contract/contract.go +++ b/integration/erc20contract/contract.go @@ -3,11 +3,11 @@ package erc20contract import ( "math/big" - "github.com/obscuronet/go-obscuro/integration/erc20contract/generated/EthERC20" + "github.com/ten-protocol/go-ten/integration/erc20contract/generated/EthERC20" "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/integration/erc20contract/generated/ObsERC20" + "github.com/ten-protocol/go-ten/integration/erc20contract/generated/ObsERC20" ) func L2BytecodeWithDefaultSupply(tokenName string, busAddress common.Address) []byte { diff --git a/integration/eth2network/eth2_network.go b/integration/eth2network/eth2_network.go index 7a2c57f08b..bc85341365 100644 --- a/integration/eth2network/eth2_network.go +++ b/integration/eth2network/eth2_network.go @@ -13,10 +13,10 @@ import ( "strings" "time" - "github.com/obscuronet/go-obscuro/go/common/retry" + "github.com/ten-protocol/go-ten/go/common/retry" "github.com/ethereum/go-ethereum/ethclient" - "github.com/obscuronet/go-obscuro/integration/datagenerator" + "github.com/ten-protocol/go-ten/integration/datagenerator" "golang.org/x/sync/errgroup" ) diff --git a/integration/eth2network/eth2_network_test.go b/integration/eth2network/eth2_network_test.go index 8d245e4a30..15511060cc 100644 --- a/integration/eth2network/eth2_network_test.go +++ b/integration/eth2network/eth2_network_test.go @@ -15,12 +15,12 @@ import ( "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/ethclient" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/datagenerator" "github.com/stretchr/testify/assert" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/datagenerator" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" diff --git a/integration/eth2network/main/main.go b/integration/eth2network/main/main.go index e31547dfe2..2a865e9630 100644 --- a/integration/eth2network/main/main.go +++ b/integration/eth2network/main/main.go @@ -7,7 +7,7 @@ import ( "syscall" "time" - "github.com/obscuronet/go-obscuro/integration/eth2network" + "github.com/ten-protocol/go-ten/integration/eth2network" ) // Spins up a new eth 2 network. diff --git a/integration/ethereummock/db.go b/integration/ethereummock/db.go index bb00b0bc04..6f806ab2e4 100644 --- a/integration/ethereummock/db.go +++ b/integration/ethereummock/db.go @@ -5,16 +5,16 @@ import ( "math/big" "sync" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/core" ) // Received blocks ar stored here diff --git a/integration/ethereummock/erc20_contract_lib.go b/integration/ethereummock/erc20_contract_lib.go index 83d7cd6ac4..e9b0117c86 100644 --- a/integration/ethereummock/erc20_contract_lib.go +++ b/integration/ethereummock/erc20_contract_lib.go @@ -5,8 +5,8 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/ethadapter/erc20contractlib" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter/erc20contractlib" ) type contractLib struct{} diff --git a/integration/ethereummock/mgmt_contract_lib.go b/integration/ethereummock/mgmt_contract_lib.go index f16f35f54d..232beb66bf 100644 --- a/integration/ethereummock/mgmt_contract_lib.go +++ b/integration/ethereummock/mgmt_contract_lib.go @@ -4,16 +4,16 @@ import ( "bytes" "encoding/gob" - "github.com/obscuronet/go-obscuro/integration/datagenerator" + "github.com/ten-protocol/go-ten/integration/datagenerator" - "github.com/obscuronet/go-obscuro/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" ) var ( diff --git a/integration/ethereummock/mock_l1_network.go b/integration/ethereummock/mock_l1_network.go index 67438b68c1..f6dcd7613e 100644 --- a/integration/ethereummock/mock_l1_network.go +++ b/integration/ethereummock/mock_l1_network.go @@ -4,19 +4,19 @@ import ( "fmt" "time" - "github.com/obscuronet/go-obscuro/go/common/async" + "github.com/ten-protocol/go-ten/go/common/async" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" - "github.com/obscuronet/go-obscuro/integration/simulation/stats" + "github.com/ten-protocol/go-ten/integration/simulation/stats" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/common/testlog" - testcommon "github.com/obscuronet/go-obscuro/integration/common" + testcommon "github.com/ten-protocol/go-ten/integration/common" - "github.com/obscuronet/go-obscuro/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" "github.com/ethereum/go-ethereum/core/types" ) diff --git a/integration/ethereummock/node.go b/integration/ethereummock/node.go index 099dc22550..ef08ad230c 100644 --- a/integration/ethereummock/node.go +++ b/integration/ethereummock/node.go @@ -9,30 +9,30 @@ import ( "sync/atomic" "time" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage" - "github.com/obscuronet/go-obscuro/go/common/async" + "github.com/ten-protocol/go-ten/go/common/async" "github.com/google/uuid" - "github.com/obscuronet/go-obscuro/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/gethutil" + "github.com/ten-protocol/go-ten/go/common/gethutil" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/core/types" ethclient_ethereum "github.com/ethereum/go-ethereum/ethclient" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/ethadapter/erc20contractlib" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter/erc20contractlib" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" ) type L1Network interface { diff --git a/integration/ethereummock/utils.go b/integration/ethereummock/utils.go index c12eb81086..7e2ae1e02a 100644 --- a/integration/ethereummock/utils.go +++ b/integration/ethereummock/utils.go @@ -3,9 +3,9 @@ package ethereummock import ( "fmt" - "github.com/obscuronet/go-obscuro/go/enclave/storage" + "github.com/ten-protocol/go-ten/go/enclave/storage" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" "github.com/ethereum/go-ethereum/core/types" ) diff --git a/integration/faucet/faucet_test.go b/integration/faucet/faucet_test.go index 8f36ffbfa0..6cc37387bf 100644 --- a/integration/faucet/faucet_test.go +++ b/integration/faucet/faucet_test.go @@ -12,18 +12,18 @@ import ( "time" "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/datagenerator" - "github.com/obscuronet/go-obscuro/integration/ethereummock" - "github.com/obscuronet/go-obscuro/integration/simulation/network" - "github.com/obscuronet/go-obscuro/integration/simulation/params" - "github.com/obscuronet/go-obscuro/tools/faucet/container" - "github.com/obscuronet/go-obscuro/tools/faucet/faucet" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/datagenerator" + "github.com/ten-protocol/go-ten/integration/ethereummock" + "github.com/ten-protocol/go-ten/integration/simulation/network" + "github.com/ten-protocol/go-ten/integration/simulation/params" + "github.com/ten-protocol/go-ten/tools/faucet/container" + "github.com/ten-protocol/go-ten/tools/faucet/faucet" ) func init() { //nolint:gochecknoinits diff --git a/integration/manualtests/client_test.go b/integration/manualtests/client_test.go index 347298db63..7360af1c91 100644 --- a/integration/manualtests/client_test.go +++ b/integration/manualtests/client_test.go @@ -5,10 +5,10 @@ import ( "os" "testing" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/rpc" "github.com/stretchr/testify/assert" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/rpc" ) func TestClientGetRollup(t *testing.T) { diff --git a/integration/manualtests/connection_test.go b/integration/manualtests/connection_test.go index 55f30e8f7c..c307685c35 100644 --- a/integration/manualtests/connection_test.go +++ b/integration/manualtests/connection_test.go @@ -10,8 +10,8 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/ethclient" - "github.com/obscuronet/go-obscuro/tools/walletextension/lib" "github.com/stretchr/testify/require" + "github.com/ten-protocol/go-ten/tools/walletextension/lib" ) func TestSubscribeToOG(t *testing.T) { diff --git a/integration/manualtests/tx_test.go b/integration/manualtests/tx_test.go index 614770d074..d79336487d 100644 --- a/integration/manualtests/tx_test.go +++ b/integration/manualtests/tx_test.go @@ -13,15 +13,15 @@ import ( "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/viewingkey" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration/datagenerator" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/viewingkey" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration/datagenerator" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" diff --git a/integration/networktest/actions/context.go b/integration/networktest/actions/context.go index 578ef2b0d5..c54536b1af 100644 --- a/integration/networktest/actions/context.go +++ b/integration/networktest/actions/context.go @@ -6,7 +6,7 @@ import ( "fmt" "math/big" - "github.com/obscuronet/go-obscuro/integration/networktest/userwallet" + "github.com/ten-protocol/go-ten/integration/networktest/userwallet" ) // KeyNumberOfTestUsers key to an int representing number of test users created/available diff --git a/integration/networktest/actions/multiple_actions.go b/integration/networktest/actions/multiple_actions.go index 041f3b65fb..55f075d6d3 100644 --- a/integration/networktest/actions/multiple_actions.go +++ b/integration/networktest/actions/multiple_actions.go @@ -6,7 +6,7 @@ import ( "sync" "time" - "github.com/obscuronet/go-obscuro/integration/networktest" + "github.com/ten-protocol/go-ten/integration/networktest" "golang.org/x/sync/errgroup" ) diff --git a/integration/networktest/actions/native_fund_actions.go b/integration/networktest/actions/native_fund_actions.go index 8b52ec9295..2f27dc42cd 100644 --- a/integration/networktest/actions/native_fund_actions.go +++ b/integration/networktest/actions/native_fund_actions.go @@ -7,8 +7,8 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/integration/networktest" - "github.com/obscuronet/go-obscuro/integration/networktest/userwallet" + "github.com/ten-protocol/go-ten/integration/networktest" + "github.com/ten-protocol/go-ten/integration/networktest/userwallet" ) type SendNativeFunds struct { diff --git a/integration/networktest/actions/node_actions.go b/integration/networktest/actions/node_actions.go index 39af8e38e8..c6da34fc80 100644 --- a/integration/networktest/actions/node_actions.go +++ b/integration/networktest/actions/node_actions.go @@ -5,8 +5,8 @@ import ( "fmt" "time" - "github.com/obscuronet/go-obscuro/go/common/retry" - "github.com/obscuronet/go-obscuro/integration/networktest" + "github.com/ten-protocol/go-ten/go/common/retry" + "github.com/ten-protocol/go-ten/integration/networktest" ) func StartValidatorEnclave(validatorIdx int) networktest.Action { diff --git a/integration/networktest/actions/setup_actions.go b/integration/networktest/actions/setup_actions.go index f19dcd2c08..9bef943c54 100644 --- a/integration/networktest/actions/setup_actions.go +++ b/integration/networktest/actions/setup_actions.go @@ -4,11 +4,11 @@ import ( "context" "fmt" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/datagenerator" - "github.com/obscuronet/go-obscuro/integration/networktest" - "github.com/obscuronet/go-obscuro/integration/networktest/userwallet" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/datagenerator" + "github.com/ten-protocol/go-ten/integration/networktest" + "github.com/ten-protocol/go-ten/integration/networktest/userwallet" ) type CreateTestUser struct { diff --git a/integration/networktest/actions/snapshot_actions.go b/integration/networktest/actions/snapshot_actions.go index 26f9df0b27..a96c2ee3e2 100644 --- a/integration/networktest/actions/snapshot_actions.go +++ b/integration/networktest/actions/snapshot_actions.go @@ -5,7 +5,7 @@ import ( "fmt" "math/big" - "github.com/obscuronet/go-obscuro/integration/networktest" + "github.com/ten-protocol/go-ten/integration/networktest" ) // standard snapshots to use as reference points across all tests diff --git a/integration/networktest/actions/traffic_actions.go b/integration/networktest/actions/traffic_actions.go index a949866eab..a5082b75ed 100644 --- a/integration/networktest/actions/traffic_actions.go +++ b/integration/networktest/actions/traffic_actions.go @@ -7,8 +7,8 @@ import ( "math/rand" "time" - "github.com/obscuronet/go-obscuro/integration/common" - "github.com/obscuronet/go-obscuro/integration/networktest" + "github.com/ten-protocol/go-ten/integration/common" + "github.com/ten-protocol/go-ten/integration/networktest" ) const _minTransferAmt = 1_000_000 diff --git a/integration/networktest/actions/util_actions.go b/integration/networktest/actions/util_actions.go index 63663c9946..ceab5a9508 100644 --- a/integration/networktest/actions/util_actions.go +++ b/integration/networktest/actions/util_actions.go @@ -4,8 +4,8 @@ import ( "context" "time" - "github.com/obscuronet/go-obscuro/integration/common" - "github.com/obscuronet/go-obscuro/integration/networktest" + "github.com/ten-protocol/go-ten/integration/common" + "github.com/ten-protocol/go-ten/integration/networktest" ) // SetContextValue is a simple action step that just sets a value on the context diff --git a/integration/networktest/env/dev_network.go b/integration/networktest/env/dev_network.go index c28136c015..89281d564d 100644 --- a/integration/networktest/env/dev_network.go +++ b/integration/networktest/env/dev_network.go @@ -4,12 +4,12 @@ import ( "fmt" "time" - "github.com/obscuronet/go-obscuro/go/wallet" + "github.com/ten-protocol/go-ten/go/wallet" - "github.com/obscuronet/go-obscuro/go/common/retry" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/integration/networktest" - "github.com/obscuronet/go-obscuro/integration/simulation/devnetwork" + "github.com/ten-protocol/go-ten/go/common/retry" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/integration/networktest" + "github.com/ten-protocol/go-ten/integration/simulation/devnetwork" ) type devNetworkEnv struct { diff --git a/integration/networktest/env/network_setup.go b/integration/networktest/env/network_setup.go index 7ac7a59cfc..ad36a02c69 100644 --- a/integration/networktest/env/network_setup.go +++ b/integration/networktest/env/network_setup.go @@ -1,8 +1,8 @@ package env import ( - "github.com/obscuronet/go-obscuro/go/enclave/genesis" - "github.com/obscuronet/go-obscuro/integration/networktest" + "github.com/ten-protocol/go-ten/go/enclave/genesis" + "github.com/ten-protocol/go-ten/integration/networktest" ) func SepoliaTestnet() networktest.Environment { diff --git a/integration/networktest/env/testnet.go b/integration/networktest/env/testnet.go index 0e4a3868a5..a3548adbc9 100644 --- a/integration/networktest/env/testnet.go +++ b/integration/networktest/env/testnet.go @@ -11,15 +11,15 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/crypto" - "github.com/obscuronet/go-obscuro/integration/networktest/userwallet" + "github.com/ten-protocol/go-ten/integration/networktest/userwallet" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration" + "github.com/ten-protocol/go-ten/integration" gethcommon "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/integration/networktest" + "github.com/ten-protocol/go-ten/integration/networktest" ) var _defaultFaucetAmount = big.NewInt(750_000_000_000_000) diff --git a/integration/networktest/interfaces.go b/integration/networktest/interfaces.go index 1280f39936..87e2d6703b 100644 --- a/integration/networktest/interfaces.go +++ b/integration/networktest/interfaces.go @@ -3,7 +3,7 @@ package networktest import ( "context" - "github.com/obscuronet/go-obscuro/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter" "github.com/ethereum/go-ethereum/common" ) diff --git a/integration/networktest/log.go b/integration/networktest/log.go index 8166aa8c25..ff2c45294d 100644 --- a/integration/networktest/log.go +++ b/integration/networktest/log.go @@ -4,7 +4,7 @@ import ( "os" "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/common/testlog" ) // EnsureTestLogsSetUp calls Setup if it hasn't already been called (some tests run tests within themselves, we don't want diff --git a/integration/networktest/tests/gas/gas_test.go b/integration/networktest/tests/gas/gas_test.go index ec35d16629..775ecd7bc3 100644 --- a/integration/networktest/tests/gas/gas_test.go +++ b/integration/networktest/tests/gas/gas_test.go @@ -10,10 +10,10 @@ import ( "testing" "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/integration/networktest/actions" + "github.com/ten-protocol/go-ten/integration/networktest/actions" - "github.com/obscuronet/go-obscuro/integration/networktest" - "github.com/obscuronet/go-obscuro/integration/networktest/env" + "github.com/ten-protocol/go-ten/integration/networktest" + "github.com/ten-protocol/go-ten/integration/networktest/env" ) // Smoke tests are useful for checking a network is live or checking basic functionality is not broken diff --git a/integration/networktest/tests/helpful/availability_test.go b/integration/networktest/tests/helpful/availability_test.go index 114a46cda9..a9ff34e9d8 100644 --- a/integration/networktest/tests/helpful/availability_test.go +++ b/integration/networktest/tests/helpful/availability_test.go @@ -6,11 +6,11 @@ import ( "testing" "time" - "github.com/obscuronet/go-obscuro/go/obsclient" + "github.com/ten-protocol/go-ten/go/obsclient" - "github.com/obscuronet/go-obscuro/integration/networktest" - "github.com/obscuronet/go-obscuro/integration/networktest/actions" - "github.com/obscuronet/go-obscuro/integration/networktest/env" + "github.com/ten-protocol/go-ten/integration/networktest" + "github.com/ten-protocol/go-ten/integration/networktest/actions" + "github.com/ten-protocol/go-ten/integration/networktest/env" ) const _testTimeSpan = 120 * time.Second diff --git a/integration/networktest/tests/helpful/smoke_test.go b/integration/networktest/tests/helpful/smoke_test.go index b077a8f9c6..44ce892d60 100644 --- a/integration/networktest/tests/helpful/smoke_test.go +++ b/integration/networktest/tests/helpful/smoke_test.go @@ -4,10 +4,10 @@ import ( "math/big" "testing" - "github.com/obscuronet/go-obscuro/integration/networktest/actions" + "github.com/ten-protocol/go-ten/integration/networktest/actions" - "github.com/obscuronet/go-obscuro/integration/networktest" - "github.com/obscuronet/go-obscuro/integration/networktest/env" + "github.com/ten-protocol/go-ten/integration/networktest" + "github.com/ten-protocol/go-ten/integration/networktest/env" ) // Smoke tests are useful for checking a network is live or checking basic functionality is not broken diff --git a/integration/networktest/tests/helpful/spin_up_local_network_test.go b/integration/networktest/tests/helpful/spin_up_local_network_test.go index 7045d08886..83a5f4888c 100644 --- a/integration/networktest/tests/helpful/spin_up_local_network_test.go +++ b/integration/networktest/tests/helpful/spin_up_local_network_test.go @@ -10,12 +10,12 @@ import ( "time" "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/networktest" - "github.com/obscuronet/go-obscuro/integration/networktest/env" + "github.com/ten-protocol/go-ten/integration/networktest" + "github.com/ten-protocol/go-ten/integration/networktest/env" ) const ( diff --git a/integration/networktest/tests/load/load_test.go b/integration/networktest/tests/load/load_test.go index f7ceb780b3..e75b83973d 100644 --- a/integration/networktest/tests/load/load_test.go +++ b/integration/networktest/tests/load/load_test.go @@ -4,9 +4,9 @@ import ( "testing" "time" - "github.com/obscuronet/go-obscuro/integration/networktest" - "github.com/obscuronet/go-obscuro/integration/networktest/actions" - "github.com/obscuronet/go-obscuro/integration/networktest/env" + "github.com/ten-protocol/go-ten/integration/networktest" + "github.com/ten-protocol/go-ten/integration/networktest/actions" + "github.com/ten-protocol/go-ten/integration/networktest/env" ) func TestNativeTransfers(t *testing.T) { diff --git a/integration/networktest/tests/nodescenario/restart_network_test.go b/integration/networktest/tests/nodescenario/restart_network_test.go index a0bca08d8e..42a64307a1 100644 --- a/integration/networktest/tests/nodescenario/restart_network_test.go +++ b/integration/networktest/tests/nodescenario/restart_network_test.go @@ -4,10 +4,10 @@ import ( "testing" "time" - "github.com/obscuronet/go-obscuro/integration/networktest/actions" + "github.com/ten-protocol/go-ten/integration/networktest/actions" - "github.com/obscuronet/go-obscuro/integration/networktest" - "github.com/obscuronet/go-obscuro/integration/networktest/env" + "github.com/ten-protocol/go-ten/integration/networktest" + "github.com/ten-protocol/go-ten/integration/networktest/env" ) // restart both the sequencer and the validators (the entire network) diff --git a/integration/networktest/tests/nodescenario/restart_validator_enclave_test.go b/integration/networktest/tests/nodescenario/restart_validator_enclave_test.go index cb16e4c3e5..1559bd8d7b 100644 --- a/integration/networktest/tests/nodescenario/restart_validator_enclave_test.go +++ b/integration/networktest/tests/nodescenario/restart_validator_enclave_test.go @@ -4,10 +4,10 @@ import ( "testing" "time" - "github.com/obscuronet/go-obscuro/integration/networktest/actions" + "github.com/ten-protocol/go-ten/integration/networktest/actions" - "github.com/obscuronet/go-obscuro/integration/networktest" - "github.com/obscuronet/go-obscuro/integration/networktest/env" + "github.com/ten-protocol/go-ten/integration/networktest" + "github.com/ten-protocol/go-ten/integration/networktest/env" ) func TestRestartValidatorEnclave(t *testing.T) { diff --git a/integration/networktest/tests/nodescenario/restart_validator_test.go b/integration/networktest/tests/nodescenario/restart_validator_test.go index 01ffcbf9fa..2c6f3b8f2f 100644 --- a/integration/networktest/tests/nodescenario/restart_validator_test.go +++ b/integration/networktest/tests/nodescenario/restart_validator_test.go @@ -4,10 +4,10 @@ import ( "testing" "time" - "github.com/obscuronet/go-obscuro/integration/networktest/actions" + "github.com/ten-protocol/go-ten/integration/networktest/actions" - "github.com/obscuronet/go-obscuro/integration/networktest" - "github.com/obscuronet/go-obscuro/integration/networktest/env" + "github.com/ten-protocol/go-ten/integration/networktest" + "github.com/ten-protocol/go-ten/integration/networktest/env" ) // restart both the host and the enclave for a validator diff --git a/integration/networktest/userwallet/userwallet.go b/integration/networktest/userwallet/userwallet.go index 99d0603b2d..a1f2f8b2fb 100644 --- a/integration/networktest/userwallet/userwallet.go +++ b/integration/networktest/userwallet/userwallet.go @@ -8,18 +8,18 @@ import ( "math/big" "time" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/datagenerator" - "github.com/obscuronet/go-obscuro/integration/networktest" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/datagenerator" + "github.com/ten-protocol/go-ten/integration/networktest" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/crypto" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/retry" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/integration" + "github.com/ten-protocol/go-ten/go/common/retry" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/integration" ) const ( diff --git a/integration/networktest/util.go b/integration/networktest/util.go index c9de38c731..4ec1f924d4 100644 --- a/integration/networktest/util.go +++ b/integration/networktest/util.go @@ -5,7 +5,7 @@ import ( "os" "testing" - "github.com/obscuronet/go-obscuro/go/obsclient" + "github.com/ten-protocol/go-ten/go/obsclient" ) // IDEFlag is used as an environnment variable to allow tests to run that are designed not to run in CI diff --git a/integration/noderunner/in_memory_node.go b/integration/noderunner/in_memory_node.go index aa644f7d41..ab6a49fe45 100644 --- a/integration/noderunner/in_memory_node.go +++ b/integration/noderunner/in_memory_node.go @@ -3,17 +3,17 @@ package noderunner import ( "fmt" - "github.com/obscuronet/go-obscuro/go/node" - "github.com/obscuronet/go-obscuro/go/wallet" + "github.com/ten-protocol/go-ten/go/node" + "github.com/ten-protocol/go-ten/go/wallet" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/common/testlog" "github.com/sanity-io/litter" - enclavecontainer "github.com/obscuronet/go-obscuro/go/enclave/container" - hostcontainer "github.com/obscuronet/go-obscuro/go/host/container" + enclavecontainer "github.com/ten-protocol/go-ten/go/enclave/container" + hostcontainer "github.com/ten-protocol/go-ten/go/host/container" ) type InMemNode struct { diff --git a/integration/noderunner/noderunner_test.go b/integration/noderunner/noderunner_test.go index 635ead7623..f0b979bfc6 100644 --- a/integration/noderunner/noderunner_test.go +++ b/integration/noderunner/noderunner_test.go @@ -9,12 +9,12 @@ import ( "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/crypto" - "github.com/obscuronet/go-obscuro/go/common/profiler" - "github.com/obscuronet/go-obscuro/go/node" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/eth2network" + "github.com/ten-protocol/go-ten/go/common/profiler" + "github.com/ten-protocol/go-ten/go/node" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/eth2network" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" diff --git a/integration/obscurogateway/gateway_user.go b/integration/obscurogateway/gateway_user.go index 731f0128df..9ea6fe699a 100644 --- a/integration/obscurogateway/gateway_user.go +++ b/integration/obscurogateway/gateway_user.go @@ -4,10 +4,10 @@ import ( "context" "fmt" - "github.com/obscuronet/go-obscuro/tools/walletextension/lib" + "github.com/ten-protocol/go-ten/tools/walletextension/lib" "github.com/ethereum/go-ethereum/ethclient" - "github.com/obscuronet/go-obscuro/go/wallet" + "github.com/ten-protocol/go-ten/go/wallet" ) // GatewayUser TODO (@ziga) refactor GatewayUser and integrate it with OGlib. diff --git a/integration/obscurogateway/obscurogateway_test.go b/integration/obscurogateway/obscurogateway_test.go index 96773f8aa9..65f0391997 100644 --- a/integration/obscurogateway/obscurogateway_test.go +++ b/integration/obscurogateway/obscurogateway_test.go @@ -12,28 +12,28 @@ import ( "time" "github.com/ethereum/go-ethereum" - wecommon "github.com/obscuronet/go-obscuro/tools/walletextension/common" + wecommon "github.com/ten-protocol/go-ten/tools/walletextension/common" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/ethclient" "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/httputil" - "github.com/obscuronet/go-obscuro/go/enclave/genesis" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration" - integrationCommon "github.com/obscuronet/go-obscuro/integration/common" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/datagenerator" - "github.com/obscuronet/go-obscuro/integration/ethereummock" - "github.com/obscuronet/go-obscuro/integration/simulation/network" - "github.com/obscuronet/go-obscuro/integration/simulation/params" - "github.com/obscuronet/go-obscuro/tools/walletextension/config" - "github.com/obscuronet/go-obscuro/tools/walletextension/container" - "github.com/obscuronet/go-obscuro/tools/walletextension/lib" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/httputil" + "github.com/ten-protocol/go-ten/go/enclave/genesis" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration" + integrationCommon "github.com/ten-protocol/go-ten/integration/common" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/datagenerator" + "github.com/ten-protocol/go-ten/integration/ethereummock" + "github.com/ten-protocol/go-ten/integration/simulation/network" + "github.com/ten-protocol/go-ten/integration/simulation/params" + "github.com/ten-protocol/go-ten/tools/walletextension/config" + "github.com/ten-protocol/go-ten/tools/walletextension/container" + "github.com/ten-protocol/go-ten/tools/walletextension/lib" "github.com/valyala/fasthttp" ) diff --git a/integration/obscuroscan/obscuroscan_test.go b/integration/obscuroscan/obscuroscan_test.go index a1da72df1f..1ae51db8fa 100644 --- a/integration/obscuroscan/obscuroscan_test.go +++ b/integration/obscuroscan/obscuroscan_test.go @@ -12,25 +12,25 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common/viewingkey" - "github.com/obscuronet/go-obscuro/go/enclave/genesis" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration/datagenerator" - "github.com/obscuronet/go-obscuro/tools/obscuroscan_v2/backend/config" - "github.com/obscuronet/go-obscuro/tools/obscuroscan_v2/backend/container" "github.com/stretchr/testify/require" + "github.com/ten-protocol/go-ten/go/common/viewingkey" + "github.com/ten-protocol/go-ten/go/enclave/genesis" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration/datagenerator" + "github.com/ten-protocol/go-ten/tools/obscuroscan_v2/backend/config" + "github.com/ten-protocol/go-ten/tools/obscuroscan_v2/backend/container" "github.com/valyala/fasthttp" "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/ethereummock" - "github.com/obscuronet/go-obscuro/integration/simulation/network" - "github.com/obscuronet/go-obscuro/integration/simulation/params" "github.com/stretchr/testify/assert" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/ethereummock" + "github.com/ten-protocol/go-ten/integration/simulation/network" + "github.com/ten-protocol/go-ten/integration/simulation/params" ) func init() { //nolint:gochecknoinits diff --git a/integration/simulation/devnetwork/config.go b/integration/simulation/devnetwork/config.go index ec72cbc8ac..140577b469 100644 --- a/integration/simulation/devnetwork/config.go +++ b/integration/simulation/devnetwork/config.go @@ -8,13 +8,13 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/crypto" - "github.com/obscuronet/go-obscuro/go/enclave/genesis" - "github.com/obscuronet/go-obscuro/go/wallet" - testcommon "github.com/obscuronet/go-obscuro/integration/common" + "github.com/ten-protocol/go-ten/go/enclave/genesis" + "github.com/ten-protocol/go-ten/go/wallet" + testcommon "github.com/ten-protocol/go-ten/integration/common" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/simulation/params" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/simulation/params" ) // L1Config tells network admin how to setup the L1 network diff --git a/integration/simulation/devnetwork/dev_network.go b/integration/simulation/devnetwork/dev_network.go index 3a2fe89189..160d905fc7 100644 --- a/integration/simulation/devnetwork/dev_network.go +++ b/integration/simulation/devnetwork/dev_network.go @@ -7,22 +7,22 @@ import ( "sync" "time" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/simulation/network" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/simulation/network" - "github.com/obscuronet/go-obscuro/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/integration/networktest/userwallet" + "github.com/ten-protocol/go-ten/integration/networktest/userwallet" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/networktest" - "github.com/obscuronet/go-obscuro/integration/simulation/params" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/networktest" + "github.com/ten-protocol/go-ten/integration/simulation/params" ) var _defaultFaucetAmount = big.NewInt(750_000_000_000_000) diff --git a/integration/simulation/devnetwork/geth_l1.go b/integration/simulation/devnetwork/geth_l1.go index 1a0f4c3a7b..3de0028ffd 100644 --- a/integration/simulation/devnetwork/geth_l1.go +++ b/integration/simulation/devnetwork/geth_l1.go @@ -3,12 +3,12 @@ package devnetwork import ( "fmt" - "github.com/obscuronet/go-obscuro/integration" + "github.com/ten-protocol/go-ten/integration" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/integration/eth2network" - "github.com/obscuronet/go-obscuro/integration/simulation/network" - "github.com/obscuronet/go-obscuro/integration/simulation/params" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/integration/eth2network" + "github.com/ten-protocol/go-ten/integration/simulation/network" + "github.com/ten-protocol/go-ten/integration/simulation/params" ) type gethDockerNetwork struct { diff --git a/integration/simulation/devnetwork/l1_network.go b/integration/simulation/devnetwork/l1_network.go index 910e38c17f..79f77b8f41 100644 --- a/integration/simulation/devnetwork/l1_network.go +++ b/integration/simulation/devnetwork/l1_network.go @@ -1,7 +1,7 @@ package devnetwork import ( - "github.com/obscuronet/go-obscuro/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter" ) // L1Network represents the L1Network being used for the devnetwork diff --git a/integration/simulation/devnetwork/live_l1.go b/integration/simulation/devnetwork/live_l1.go index 33f3e89122..d5ad085e21 100644 --- a/integration/simulation/devnetwork/live_l1.go +++ b/integration/simulation/devnetwork/live_l1.go @@ -5,9 +5,9 @@ import ( "time" "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration/common/testlog" ) type liveL1Network struct { diff --git a/integration/simulation/devnetwork/node.go b/integration/simulation/devnetwork/node.go index 771d63061f..071d2eb425 100644 --- a/integration/simulation/devnetwork/node.go +++ b/integration/simulation/devnetwork/node.go @@ -7,30 +7,30 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/host/l1" + "github.com/ten-protocol/go-ten/go/host/l1" - "github.com/obscuronet/go-obscuro/go/host" + "github.com/ten-protocol/go-ten/go/host" - "github.com/obscuronet/go-obscuro/go/enclave/storage/init/sqlite" + "github.com/ten-protocol/go-ten/go/enclave/storage/init/sqlite" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/metrics" - "github.com/obscuronet/go-obscuro/go/config" - enclavecontainer "github.com/obscuronet/go-obscuro/go/enclave/container" - "github.com/obscuronet/go-obscuro/go/ethadapter" - hostcontainer "github.com/obscuronet/go-obscuro/go/host/container" - "github.com/obscuronet/go-obscuro/go/host/p2p" - "github.com/obscuronet/go-obscuro/go/host/rpc/clientrpc" - "github.com/obscuronet/go-obscuro/go/host/rpc/enclaverpc" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/simulation/network" - "github.com/obscuronet/go-obscuro/integration/simulation/params" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/metrics" + "github.com/ten-protocol/go-ten/go/config" + enclavecontainer "github.com/ten-protocol/go-ten/go/enclave/container" + "github.com/ten-protocol/go-ten/go/ethadapter" + hostcontainer "github.com/ten-protocol/go-ten/go/host/container" + "github.com/ten-protocol/go-ten/go/host/p2p" + "github.com/ten-protocol/go-ten/go/host/rpc/clientrpc" + "github.com/ten-protocol/go-ten/go/host/rpc/enclaverpc" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/simulation/network" + "github.com/ten-protocol/go-ten/integration/simulation/params" ) // InMemNodeOperator represents an Obscuro node playing a role in a DevSimulation diff --git a/integration/simulation/network/geth_network.go b/integration/simulation/network/geth_network.go index b34432a196..6b2eb9a30e 100644 --- a/integration/simulation/network/geth_network.go +++ b/integration/simulation/network/geth_network.go @@ -1,15 +1,15 @@ package network import ( - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/ethadapter/erc20contractlib" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/eth2network" - "github.com/obscuronet/go-obscuro/integration/simulation/params" - "github.com/obscuronet/go-obscuro/integration/simulation/stats" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter/erc20contractlib" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/eth2network" + "github.com/ten-protocol/go-ten/integration/simulation/params" + "github.com/ten-protocol/go-ten/integration/simulation/stats" ) type networkInMemGeth struct { diff --git a/integration/simulation/network/geth_utils.go b/integration/simulation/network/geth_utils.go index 98bc58c920..4ab51389a7 100644 --- a/integration/simulation/network/geth_utils.go +++ b/integration/simulation/network/geth_utils.go @@ -9,15 +9,15 @@ import ( "github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/contracts/generated/ManagementContract" - "github.com/obscuronet/go-obscuro/go/common/constants" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/erc20contract" - "github.com/obscuronet/go-obscuro/integration/eth2network" - "github.com/obscuronet/go-obscuro/integration/simulation/params" + "github.com/ten-protocol/go-ten/contracts/generated/ManagementContract" + "github.com/ten-protocol/go-ten/go/common/constants" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/erc20contract" + "github.com/ten-protocol/go-ten/integration/eth2network" + "github.com/ten-protocol/go-ten/integration/simulation/params" ) const ( diff --git a/integration/simulation/network/inmemory.go b/integration/simulation/network/inmemory.go index d5a15cf22f..12c37f4d7b 100644 --- a/integration/simulation/network/inmemory.go +++ b/integration/simulation/network/inmemory.go @@ -4,17 +4,17 @@ import ( "time" "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/common/host" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/host/container" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/rpc" - testcommon "github.com/obscuronet/go-obscuro/integration/common" - "github.com/obscuronet/go-obscuro/integration/datagenerator" - "github.com/obscuronet/go-obscuro/integration/ethereummock" - "github.com/obscuronet/go-obscuro/integration/simulation/p2p" - "github.com/obscuronet/go-obscuro/integration/simulation/params" - "github.com/obscuronet/go-obscuro/integration/simulation/stats" + "github.com/ten-protocol/go-ten/go/common/host" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/host/container" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/rpc" + testcommon "github.com/ten-protocol/go-ten/integration/common" + "github.com/ten-protocol/go-ten/integration/datagenerator" + "github.com/ten-protocol/go-ten/integration/ethereummock" + "github.com/ten-protocol/go-ten/integration/simulation/p2p" + "github.com/ten-protocol/go-ten/integration/simulation/params" + "github.com/ten-protocol/go-ten/integration/simulation/stats" ) type basicNetworkOfInMemoryNodes struct { diff --git a/integration/simulation/network/network.go b/integration/simulation/network/network.go index c856fbf188..b1f05b0c11 100644 --- a/integration/simulation/network/network.go +++ b/integration/simulation/network/network.go @@ -3,16 +3,16 @@ package network import ( "math/rand" - "github.com/obscuronet/go-obscuro/go/rpc" + "github.com/ten-protocol/go-ten/go/rpc" - "github.com/obscuronet/go-obscuro/go/obsclient" + "github.com/ten-protocol/go-ten/go/obsclient" "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration/simulation/params" - "github.com/obscuronet/go-obscuro/integration/simulation/stats" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration/simulation/params" + "github.com/ten-protocol/go-ten/integration/simulation/stats" ) // Network is responsible with knowing how to manage the lifecycle of networks of Ethereum or Obscuro nodes. diff --git a/integration/simulation/network/network_utils.go b/integration/simulation/network/network_utils.go index 0f0eb884fb..399ea5668d 100644 --- a/integration/simulation/network/network_utils.go +++ b/integration/simulation/network/network_utils.go @@ -6,28 +6,28 @@ import ( "math/big" "time" - "github.com/obscuronet/go-obscuro/go/host/l1" + "github.com/ten-protocol/go-ten/go/host/l1" - "github.com/obscuronet/go-obscuro/go/host" + "github.com/ten-protocol/go-ten/go/host" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/metrics" - "github.com/obscuronet/go-obscuro/go/config" - "github.com/obscuronet/go-obscuro/go/enclave" - "github.com/obscuronet/go-obscuro/go/enclave/genesis" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" - "github.com/obscuronet/go-obscuro/go/host/container" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/ethereummock" - "github.com/obscuronet/go-obscuro/integration/simulation/stats" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/metrics" + "github.com/ten-protocol/go-ten/go/config" + "github.com/ten-protocol/go-ten/go/enclave" + "github.com/ten-protocol/go-ten/go/enclave/genesis" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/host/container" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/ethereummock" + "github.com/ten-protocol/go-ten/integration/simulation/stats" gethcommon "github.com/ethereum/go-ethereum/common" - hostcommon "github.com/obscuronet/go-obscuro/go/common/host" - testcommon "github.com/obscuronet/go-obscuro/integration/common" + hostcommon "github.com/ten-protocol/go-ten/go/common/host" + testcommon "github.com/ten-protocol/go-ten/integration/common" ) const ( diff --git a/integration/simulation/network/obscuro_node_utils.go b/integration/simulation/network/obscuro_node_utils.go index d28052f15f..33da3caaf6 100644 --- a/integration/simulation/network/obscuro_node_utils.go +++ b/integration/simulation/network/obscuro_node_utils.go @@ -7,20 +7,20 @@ import ( "strings" "time" - "github.com/obscuronet/go-obscuro/go/common/host" - "github.com/obscuronet/go-obscuro/go/ethadapter" - hostcontainer "github.com/obscuronet/go-obscuro/go/host/container" - "github.com/obscuronet/go-obscuro/integration/simulation/p2p" - - "github.com/obscuronet/go-obscuro/go/common/viewingkey" - - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/simulation/params" + "github.com/ten-protocol/go-ten/go/common/host" + "github.com/ten-protocol/go-ten/go/ethadapter" + hostcontainer "github.com/ten-protocol/go-ten/go/host/container" + "github.com/ten-protocol/go-ten/integration/simulation/p2p" + + "github.com/ten-protocol/go-ten/go/common/viewingkey" + + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/simulation/params" "golang.org/x/sync/errgroup" ) diff --git a/integration/simulation/network/socket.go b/integration/simulation/network/socket.go index 9784365802..874e5c8125 100644 --- a/integration/simulation/network/socket.go +++ b/integration/simulation/network/socket.go @@ -4,21 +4,21 @@ import ( "fmt" "time" - "github.com/obscuronet/go-obscuro/integration/noderunner" + "github.com/ten-protocol/go-ten/integration/noderunner" "github.com/ethereum/go-ethereum/crypto" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/ethadapter/erc20contractlib" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" - "github.com/obscuronet/go-obscuro/go/node" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/eth2network" - "github.com/obscuronet/go-obscuro/integration/simulation/params" - "github.com/obscuronet/go-obscuro/integration/simulation/stats" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter/erc20contractlib" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/node" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/eth2network" + "github.com/ten-protocol/go-ten/integration/simulation/params" + "github.com/ten-protocol/go-ten/integration/simulation/stats" ) // creates Obscuro nodes with their own enclave servers that communicate with peers via sockets, wires them up, and populates the network objects diff --git a/integration/simulation/output_stats.go b/integration/simulation/output_stats.go index e97a54d106..0d886d60e3 100644 --- a/integration/simulation/output_stats.go +++ b/integration/simulation/output_stats.go @@ -6,12 +6,12 @@ import ( "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/integration/common/testlog" - "github.com/obscuronet/go-obscuro/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) // OutputStats decouples the processing of data and the collection of statistics diff --git a/integration/simulation/p2p/in_mem_obscuro_client.go b/integration/simulation/p2p/in_mem_obscuro_client.go index 1456d32422..d597832a88 100644 --- a/integration/simulation/p2p/in_mem_obscuro_client.go +++ b/integration/simulation/p2p/in_mem_obscuro_client.go @@ -9,17 +9,17 @@ import ( "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto/ecies" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/host/container" - "github.com/obscuronet/go-obscuro/go/host/rpc/clientapi" - "github.com/obscuronet/go-obscuro/go/responses" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/host/container" + "github.com/ten-protocol/go-ten/go/host/rpc/clientapi" + "github.com/ten-protocol/go-ten/go/responses" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/integration/common/testlog" gethcommon "github.com/ethereum/go-ethereum/common" gethrpc "github.com/ethereum/go-ethereum/rpc" - hostcommon "github.com/obscuronet/go-obscuro/go/common/host" + hostcommon "github.com/ten-protocol/go-ten/go/common/host" ) const ( diff --git a/integration/simulation/p2p/mock_l2_network.go b/integration/simulation/p2p/mock_l2_network.go index 6e47aa9f14..cc562e3c1b 100644 --- a/integration/simulation/p2p/mock_l2_network.go +++ b/integration/simulation/p2p/mock_l2_network.go @@ -6,14 +6,14 @@ import ( "sync/atomic" "time" - "github.com/obscuronet/go-obscuro/go/common/subscription" + "github.com/ten-protocol/go-ten/go/common/subscription" - "github.com/obscuronet/go-obscuro/go/common/async" + "github.com/ten-protocol/go-ten/go/common/async" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/host" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/host" - testcommon "github.com/obscuronet/go-obscuro/integration/common" + testcommon "github.com/ten-protocol/go-ten/integration/common" ) const _sequencerID = "0" diff --git a/integration/simulation/params/params.go b/integration/simulation/params/params.go index 40612ca3b3..05d43b1d1d 100644 --- a/integration/simulation/params/params.go +++ b/integration/simulation/params/params.go @@ -5,8 +5,8 @@ import ( "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/ethadapter/erc20contractlib" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/ethadapter/erc20contractlib" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" ) // SimParams are the parameters for setting up the simulation. diff --git a/integration/simulation/params/wallet_utils.go b/integration/simulation/params/wallet_utils.go index cd2b1d9ed7..12d36c392c 100644 --- a/integration/simulation/params/wallet_utils.go +++ b/integration/simulation/params/wallet_utils.go @@ -3,17 +3,17 @@ package params import ( "math/big" - "github.com/obscuronet/go-obscuro/go/enclave/genesis" + "github.com/ten-protocol/go-ten/go/enclave/genesis" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/common/testlog" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/wallet" - testcommon "github.com/obscuronet/go-obscuro/integration/common" - "github.com/obscuronet/go-obscuro/integration/datagenerator" + "github.com/ten-protocol/go-ten/go/wallet" + testcommon "github.com/ten-protocol/go-ten/integration/common" + "github.com/ten-protocol/go-ten/integration/datagenerator" ) // SimToken - mapping between the ERC20s on Ethereum and Obscuro. This holds both the contract addresses and the keys of the contract owners, diff --git a/integration/simulation/simulation.go b/integration/simulation/simulation.go index 9b263967e4..a3d0d5f5d8 100644 --- a/integration/simulation/simulation.go +++ b/integration/simulation/simulation.go @@ -12,21 +12,21 @@ import ( "github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/eth/filters" - "github.com/obscuronet/go-obscuro/contracts/generated/MessageBus" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/erc20contract" - "github.com/obscuronet/go-obscuro/integration/ethereummock" - "github.com/obscuronet/go-obscuro/integration/simulation/network" - "github.com/obscuronet/go-obscuro/integration/simulation/params" - "github.com/obscuronet/go-obscuro/integration/simulation/stats" + "github.com/ten-protocol/go-ten/contracts/generated/MessageBus" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/erc20contract" + "github.com/ten-protocol/go-ten/integration/ethereummock" + "github.com/ten-protocol/go-ten/integration/simulation/network" + "github.com/ten-protocol/go-ten/integration/simulation/params" + "github.com/ten-protocol/go-ten/integration/simulation/stats" gethcommon "github.com/ethereum/go-ethereum/common" - testcommon "github.com/obscuronet/go-obscuro/integration/common" + testcommon "github.com/ten-protocol/go-ten/integration/common" ) const ( diff --git a/integration/simulation/simulation_full_network_test.go b/integration/simulation/simulation_full_network_test.go index c02c6f155e..3f56a64d66 100644 --- a/integration/simulation/simulation_full_network_test.go +++ b/integration/simulation/simulation_full_network_test.go @@ -4,11 +4,11 @@ import ( "testing" "time" - "github.com/obscuronet/go-obscuro/integration" + "github.com/ten-protocol/go-ten/integration" - "github.com/obscuronet/go-obscuro/integration/simulation/params" + "github.com/ten-protocol/go-ten/integration/simulation/params" - "github.com/obscuronet/go-obscuro/integration/simulation/network" + "github.com/ten-protocol/go-ten/integration/simulation/network" ) // This test creates a network of L2 nodes, then injects transactions, and finally checks the resulting output blockchain. diff --git a/integration/simulation/simulation_geth_in_mem_test.go b/integration/simulation/simulation_geth_in_mem_test.go index 5c0f0ded68..4c59b81f04 100644 --- a/integration/simulation/simulation_geth_in_mem_test.go +++ b/integration/simulation/simulation_geth_in_mem_test.go @@ -5,10 +5,10 @@ import ( "testing" "time" - "github.com/obscuronet/go-obscuro/integration" + "github.com/ten-protocol/go-ten/integration" - "github.com/obscuronet/go-obscuro/integration/simulation/network" - "github.com/obscuronet/go-obscuro/integration/simulation/params" + "github.com/ten-protocol/go-ten/integration/simulation/network" + "github.com/ten-protocol/go-ten/integration/simulation/params" ) const gethTestEnv = "GETH_TEST_ENABLED" diff --git a/integration/simulation/simulation_in_mem_test.go b/integration/simulation/simulation_in_mem_test.go index 051dee8c1b..c776360021 100644 --- a/integration/simulation/simulation_in_mem_test.go +++ b/integration/simulation/simulation_in_mem_test.go @@ -4,10 +4,10 @@ import ( "testing" "time" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/ethereummock" - "github.com/obscuronet/go-obscuro/integration/simulation/network" - "github.com/obscuronet/go-obscuro/integration/simulation/params" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/ethereummock" + "github.com/ten-protocol/go-ten/integration/simulation/network" + "github.com/ten-protocol/go-ten/integration/simulation/params" ) // This test creates a network of in memory L1 and L2 nodes, then injects transactions, and finally checks the resulting output blockchain. diff --git a/integration/simulation/simulation_tester.go b/integration/simulation/simulation_tester.go index 7179e24477..4d4e837998 100644 --- a/integration/simulation/simulation_tester.go +++ b/integration/simulation/simulation_tester.go @@ -7,15 +7,15 @@ import ( "testing" "time" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/common/testlog" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" "github.com/ethereum/go-ethereum" - "github.com/obscuronet/go-obscuro/integration/simulation/network" - "github.com/obscuronet/go-obscuro/integration/simulation/params" + "github.com/ten-protocol/go-ten/integration/simulation/network" + "github.com/ten-protocol/go-ten/integration/simulation/params" - simstats "github.com/obscuronet/go-obscuro/integration/simulation/stats" + simstats "github.com/ten-protocol/go-ten/integration/simulation/stats" "github.com/google/uuid" ) diff --git a/integration/simulation/stats/stats.go b/integration/simulation/stats/stats.go index cd471c915f..8e63970816 100644 --- a/integration/simulation/stats/stats.go +++ b/integration/simulation/stats/stats.go @@ -7,7 +7,7 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) // Stats - collects information during the simulation. It can be checked programmatically. diff --git a/integration/simulation/transaction_injector.go b/integration/simulation/transaction_injector.go index 8b4c44a49e..497470a86c 100644 --- a/integration/simulation/transaction_injector.go +++ b/integration/simulation/transaction_injector.go @@ -12,24 +12,24 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto/ecies" - "github.com/obscuronet/go-obscuro/contracts/generated/ManagementContract" - "github.com/obscuronet/go-obscuro/contracts/generated/MessageBus" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/ethadapter/erc20contractlib" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/datagenerator" - "github.com/obscuronet/go-obscuro/integration/simulation/network" - "github.com/obscuronet/go-obscuro/integration/simulation/params" + "github.com/ten-protocol/go-ten/contracts/generated/ManagementContract" + "github.com/ten-protocol/go-ten/contracts/generated/MessageBus" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/ethadapter/erc20contractlib" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/datagenerator" + "github.com/ten-protocol/go-ten/integration/simulation/network" + "github.com/ten-protocol/go-ten/integration/simulation/params" "golang.org/x/sync/errgroup" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" - testcommon "github.com/obscuronet/go-obscuro/integration/common" - simstats "github.com/obscuronet/go-obscuro/integration/simulation/stats" + testcommon "github.com/ten-protocol/go-ten/integration/common" + simstats "github.com/ten-protocol/go-ten/integration/simulation/stats" ) const ( diff --git a/integration/simulation/transaction_injector_tracker.go b/integration/simulation/transaction_injector_tracker.go index 70eafdcfc1..b0fe77dab5 100644 --- a/integration/simulation/transaction_injector_tracker.go +++ b/integration/simulation/transaction_injector_tracker.go @@ -4,10 +4,10 @@ import ( "sync" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/wallet" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/wallet" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" ) type txInjectorTracker struct { diff --git a/integration/simulation/utils.go b/integration/simulation/utils.go index f0047ce0d9..e90ab18b0d 100644 --- a/integration/simulation/utils.go +++ b/integration/simulation/utils.go @@ -7,17 +7,17 @@ import ( "time" "github.com/ethereum/go-ethereum" - "github.com/obscuronet/go-obscuro/go/obsclient" + "github.com/ten-protocol/go-ten/go/obsclient" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/common/testlog" - testcommon "github.com/obscuronet/go-obscuro/integration/common" + testcommon "github.com/ten-protocol/go-ten/integration/common" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/ethadapter/erc20contractlib" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/ethadapter/erc20contractlib" ) const ( diff --git a/integration/simulation/validate_chain.go b/integration/simulation/validate_chain.go index ce2b1983ee..3f5db642ea 100644 --- a/integration/simulation/validate_chain.go +++ b/integration/simulation/validate_chain.go @@ -10,30 +10,30 @@ import ( "testing" "time" - "github.com/obscuronet/go-obscuro/contracts/generated/MessageBus" + "github.com/ten-protocol/go-ten/contracts/generated/MessageBus" - testcommon "github.com/obscuronet/go-obscuro/integration/common" - "github.com/obscuronet/go-obscuro/integration/ethereummock" + testcommon "github.com/ten-protocol/go-ten/integration/common" + "github.com/ten-protocol/go-ten/integration/ethereummock" - "github.com/obscuronet/go-obscuro/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/common/testlog" - "github.com/obscuronet/go-obscuro/go/obsclient" + "github.com/ten-protocol/go-ten/go/obsclient" - "github.com/obscuronet/go-obscuro/integration/simulation/network" + "github.com/ten-protocol/go-ten/integration/simulation/network" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" - "github.com/obscuronet/go-obscuro/go/rpc" + "github.com/ten-protocol/go-ten/go/rpc" - "github.com/obscuronet/go-obscuro/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter" "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/core/types" gethcommon "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" - erc20 "github.com/obscuronet/go-obscuro/integration/erc20contract/generated/EthERC20" + erc20 "github.com/ten-protocol/go-ten/integration/erc20contract/generated/EthERC20" ) const ( diff --git a/integration/smartcontract/debug_mgmt_contract_lib.go b/integration/smartcontract/debug_mgmt_contract_lib.go index b1f0f21909..6a3245d8a7 100644 --- a/integration/smartcontract/debug_mgmt_contract_lib.go +++ b/integration/smartcontract/debug_mgmt_contract_lib.go @@ -4,12 +4,12 @@ import ( "bytes" "fmt" - generatedManagementContract "github.com/obscuronet/go-obscuro/contracts/generated/ManagementContract" + generatedManagementContract "github.com/ten-protocol/go-ten/contracts/generated/ManagementContract" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" gethcommon "github.com/ethereum/go-ethereum/common" ethereumclient "github.com/ethereum/go-ethereum/ethclient" diff --git a/integration/smartcontract/debug_wallet.go b/integration/smartcontract/debug_wallet.go index 55e3c26205..57c68f3002 100644 --- a/integration/smartcontract/debug_wallet.go +++ b/integration/smartcontract/debug_wallet.go @@ -8,8 +8,8 @@ import ( "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/wallet" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/wallet" ) var _timeout = 30 * time.Second diff --git a/integration/smartcontract/pk_test.go b/integration/smartcontract/pk_test.go index 47f06618f3..c6ae24a3d7 100644 --- a/integration/smartcontract/pk_test.go +++ b/integration/smartcontract/pk_test.go @@ -5,7 +5,7 @@ import ( "testing" "github.com/ethereum/go-ethereum/crypto" - "github.com/obscuronet/go-obscuro/integration/datagenerator" + "github.com/ten-protocol/go-ten/integration/datagenerator" ) func TestSign(t *testing.T) { diff --git a/integration/smartcontract/smartcontracts_test.go b/integration/smartcontract/smartcontracts_test.go index a4c3abaee0..1f04054db7 100644 --- a/integration/smartcontract/smartcontracts_test.go +++ b/integration/smartcontract/smartcontracts_test.go @@ -9,17 +9,17 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/constants" - "github.com/obscuronet/go-obscuro/go/ethadapter" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/datagenerator" - "github.com/obscuronet/go-obscuro/integration/eth2network" - "github.com/obscuronet/go-obscuro/integration/simulation/network" "github.com/stretchr/testify/assert" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/constants" + "github.com/ten-protocol/go-ten/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/datagenerator" + "github.com/ten-protocol/go-ten/integration/eth2network" + "github.com/ten-protocol/go-ten/integration/simulation/network" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/testnet/launcher/cmd/main.go b/testnet/launcher/cmd/main.go index fb8cdc3713..4671e6a289 100644 --- a/testnet/launcher/cmd/main.go +++ b/testnet/launcher/cmd/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "github.com/obscuronet/go-obscuro/testnet/launcher" + "github.com/ten-protocol/go-ten/testnet/launcher" ) func main() { diff --git a/testnet/launcher/docker.go b/testnet/launcher/docker.go index 480f2e9d03..5fd7b02893 100644 --- a/testnet/launcher/docker.go +++ b/testnet/launcher/docker.go @@ -4,15 +4,15 @@ import ( "fmt" "time" - "github.com/obscuronet/go-obscuro/go/common/retry" - "github.com/obscuronet/go-obscuro/go/node" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/testnet/launcher/eth2network" "github.com/sanity-io/litter" - - l1cd "github.com/obscuronet/go-obscuro/testnet/launcher/l1contractdeployer" - l2cd "github.com/obscuronet/go-obscuro/testnet/launcher/l2contractdeployer" + "github.com/ten-protocol/go-ten/go/common/retry" + "github.com/ten-protocol/go-ten/go/node" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/testnet/launcher/eth2network" + + l1cd "github.com/ten-protocol/go-ten/testnet/launcher/l1contractdeployer" + l2cd "github.com/ten-protocol/go-ten/testnet/launcher/l2contractdeployer" ) type Testnet struct { diff --git a/testnet/launcher/eth2network/docker.go b/testnet/launcher/eth2network/docker.go index 2a5443077f..65685833f5 100644 --- a/testnet/launcher/eth2network/docker.go +++ b/testnet/launcher/eth2network/docker.go @@ -7,9 +7,9 @@ import ( "time" "github.com/ethereum/go-ethereum/ethclient" - "github.com/obscuronet/go-obscuro/go/common/docker" - "github.com/obscuronet/go-obscuro/go/common/retry" "github.com/sanity-io/litter" + "github.com/ten-protocol/go-ten/go/common/docker" + "github.com/ten-protocol/go-ten/go/common/retry" ) type Eth2Network struct { diff --git a/testnet/launcher/fundsrecovery/cmd/main.go b/testnet/launcher/fundsrecovery/cmd/main.go index 9c93e85bc7..560ddf3cf5 100644 --- a/testnet/launcher/fundsrecovery/cmd/main.go +++ b/testnet/launcher/fundsrecovery/cmd/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - funds "github.com/obscuronet/go-obscuro/testnet/launcher/fundsrecovery" + funds "github.com/ten-protocol/go-ten/testnet/launcher/fundsrecovery" ) func main() { diff --git a/testnet/launcher/fundsrecovery/docker.go b/testnet/launcher/fundsrecovery/docker.go index 5db43576a8..c6211807a4 100644 --- a/testnet/launcher/fundsrecovery/docker.go +++ b/testnet/launcher/fundsrecovery/docker.go @@ -9,8 +9,8 @@ import ( "github.com/docker/docker/api/types" "github.com/docker/docker/client" - "github.com/obscuronet/go-obscuro/go/common/docker" "github.com/sanity-io/litter" + "github.com/ten-protocol/go-ten/go/common/docker" ) type FundsRecovery struct { diff --git a/testnet/launcher/l1contractdeployer/cmd/main.go b/testnet/launcher/l1contractdeployer/cmd/main.go index 7b83350358..2446ea5a13 100644 --- a/testnet/launcher/l1contractdeployer/cmd/main.go +++ b/testnet/launcher/l1contractdeployer/cmd/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - l1cd "github.com/obscuronet/go-obscuro/testnet/launcher/l1contractdeployer" + l1cd "github.com/ten-protocol/go-ten/testnet/launcher/l1contractdeployer" ) func main() { diff --git a/testnet/launcher/l1contractdeployer/docker.go b/testnet/launcher/l1contractdeployer/docker.go index e985fdc358..2530342015 100644 --- a/testnet/launcher/l1contractdeployer/docker.go +++ b/testnet/launcher/l1contractdeployer/docker.go @@ -9,12 +9,12 @@ import ( "strings" "time" - "github.com/obscuronet/go-obscuro/go/node" "github.com/sanity-io/litter" + "github.com/ten-protocol/go-ten/go/node" "github.com/docker/docker/api/types" "github.com/docker/docker/client" - "github.com/obscuronet/go-obscuro/go/common/docker" + "github.com/ten-protocol/go-ten/go/common/docker" ) type ContractDeployer struct { diff --git a/testnet/launcher/l2contractdeployer/cmd/main.go b/testnet/launcher/l2contractdeployer/cmd/main.go index 0bd586072d..7c926d155e 100644 --- a/testnet/launcher/l2contractdeployer/cmd/main.go +++ b/testnet/launcher/l2contractdeployer/cmd/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - l2cd "github.com/obscuronet/go-obscuro/testnet/launcher/l2contractdeployer" + l2cd "github.com/ten-protocol/go-ten/testnet/launcher/l2contractdeployer" ) func main() { diff --git a/testnet/launcher/l2contractdeployer/docker.go b/testnet/launcher/l2contractdeployer/docker.go index 564430a067..43963bd150 100644 --- a/testnet/launcher/l2contractdeployer/docker.go +++ b/testnet/launcher/l2contractdeployer/docker.go @@ -9,8 +9,8 @@ import ( "github.com/docker/docker/api/types" "github.com/docker/docker/client" - "github.com/obscuronet/go-obscuro/go/common/docker" "github.com/sanity-io/litter" + "github.com/ten-protocol/go-ten/go/common/docker" ) type ContractDeployer struct { diff --git a/tools/accountgen/main.go b/tools/accountgen/main.go index 0d1351fc1e..316e96aba1 100644 --- a/tools/accountgen/main.go +++ b/tools/accountgen/main.go @@ -4,9 +4,9 @@ import ( "encoding/hex" "fmt" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration/common/testlog" - "github.com/obscuronet/go-obscuro/integration/datagenerator" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration/common/testlog" + "github.com/ten-protocol/go-ten/integration/datagenerator" ) // Noddy tool to generate and test account PKs for manual testing etc. diff --git a/tools/faucet/cmd/cli.go b/tools/faucet/cmd/cli.go index 640a957aec..5f8832b29c 100644 --- a/tools/faucet/cmd/cli.go +++ b/tools/faucet/cmd/cli.go @@ -6,7 +6,7 @@ import ( "github.com/ethereum/go-ethereum/params" - "github.com/obscuronet/go-obscuro/tools/faucet/faucet" + "github.com/ten-protocol/go-ten/tools/faucet/faucet" ) const ( diff --git a/tools/faucet/cmd/main.go b/tools/faucet/cmd/main.go index 91c21ce887..b865ceba1b 100644 --- a/tools/faucet/cmd/main.go +++ b/tools/faucet/cmd/main.go @@ -6,7 +6,7 @@ import ( "os/signal" "syscall" - "github.com/obscuronet/go-obscuro/tools/faucet/container" + "github.com/ten-protocol/go-ten/tools/faucet/container" ) // local execution: PORT=80 go run . --nodeHost 127.0.0.1 --pk 0x8dfb8083da6275ae3e4f41e3e8a8c19d028d32c9247e24530933782f2a05035b --jwtSecret This_is_the_secret diff --git a/tools/faucet/container/faucet_container.go b/tools/faucet/container/faucet_container.go index 78718fcf16..d94be7502d 100644 --- a/tools/faucet/container/faucet_container.go +++ b/tools/faucet/container/faucet_container.go @@ -3,8 +3,8 @@ package container import ( "fmt" - "github.com/obscuronet/go-obscuro/tools/faucet/faucet" - "github.com/obscuronet/go-obscuro/tools/faucet/webserver" + "github.com/ten-protocol/go-ten/tools/faucet/faucet" + "github.com/ten-protocol/go-ten/tools/faucet/webserver" ) type FaucetContainer struct { diff --git a/tools/faucet/faucet/faucet.go b/tools/faucet/faucet/faucet.go index 7b4d46887e..6e47b90210 100644 --- a/tools/faucet/faucet/faucet.go +++ b/tools/faucet/faucet/faucet.go @@ -13,9 +13,9 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/go/wallet" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/go/wallet" ) const ( diff --git a/tools/faucet/webserver/web_server.go b/tools/faucet/webserver/web_server.go index c0f9b133df..915d625cf5 100644 --- a/tools/faucet/webserver/web_server.go +++ b/tools/faucet/webserver/web_server.go @@ -11,7 +11,7 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/log" "github.com/gin-gonic/gin" - "github.com/obscuronet/go-obscuro/tools/faucet/faucet" + "github.com/ten-protocol/go-ten/tools/faucet/faucet" ) type WebServer struct { diff --git a/tools/hardhatdeployer/contract_deployer.go b/tools/hardhatdeployer/contract_deployer.go index 0726454627..d9a5839e95 100644 --- a/tools/hardhatdeployer/contract_deployer.go +++ b/tools/hardhatdeployer/contract_deployer.go @@ -10,10 +10,10 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/crypto" - "github.com/obscuronet/go-obscuro/go/common/constants" - "github.com/obscuronet/go-obscuro/go/common/retry" - "github.com/obscuronet/go-obscuro/go/wallet" - "github.com/obscuronet/go-obscuro/integration/erc20contract" + "github.com/ten-protocol/go-ten/go/common/constants" + "github.com/ten-protocol/go-ten/go/common/retry" + "github.com/ten-protocol/go-ten/go/wallet" + "github.com/ten-protocol/go-ten/integration/erc20contract" gethlog "github.com/ethereum/go-ethereum/log" ) diff --git a/tools/hardhatdeployer/eth_deployer.go b/tools/hardhatdeployer/eth_deployer.go index 2cb15a708a..ca6b4ae37e 100644 --- a/tools/hardhatdeployer/eth_deployer.go +++ b/tools/hardhatdeployer/eth_deployer.go @@ -7,7 +7,7 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "github.com/obscuronet/go-obscuro/go/ethadapter" + "github.com/ten-protocol/go-ten/go/ethadapter" ) func prepareEthDeployer(cfg *Config, logger gethlog.Logger) (contractDeployerClient, error) { diff --git a/tools/hardhatdeployer/main/main.go b/tools/hardhatdeployer/main/main.go index 1eecfc3e24..5365f11f77 100644 --- a/tools/hardhatdeployer/main/main.go +++ b/tools/hardhatdeployer/main/main.go @@ -4,10 +4,10 @@ import ( "fmt" "time" - contractdeployer "github.com/obscuronet/go-obscuro/tools/hardhatdeployer" + contractdeployer "github.com/ten-protocol/go-ten/tools/hardhatdeployer" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" ) func main() { diff --git a/tools/hardhatdeployer/obscuro_deployer.go b/tools/hardhatdeployer/obscuro_deployer.go index 0dd8f78bf0..a3e4153e75 100644 --- a/tools/hardhatdeployer/obscuro_deployer.go +++ b/tools/hardhatdeployer/obscuro_deployer.go @@ -8,10 +8,10 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/crypto" - "github.com/obscuronet/go-obscuro/go/enclave/genesis" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/obsclient/clientutil" - "github.com/obscuronet/go-obscuro/go/wallet" + "github.com/ten-protocol/go-ten/go/enclave/genesis" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/obsclient/clientutil" + "github.com/ten-protocol/go-ten/go/wallet" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" diff --git a/tools/obscuroscan/main/main.go b/tools/obscuroscan/main/main.go index c0b1a5ac97..b7a17408df 100644 --- a/tools/obscuroscan/main/main.go +++ b/tools/obscuroscan/main/main.go @@ -4,9 +4,9 @@ import ( "fmt" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" - "github.com/obscuronet/go-obscuro/tools/obscuroscan" + "github.com/ten-protocol/go-ten/tools/obscuroscan" ) func main() { diff --git a/tools/obscuroscan/obscuroscan.go b/tools/obscuroscan/obscuroscan.go index 118f469595..32c2d53b11 100644 --- a/tools/obscuroscan/obscuroscan.go +++ b/tools/obscuroscan/obscuroscan.go @@ -20,7 +20,7 @@ import ( "syscall" "time" - "github.com/obscuronet/go-obscuro/go/common/compression" + "github.com/ten-protocol/go-ten/go/common/compression" "github.com/edgelesssys/ego/enclave" "github.com/ethereum/go-ethereum/accounts/abi" @@ -28,13 +28,13 @@ import ( "github.com/ethereum/go-ethereum/core/types" gethlog "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/rlp" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/httputil" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/enclave/crypto" - "github.com/obscuronet/go-obscuro/go/ethadapter/mgmtcontractlib" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/rpc" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/httputil" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/enclave/crypto" + "github.com/ten-protocol/go-ten/go/ethadapter/mgmtcontractlib" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/rpc" ) const ( diff --git a/tools/obscuroscan/obscuroscan_test.go b/tools/obscuroscan/obscuroscan_test.go index c394118929..2ac4ea843d 100644 --- a/tools/obscuroscan/obscuroscan_test.go +++ b/tools/obscuroscan/obscuroscan_test.go @@ -8,14 +8,14 @@ import ( "net/http/httptest" "testing" - "github.com/obscuronet/go-obscuro/go/common/compression" + "github.com/ten-protocol/go-ten/go/common/compression" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/httputil" - "github.com/obscuronet/go-obscuro/go/enclave/core" - "github.com/obscuronet/go-obscuro/go/enclave/crypto" - "github.com/obscuronet/go-obscuro/integration/datagenerator" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/httputil" + "github.com/ten-protocol/go-ten/go/enclave/core" + "github.com/ten-protocol/go-ten/go/enclave/crypto" + "github.com/ten-protocol/go-ten/integration/datagenerator" ) func TestCanDecryptTxBlob(t *testing.T) { diff --git a/tools/obscuroscan_v2/backend/cmd/cli.go b/tools/obscuroscan_v2/backend/cmd/cli.go index 863876ff31..2adcc1ca68 100644 --- a/tools/obscuroscan_v2/backend/cmd/cli.go +++ b/tools/obscuroscan_v2/backend/cmd/cli.go @@ -3,7 +3,7 @@ package main import ( "flag" - "github.com/obscuronet/go-obscuro/tools/obscuroscan_v2/backend/config" + "github.com/ten-protocol/go-ten/tools/obscuroscan_v2/backend/config" ) func parseCLIArgs() *config.Config { diff --git a/tools/obscuroscan_v2/backend/cmd/main.go b/tools/obscuroscan_v2/backend/cmd/main.go index bdcda2eb8c..7abddadab9 100644 --- a/tools/obscuroscan_v2/backend/cmd/main.go +++ b/tools/obscuroscan_v2/backend/cmd/main.go @@ -8,7 +8,7 @@ import ( "os/signal" "time" - "github.com/obscuronet/go-obscuro/tools/obscuroscan_v2/backend/container" + "github.com/ten-protocol/go-ten/tools/obscuroscan_v2/backend/container" ) func main() { diff --git a/tools/obscuroscan_v2/backend/container/container.go b/tools/obscuroscan_v2/backend/container/container.go index 46bad11516..7aeac74be0 100644 --- a/tools/obscuroscan_v2/backend/container/container.go +++ b/tools/obscuroscan_v2/backend/container/container.go @@ -3,12 +3,12 @@ package container import ( "fmt" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/obsclient" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/tools/obscuroscan_v2/backend" - "github.com/obscuronet/go-obscuro/tools/obscuroscan_v2/backend/config" - "github.com/obscuronet/go-obscuro/tools/obscuroscan_v2/backend/webserver" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/obsclient" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/tools/obscuroscan_v2/backend" + "github.com/ten-protocol/go-ten/tools/obscuroscan_v2/backend/config" + "github.com/ten-protocol/go-ten/tools/obscuroscan_v2/backend/webserver" gethlog "github.com/ethereum/go-ethereum/log" ) diff --git a/tools/obscuroscan_v2/backend/obscuroscan_backend.go b/tools/obscuroscan_v2/backend/obscuroscan_backend.go index d2df5cb46d..7c783d10c9 100644 --- a/tools/obscuroscan_v2/backend/obscuroscan_backend.go +++ b/tools/obscuroscan_v2/backend/obscuroscan_backend.go @@ -7,11 +7,11 @@ import ( "fmt" "github.com/ethereum/go-ethereum/rlp" - "github.com/obscuronet/go-obscuro/go/common/compression" - "github.com/obscuronet/go-obscuro/go/enclave/crypto" + "github.com/ten-protocol/go-ten/go/common/compression" + "github.com/ten-protocol/go-ten/go/enclave/crypto" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/obsclient" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/obsclient" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/tools/obscuroscan_v2/backend/webserver/webserver.go b/tools/obscuroscan_v2/backend/webserver/webserver.go index b4e437e734..627c3e774b 100644 --- a/tools/obscuroscan_v2/backend/webserver/webserver.go +++ b/tools/obscuroscan_v2/backend/webserver/webserver.go @@ -10,7 +10,7 @@ import ( "github.com/ethereum/go-ethereum/log" "github.com/gin-contrib/cors" "github.com/gin-gonic/gin" - "github.com/obscuronet/go-obscuro/tools/obscuroscan_v2/backend" + "github.com/ten-protocol/go-ten/tools/obscuroscan_v2/backend" ) type WebServer struct { diff --git a/tools/walletextension/accountmanager/account_manager.go b/tools/walletextension/accountmanager/account_manager.go index 8b8c8edb1d..5cce5130fe 100644 --- a/tools/walletextension/accountmanager/account_manager.go +++ b/tools/walletextension/accountmanager/account_manager.go @@ -8,18 +8,18 @@ import ( "sync" "github.com/ethereum/go-ethereum/eth/filters" - "github.com/obscuronet/go-obscuro/tools/walletextension/subscriptions" + "github.com/ten-protocol/go-ten/tools/walletextension/subscriptions" - "github.com/obscuronet/go-obscuro/go/common/gethencoding" + "github.com/ten-protocol/go-ten/go/common/gethencoding" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common" + "github.com/ten-protocol/go-ten/go/common" - wecommon "github.com/obscuronet/go-obscuro/tools/walletextension/common" + wecommon "github.com/ten-protocol/go-ten/tools/walletextension/common" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/tools/walletextension/userconn" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/tools/walletextension/userconn" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/tools/walletextension/accountmanager/account_manager_test.go b/tools/walletextension/accountmanager/account_manager_test.go index 3a6a770075..23cd3737cd 100644 --- a/tools/walletextension/accountmanager/account_manager_test.go +++ b/tools/walletextension/accountmanager/account_manager_test.go @@ -4,7 +4,7 @@ import ( "testing" "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/rpc" + "github.com/ten-protocol/go-ten/go/rpc" ) const ( diff --git a/tools/walletextension/api/routes.go b/tools/walletextension/api/routes.go index a9514d92e1..a9ebfd7973 100644 --- a/tools/walletextension/api/routes.go +++ b/tools/walletextension/api/routes.go @@ -6,13 +6,13 @@ import ( "fmt" "net/http" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/httputil" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/tools/walletextension" - "github.com/obscuronet/go-obscuro/tools/walletextension/common" - "github.com/obscuronet/go-obscuro/tools/walletextension/userconn" + "github.com/ten-protocol/go-ten/go/common/httputil" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/tools/walletextension" + "github.com/ten-protocol/go-ten/tools/walletextension/common" + "github.com/ten-protocol/go-ten/tools/walletextension/userconn" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/tools/walletextension/api/server.go b/tools/walletextension/api/server.go index 0b7684c16a..b725975ef4 100644 --- a/tools/walletextension/api/server.go +++ b/tools/walletextension/api/server.go @@ -8,7 +8,7 @@ import ( "net/http" "time" - "github.com/obscuronet/go-obscuro/tools/walletextension/common" + "github.com/ten-protocol/go-ten/tools/walletextension/common" ) //go:embed static diff --git a/tools/walletextension/api/utils.go b/tools/walletextension/api/utils.go index 3bf5e03c43..bd5eb96031 100644 --- a/tools/walletextension/api/utils.go +++ b/tools/walletextension/api/utils.go @@ -6,10 +6,10 @@ import ( "strings" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/tools/walletextension/common" - "github.com/obscuronet/go-obscuro/tools/walletextension/userconn" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/tools/walletextension/common" + "github.com/ten-protocol/go-ten/tools/walletextension/userconn" ) func parseRequest(body []byte) (*common.RPCRequest, error) { diff --git a/tools/walletextension/common/common.go b/tools/walletextension/common/common.go index 6b0bacbf1d..4a3698d945 100644 --- a/tools/walletextension/common/common.go +++ b/tools/walletextension/common/common.go @@ -10,8 +10,8 @@ import ( "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto/ecies" - "github.com/obscuronet/go-obscuro/go/common/viewingkey" - "github.com/obscuronet/go-obscuro/go/rpc" + "github.com/ten-protocol/go-ten/go/common/viewingkey" + "github.com/ten-protocol/go-ten/go/rpc" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" diff --git a/tools/walletextension/container/walletextension_container.go b/tools/walletextension/container/walletextension_container.go index cdda627405..8551cf9116 100644 --- a/tools/walletextension/container/walletextension_container.go +++ b/tools/walletextension/container/walletextension_container.go @@ -8,17 +8,17 @@ import ( "os" "github.com/ethereum/go-ethereum/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/stopcontrol" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/tools/walletextension" - "github.com/obscuronet/go-obscuro/tools/walletextension/api" - "github.com/obscuronet/go-obscuro/tools/walletextension/config" - "github.com/obscuronet/go-obscuro/tools/walletextension/storage" - "github.com/obscuronet/go-obscuro/tools/walletextension/useraccountmanager" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/stopcontrol" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/tools/walletextension" + "github.com/ten-protocol/go-ten/tools/walletextension/api" + "github.com/ten-protocol/go-ten/tools/walletextension/config" + "github.com/ten-protocol/go-ten/tools/walletextension/storage" + "github.com/ten-protocol/go-ten/tools/walletextension/useraccountmanager" gethlog "github.com/ethereum/go-ethereum/log" - wecommon "github.com/obscuronet/go-obscuro/tools/walletextension/common" + wecommon "github.com/ten-protocol/go-ten/tools/walletextension/common" ) type WalletExtensionContainer struct { diff --git a/tools/walletextension/lib/client_lib.go b/tools/walletextension/lib/client_lib.go index e6bccea96a..c0a3d5c390 100644 --- a/tools/walletextension/lib/client_lib.go +++ b/tools/walletextension/lib/client_lib.go @@ -11,7 +11,7 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/crypto" - "github.com/obscuronet/go-obscuro/tools/walletextension/common" + "github.com/ten-protocol/go-ten/tools/walletextension/common" "github.com/valyala/fasthttp" ) diff --git a/tools/walletextension/main/cli.go b/tools/walletextension/main/cli.go index 132444ddfb..b79b7c2625 100644 --- a/tools/walletextension/main/cli.go +++ b/tools/walletextension/main/cli.go @@ -4,7 +4,7 @@ import ( "flag" "fmt" - "github.com/obscuronet/go-obscuro/tools/walletextension/config" + "github.com/ten-protocol/go-ten/tools/walletextension/config" ) const ( diff --git a/tools/walletextension/main/main.go b/tools/walletextension/main/main.go index 6d856c95e1..119a3d707c 100644 --- a/tools/walletextension/main/main.go +++ b/tools/walletextension/main/main.go @@ -7,9 +7,9 @@ import ( "os" "time" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/tools/walletextension/common" - "github.com/obscuronet/go-obscuro/tools/walletextension/container" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/tools/walletextension/common" + "github.com/ten-protocol/go-ten/tools/walletextension/container" gethlog "github.com/ethereum/go-ethereum/log" ) diff --git a/tools/walletextension/storage/database/mariadb.go b/tools/walletextension/storage/database/mariadb.go index bc36da789f..2e8ce75b7e 100644 --- a/tools/walletextension/storage/database/mariadb.go +++ b/tools/walletextension/storage/database/mariadb.go @@ -5,8 +5,8 @@ import ( "fmt" _ "github.com/go-sql-driver/mysql" // Importing MariaDB driver - "github.com/obscuronet/go-obscuro/go/common/errutil" - "github.com/obscuronet/go-obscuro/tools/walletextension/common" + "github.com/ten-protocol/go-ten/go/common/errutil" + "github.com/ten-protocol/go-ten/tools/walletextension/common" ) type MariaDB struct { diff --git a/tools/walletextension/storage/database/sqlite.go b/tools/walletextension/storage/database/sqlite.go index 1c9cddbec8..1b0b0c5a12 100644 --- a/tools/walletextension/storage/database/sqlite.go +++ b/tools/walletextension/storage/database/sqlite.go @@ -6,11 +6,11 @@ import ( "os" "path/filepath" - obscurocommon "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/errutil" + obscurocommon "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/errutil" _ "github.com/mattn/go-sqlite3" // sqlite driver for sql.Open() - common "github.com/obscuronet/go-obscuro/tools/walletextension/common" + common "github.com/ten-protocol/go-ten/tools/walletextension/common" ) type SqliteDatabase struct { diff --git a/tools/walletextension/storage/storage.go b/tools/walletextension/storage/storage.go index 5b58d29fb7..fbb479671f 100644 --- a/tools/walletextension/storage/storage.go +++ b/tools/walletextension/storage/storage.go @@ -3,8 +3,8 @@ package storage import ( "fmt" - "github.com/obscuronet/go-obscuro/tools/walletextension/common" - "github.com/obscuronet/go-obscuro/tools/walletextension/storage/database" + "github.com/ten-protocol/go-ten/tools/walletextension/common" + "github.com/ten-protocol/go-ten/tools/walletextension/storage/database" ) type Storage interface { diff --git a/tools/walletextension/storage/storage_test.go b/tools/walletextension/storage/storage_test.go index c08dccf0ef..fda81cdc8c 100644 --- a/tools/walletextension/storage/storage_test.go +++ b/tools/walletextension/storage/storage_test.go @@ -5,8 +5,8 @@ import ( "errors" "testing" - "github.com/obscuronet/go-obscuro/go/common/errutil" "github.com/stretchr/testify/require" + "github.com/ten-protocol/go-ten/go/common/errutil" ) var tests = map[string]func(storage Storage, t *testing.T){ diff --git a/tools/walletextension/subscriptions/subscriptions.go b/tools/walletextension/subscriptions/subscriptions.go index f6e203e0b2..74bbe1de95 100644 --- a/tools/walletextension/subscriptions/subscriptions.go +++ b/tools/walletextension/subscriptions/subscriptions.go @@ -11,11 +11,11 @@ import ( gethlog "github.com/ethereum/go-ethereum/log" gethrpc "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/rpc" - wecommon "github.com/obscuronet/go-obscuro/tools/walletextension/common" - "github.com/obscuronet/go-obscuro/tools/walletextension/userconn" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/rpc" + wecommon "github.com/ten-protocol/go-ten/tools/walletextension/common" + "github.com/ten-protocol/go-ten/tools/walletextension/userconn" ) type SubscriptionManager struct { diff --git a/tools/walletextension/test/apis.go b/tools/walletextension/test/apis.go index c532585c1d..81138b4dc6 100644 --- a/tools/walletextension/test/apis.go +++ b/tools/walletextension/test/apis.go @@ -14,9 +14,9 @@ import ( "github.com/ethereum/go-ethereum/crypto/ecies" "github.com/ethereum/go-ethereum/rlp" "github.com/ethereum/go-ethereum/rpc" - "github.com/obscuronet/go-obscuro/go/common" - "github.com/obscuronet/go-obscuro/go/enclave/vkhandler" - "github.com/obscuronet/go-obscuro/go/responses" + "github.com/ten-protocol/go-ten/go/common" + "github.com/ten-protocol/go-ten/go/enclave/vkhandler" + "github.com/ten-protocol/go-ten/go/responses" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/tools/walletextension/test/utils.go b/tools/walletextension/test/utils.go index 56c59ffcfd..30df181267 100644 --- a/tools/walletextension/test/utils.go +++ b/tools/walletextension/test/utils.go @@ -16,17 +16,17 @@ import ( "github.com/ethereum/go-ethereum/crypto" "github.com/go-kit/kit/transport/http/jsonrpc" "github.com/gorilla/websocket" - "github.com/obscuronet/go-obscuro/go/common/log" - "github.com/obscuronet/go-obscuro/go/common/viewingkey" - "github.com/obscuronet/go-obscuro/tools/walletextension/common" - "github.com/obscuronet/go-obscuro/tools/walletextension/config" - "github.com/obscuronet/go-obscuro/tools/walletextension/container" + "github.com/ten-protocol/go-ten/go/common/log" + "github.com/ten-protocol/go-ten/go/common/viewingkey" + "github.com/ten-protocol/go-ten/tools/walletextension/common" + "github.com/ten-protocol/go-ten/tools/walletextension/config" + "github.com/ten-protocol/go-ten/tools/walletextension/container" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log" gethnode "github.com/ethereum/go-ethereum/node" gethrpc "github.com/ethereum/go-ethereum/rpc" - hostcontainer "github.com/obscuronet/go-obscuro/go/host/container" + hostcontainer "github.com/ten-protocol/go-ten/go/host/container" ) const jsonID = "1" diff --git a/tools/walletextension/test/wallet_extension_test.go b/tools/walletextension/test/wallet_extension_test.go index 2c00f76684..85281d586d 100644 --- a/tools/walletextension/test/wallet_extension_test.go +++ b/tools/walletextension/test/wallet_extension_test.go @@ -5,12 +5,12 @@ import ( "strings" "testing" - "github.com/obscuronet/go-obscuro/go/enclave/vkhandler" + "github.com/ten-protocol/go-ten/go/enclave/vkhandler" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/integration" - "github.com/obscuronet/go-obscuro/tools/walletextension/accountmanager" "github.com/stretchr/testify/assert" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/integration" + "github.com/ten-protocol/go-ten/tools/walletextension/accountmanager" gethcommon "github.com/ethereum/go-ethereum/common" ) diff --git a/tools/walletextension/useraccountmanager/user_account_manager.go b/tools/walletextension/useraccountmanager/user_account_manager.go index 55469a1490..ca26a21705 100644 --- a/tools/walletextension/useraccountmanager/user_account_manager.go +++ b/tools/walletextension/useraccountmanager/user_account_manager.go @@ -4,8 +4,8 @@ import ( "fmt" gethlog "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/tools/walletextension/accountmanager" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/tools/walletextension/accountmanager" ) type UserAccountManager struct { diff --git a/tools/walletextension/useraccountmanager/user_account_manager_test.go b/tools/walletextension/useraccountmanager/user_account_manager_test.go index 7ea1e0291f..d6fd4aee48 100644 --- a/tools/walletextension/useraccountmanager/user_account_manager_test.go +++ b/tools/walletextension/useraccountmanager/user_account_manager_test.go @@ -4,7 +4,7 @@ import ( "testing" "github.com/ethereum/go-ethereum/log" - "github.com/obscuronet/go-obscuro/go/rpc" + "github.com/ten-protocol/go-ten/go/rpc" ) func TestAddingAndGettingUserAccountManagers(t *testing.T) { diff --git a/tools/walletextension/userconn/user_conn.go b/tools/walletextension/userconn/user_conn.go index b600a54b39..e9bbc640ff 100644 --- a/tools/walletextension/userconn/user_conn.go +++ b/tools/walletextension/userconn/user_conn.go @@ -7,7 +7,7 @@ import ( "net/url" "strings" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" gethlog "github.com/ethereum/go-ethereum/log" diff --git a/tools/walletextension/wallet_extension.go b/tools/walletextension/wallet_extension.go index c76dd41454..f7aec8aaa1 100644 --- a/tools/walletextension/wallet_extension.go +++ b/tools/walletextension/wallet_extension.go @@ -8,19 +8,19 @@ import ( "fmt" "math/big" - "github.com/obscuronet/go-obscuro/go/common/log" + "github.com/ten-protocol/go-ten/go/common/log" - "github.com/obscuronet/go-obscuro/tools/walletextension/useraccountmanager" + "github.com/ten-protocol/go-ten/tools/walletextension/useraccountmanager" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto/ecies" "github.com/go-kit/kit/transport/http/jsonrpc" - "github.com/obscuronet/go-obscuro/go/common/stopcontrol" - "github.com/obscuronet/go-obscuro/go/common/viewingkey" - "github.com/obscuronet/go-obscuro/go/rpc" - "github.com/obscuronet/go-obscuro/tools/walletextension/common" - "github.com/obscuronet/go-obscuro/tools/walletextension/storage" - "github.com/obscuronet/go-obscuro/tools/walletextension/userconn" + "github.com/ten-protocol/go-ten/go/common/stopcontrol" + "github.com/ten-protocol/go-ten/go/common/viewingkey" + "github.com/ten-protocol/go-ten/go/rpc" + "github.com/ten-protocol/go-ten/tools/walletextension/common" + "github.com/ten-protocol/go-ten/tools/walletextension/storage" + "github.com/ten-protocol/go-ten/tools/walletextension/userconn" gethcommon "github.com/ethereum/go-ethereum/common" gethlog "github.com/ethereum/go-ethereum/log"