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
uses: actions/checkout@v4
with:
repository: TeoSlayer/pilotprotocol
repository: pilot-protocol/pilotprotocol
path: web4

- name: Checkout common
Expand Down
2 changes: 1 addition & 1 deletion go/client/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ import "testing"
// upstream pkg/protocol or SDK API breakage as web4 evolves.
func TestExampleCompiles(t *testing.T) {
// Build success is implicit: the test binary cannot link if main.go
// references a missing or renamed symbol in github.com/TeoSlayer/pilotprotocol.
// references a missing or renamed symbol in github.com/pilot-protocol/pilotprotocol.
}
2 changes: 1 addition & 1 deletion go/echo/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ import "testing"
// upstream pkg/protocol or SDK API breakage as web4 evolves.
func TestExampleCompiles(t *testing.T) {
// Build success is implicit: the test binary cannot link if main.go
// references a missing or renamed symbol in github.com/TeoSlayer/pilotprotocol.
// references a missing or renamed symbol in github.com/pilot-protocol/pilotprotocol.
}
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25.10

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

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

// Mirror web4's replace directives so transitive deps resolve.
replace github.com/pilot-protocol/app-store => ../../app-store
Expand Down
2 changes: 1 addition & 1 deletion go/httpclient/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ import "testing"
// upstream pkg/protocol or SDK API breakage as web4 evolves.
func TestExampleCompiles(t *testing.T) {
// Build success is implicit: the test binary cannot link if main.go
// references a missing or renamed symbol in github.com/TeoSlayer/pilotprotocol.
// references a missing or renamed symbol in github.com/pilot-protocol/pilotprotocol.
}
2 changes: 1 addition & 1 deletion go/secure/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ import "testing"
// upstream pkg/protocol or SDK API breakage as web4 evolves.
func TestExampleCompiles(t *testing.T) {
// Build success is implicit: the test binary cannot link if main.go
// references a missing or renamed symbol in github.com/TeoSlayer/pilotprotocol.
// references a missing or renamed symbol in github.com/pilot-protocol/pilotprotocol.
}
2 changes: 1 addition & 1 deletion go/webserver/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ import "testing"
// upstream pkg/protocol or SDK API breakage as web4 evolves.
func TestExampleCompiles(t *testing.T) {
// Build success is implicit: the test binary cannot link if main.go
// references a missing or renamed symbol in github.com/TeoSlayer/pilotprotocol.
// references a missing or renamed symbol in github.com/pilot-protocol/pilotprotocol.
}
Loading