From 1a187b7f072e7eab9e371223e6127cc048c2dc0c Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Fri, 19 Jun 2026 09:30:26 +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 +- embedded.go | 2 +- go.mod | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eeaa335..dbe4554 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout web4 uses: actions/checkout@v6 with: - repository: TeoSlayer/pilotprotocol + repository: pilot-protocol/pilotprotocol path: web4 - name: Checkout common diff --git a/embedded.go b/embedded.go index e18180e..a467e86 100644 --- a/embedded.go +++ b/embedded.go @@ -33,7 +33,7 @@ import ( "sync" "time" - "github.com/TeoSlayer/pilotprotocol/pkg/daemon" + "github.com/pilot-protocol/pilotprotocol/pkg/daemon" "github.com/pilot-protocol/runtime" ) diff --git a/go.mod b/go.mod index d2d6651..3a428f1 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/pilot-protocol/libpilot go 1.25.10 require ( - github.com/TeoSlayer/pilotprotocol v1.10.5 + github.com/pilot-protocol/pilotprotocol v1.10.5 github.com/pilot-protocol/common v0.4.8 github.com/pilot-protocol/runtime v0.3.1 ) @@ -17,7 +17,7 @@ require ( golang.org/x/sys v0.45.0 // indirect ) -replace github.com/TeoSlayer/pilotprotocol => ../web4 +replace github.com/pilot-protocol/pilotprotocol => ../web4 replace github.com/pilot-protocol/common => ../common