From adf9b03a5eae080e197936d78ad0a0c972e20866 Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Fri, 19 Jun 2026 09:30:28 +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/client/main_test.go | 2 +- go/echo/main_test.go | 2 +- go/go.mod | 2 +- go/httpclient/main_test.go | 2 +- go/secure/main_test.go | 2 +- go/webserver/main_test.go | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f3e275..1e4ec24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout web4 uses: actions/checkout@v4 with: - repository: TeoSlayer/pilotprotocol + repository: pilot-protocol/pilotprotocol path: web4 - name: Checkout common diff --git a/go/client/main_test.go b/go/client/main_test.go index bd9d12c..befc189 100644 --- a/go/client/main_test.go +++ b/go/client/main_test.go @@ -9,5 +9,5 @@ import "testing" // upstream pkg/protocol or SDK API breakage as web4 evolves. func TestExampleCompiles(t *testing.T) { // Build success is implicit: the test binary cannot link if main.go - // references a missing or renamed symbol in github.com/TeoSlayer/pilotprotocol. + // references a missing or renamed symbol in github.com/pilot-protocol/pilotprotocol. } diff --git a/go/echo/main_test.go b/go/echo/main_test.go index bd9d12c..befc189 100644 --- a/go/echo/main_test.go +++ b/go/echo/main_test.go @@ -9,5 +9,5 @@ import "testing" // upstream pkg/protocol or SDK API breakage as web4 evolves. func TestExampleCompiles(t *testing.T) { // Build success is implicit: the test binary cannot link if main.go - // references a missing or renamed symbol in github.com/TeoSlayer/pilotprotocol. + // references a missing or renamed symbol in github.com/pilot-protocol/pilotprotocol. } diff --git a/go/go.mod b/go/go.mod index 700d113..3294581 100644 --- a/go/go.mod +++ b/go/go.mod @@ -4,7 +4,7 @@ go 1.25.10 require github.com/pilot-protocol/common v0.1.0 -replace github.com/TeoSlayer/pilotprotocol => ../../web4 +replace github.com/pilot-protocol/pilotprotocol => ../../web4 // Mirror web4's replace directives so transitive deps resolve. replace github.com/pilot-protocol/app-store => ../../app-store diff --git a/go/httpclient/main_test.go b/go/httpclient/main_test.go index bd9d12c..befc189 100644 --- a/go/httpclient/main_test.go +++ b/go/httpclient/main_test.go @@ -9,5 +9,5 @@ import "testing" // upstream pkg/protocol or SDK API breakage as web4 evolves. func TestExampleCompiles(t *testing.T) { // Build success is implicit: the test binary cannot link if main.go - // references a missing or renamed symbol in github.com/TeoSlayer/pilotprotocol. + // references a missing or renamed symbol in github.com/pilot-protocol/pilotprotocol. } diff --git a/go/secure/main_test.go b/go/secure/main_test.go index bd9d12c..befc189 100644 --- a/go/secure/main_test.go +++ b/go/secure/main_test.go @@ -9,5 +9,5 @@ import "testing" // upstream pkg/protocol or SDK API breakage as web4 evolves. func TestExampleCompiles(t *testing.T) { // Build success is implicit: the test binary cannot link if main.go - // references a missing or renamed symbol in github.com/TeoSlayer/pilotprotocol. + // references a missing or renamed symbol in github.com/pilot-protocol/pilotprotocol. } diff --git a/go/webserver/main_test.go b/go/webserver/main_test.go index bd9d12c..befc189 100644 --- a/go/webserver/main_test.go +++ b/go/webserver/main_test.go @@ -9,5 +9,5 @@ import "testing" // upstream pkg/protocol or SDK API breakage as web4 evolves. func TestExampleCompiles(t *testing.T) { // Build success is implicit: the test binary cannot link if main.go - // references a missing or renamed symbol in github.com/TeoSlayer/pilotprotocol. + // references a missing or renamed symbol in github.com/pilot-protocol/pilotprotocol. }