Skip to content

Commit b1f8c05

Browse files
TeoSlayerteovl
andauthored
chore: update repo references TeoSlayer/pilotprotocol → pilot-protocol/pilotprotocol (#13)
* chore: update repo references TeoSlayer/pilotprotocol → pilot-protocol/pilotprotocol * ci: retrigger after pilotprotocol module rename merged * ci: retrigger after handshake/webhook/libpilot module path fixed --------- Co-authored-by: Teodor Calin <teodor@vulturelabs.io>
1 parent aaa9d81 commit b1f8c05

9 files changed

Lines changed: 10 additions & 10 deletions

.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/runtime
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.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

2020
replace github.com/pilot-protocol/common => ../common
2121

zz_adapters_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
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
)

zz_deps_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

zz_handshake_adapter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package runtime_test
88
import (
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
)

zz_listener_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

zz_smoke_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package runtime_test
88
import (
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

zz_streams_ceiling_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

zz_trust_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package runtime
55
import (
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.

0 commit comments

Comments
 (0)