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 @@ -3,7 +3,7 @@ module github.com/pilot-protocol/runtime
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.0
88 github.com/pilot-protocol/handshake v0.1.0
99 github.com/pilot-protocol/policy v0.1.0
@@ -15,7 +15,7 @@ require (
1515 github.com/pilot-protocol/trustedagents v0.1.0 // indirect
1616)
1717
18- replace github.com/TeoSlayer /pilotprotocol => ../web4
18+ replace github.com/pilot-protocol /pilotprotocol => ../web4
1919
2020replace github.com/pilot-protocol/common => ../common
2121
Original file line number Diff line number Diff line change 99 "testing"
1010 "time"
1111
12- "github.com/TeoSlayer /pilotprotocol/pkg/daemon"
12+ "github.com/pilot-protocol /pilotprotocol/pkg/daemon"
1313 "github.com/pilot-protocol/handshake"
1414 "github.com/pilot-protocol/runtime"
1515)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "time"
1313
1414 "github.com/pilot-protocol/common/coreapi"
15- "github.com/TeoSlayer /pilotprotocol/pkg/daemon"
15+ "github.com/pilot-protocol /pilotprotocol/pkg/daemon"
1616 "github.com/pilot-protocol/runtime"
1717)
1818
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package runtime_test
88import (
99 "testing"
1010
11- "github.com/TeoSlayer /pilotprotocol/pkg/daemon"
11+ "github.com/pilot-protocol /pilotprotocol/pkg/daemon"
1212 "github.com/pilot-protocol/handshake"
1313 "github.com/pilot-protocol/runtime"
1414)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ 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/runtime"
1515)
1616
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package runtime_test
88import (
99 "testing"
1010
11- "github.com/TeoSlayer /pilotprotocol/pkg/daemon"
11+ "github.com/pilot-protocol /pilotprotocol/pkg/daemon"
1212 "github.com/pilot-protocol/runtime"
1313)
1414
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414 "testing"
1515
1616 "github.com/pilot-protocol/common/coreapi"
17- "github.com/TeoSlayer /pilotprotocol/pkg/daemon"
17+ "github.com/pilot-protocol /pilotprotocol/pkg/daemon"
1818 "github.com/pilot-protocol/common/protocol"
1919 "github.com/pilot-protocol/handshake"
2020 "github.com/pilot-protocol/runtime"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package runtime
55import (
66 "testing"
77
8- "github.com/TeoSlayer /pilotprotocol/pkg/daemon"
8+ "github.com/pilot-protocol /pilotprotocol/pkg/daemon"
99)
1010
1111// fakeTrustChecker implements daemon.TrustChecker.
You can’t perform that action at this time.
0 commit comments