File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/pilot-protocol/libpilot
33go 1.25.10
44
55require (
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
2222replace github.com/pilot-protocol/common => ../common
2323
You can’t perform that action at this time.
0 commit comments