Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout web4 (sibling protocol repo)
uses: actions/checkout@v6
with:
repository: TeoSlayer/pilotprotocol
repository: pilot-protocol/pilotprotocol
path: web4

- name: Checkout common
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ require (

require github.com/pilot-protocol/common v0.4.8

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

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