From 7294c42673876dd1fd2e0a4da5812b54b126efa6 Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Fri, 19 Jun 2026 09:30:07 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20update=20repo=20references=20TeoSlayer?= =?UTF-8?q?/pilotprotocol=20=E2=86=92=20pilot-protocol/pilotprotocol?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd5340d..f52d760 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout web4 (sibling protocol repo) uses: actions/checkout@v6 with: - repository: TeoSlayer/pilotprotocol + repository: pilot-protocol/pilotprotocol path: web4 - name: Checkout common diff --git a/go.mod b/go.mod index e93080a..e6af0f8 100644 --- a/go.mod +++ b/go.mod @@ -12,6 +12,6 @@ require ( require github.com/pilot-protocol/common v0.4.8 -replace github.com/TeoSlayer/pilotprotocol => ../web4 +replace github.com/pilot-protocol/pilotprotocol => ../web4 replace github.com/pilot-protocol/common => ../common