Skip to content

Commit 1a187b7

Browse files
committed
chore: update repo references TeoSlayer/pilotprotocol → pilot-protocol/pilotprotocol
1 parent 5172d55 commit 1a187b7

3 files changed

Lines changed: 4 additions & 4 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

embedded.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
"sync"
3434
"time"
3535

36-
"github.com/TeoSlayer/pilotprotocol/pkg/daemon"
36+
"github.com/pilot-protocol/pilotprotocol/pkg/daemon"
3737

3838
"github.com/pilot-protocol/runtime"
3939
)

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/libpilot
33
go 1.25.10
44

55
require (
6-
github.com/TeoSlayer/pilotprotocol v1.10.5
6+
github.com/pilot-protocol/pilotprotocol v1.10.5
77
github.com/pilot-protocol/common v0.4.8
88
github.com/pilot-protocol/runtime v0.3.1
99
)
@@ -17,7 +17,7 @@ require (
1717
golang.org/x/sys v0.45.0 // indirect
1818
)
1919

20-
replace github.com/TeoSlayer/pilotprotocol => ../web4
20+
replace github.com/pilot-protocol/pilotprotocol => ../web4
2121

2222
replace github.com/pilot-protocol/common => ../common
2323

0 commit comments

Comments
 (0)