Skip to content

Commit 4b91517

Browse files
committed
chore: update repo references TeoSlayer/pilotprotocol → pilot-protocol/pilotprotocol
1 parent 0469339 commit 4b91517

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout web4
2222
uses: actions/checkout@v6
2323
with:
24-
repository: TeoSlayer/pilotprotocol
24+
repository: pilot-protocol/pilotprotocol
2525
path: web4
2626

2727
- name: Checkout common

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/pilot-protocol/handshake
33
go 1.25.10
44

55
require (
6-
github.com/TeoSlayer/pilotprotocol v0.0.0
6+
github.com/pilot-protocol/pilotprotocol v0.0.0
77
github.com/pilot-protocol/common v0.4.0
88
)
99

@@ -13,6 +13,6 @@ require (
1313
github.com/pilot-protocol/trustedagents v0.1.0 // indirect
1414
)
1515

16-
replace github.com/TeoSlayer/pilotprotocol => ../web4
16+
replace github.com/pilot-protocol/pilotprotocol => ../web4
1717

1818
replace github.com/pilot-protocol/common => ../common

zz_ceiling_fakes_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"testing"
1010

1111
"github.com/pilot-protocol/common/coreapi"
12-
"github.com/TeoSlayer/pilotprotocol/pkg/daemon"
12+
"github.com/pilot-protocol/pilotprotocol/pkg/daemon"
1313
"github.com/pilot-protocol/common/crypto"
1414
)
1515

zz_handshake_manager_bootstrap_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"testing"
77
"time"
88

9-
"github.com/TeoSlayer/pilotprotocol/pkg/daemon"
9+
"github.com/pilot-protocol/pilotprotocol/pkg/daemon"
1010
"github.com/pilot-protocol/common/protocol"
1111
)
1212

zz_helpers_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import (
1010
"time"
1111

1212
"github.com/pilot-protocol/common/coreapi"
13-
"github.com/TeoSlayer/pilotprotocol/pkg/daemon"
13+
"github.com/pilot-protocol/pilotprotocol/pkg/daemon"
1414
"github.com/pilot-protocol/common/protocol"
1515
tregistryclient "github.com/pilot-protocol/common/registry/client"
16-
"github.com/TeoSlayer/pilotprotocol/tests/regtestutil"
16+
"github.com/pilot-protocol/pilotprotocol/tests/regtestutil"
1717
"github.com/pilot-protocol/common/crypto"
1818
)
1919

0 commit comments

Comments
 (0)