Skip to content

Commit e45ffeb

Browse files
committed
deps: pin siblings at v0.1.0, drop ../sibling replaces
With v0.1.0 published on every sibling, Go can resolve them from the proxy. The replace ../web4 stays since web4 isn't published yet. CI workflow simplified — no more sibling checkouts.
1 parent ca57a92 commit e45ffeb

3 files changed

Lines changed: 6 additions & 126 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -24,101 +24,6 @@ jobs:
2424
repository: TeoSlayer/pilotprotocol
2525
path: web4
2626

27-
- name: Checkout common
28-
uses: actions/checkout@v4
29-
with:
30-
repository: pilot-protocol/common
31-
ref: v0.1.0
32-
path: common
33-
34-
- name: Checkout app-store
35-
uses: actions/checkout@v4
36-
with:
37-
repository: pilot-protocol/app-store
38-
path: app-store
39-
40-
- name: Checkout trustedagents
41-
uses: actions/checkout@v4
42-
with:
43-
repository: pilot-protocol/trustedagents
44-
ref: v0.1.0
45-
path: trustedagents
46-
47-
- name: Checkout skillinject
48-
uses: actions/checkout@v4
49-
with:
50-
repository: pilot-protocol/skillinject
51-
ref: v0.1.0
52-
path: skillinject
53-
54-
- name: Checkout webhook
55-
uses: actions/checkout@v4
56-
with:
57-
repository: pilot-protocol/webhook
58-
ref: v0.1.0
59-
path: webhook
60-
61-
- name: Checkout eventstream
62-
uses: actions/checkout@v4
63-
with:
64-
repository: pilot-protocol/eventstream
65-
ref: v0.1.0
66-
path: eventstream
67-
68-
- name: Checkout dataexchange
69-
uses: actions/checkout@v4
70-
with:
71-
repository: pilot-protocol/dataexchange
72-
ref: v0.1.0
73-
path: dataexchange
74-
75-
- name: Checkout updater
76-
uses: actions/checkout@v4
77-
with:
78-
repository: pilot-protocol/updater
79-
ref: v0.1.0
80-
path: updater
81-
82-
- name: Checkout gateway
83-
uses: actions/checkout@v4
84-
with:
85-
repository: pilot-protocol/gateway
86-
ref: v0.1.0
87-
path: gateway
88-
89-
- name: Checkout nameserver
90-
uses: actions/checkout@v4
91-
with:
92-
repository: pilot-protocol/nameserver
93-
ref: v0.1.0
94-
path: nameserver
95-
96-
- name: Checkout policy
97-
uses: actions/checkout@v4
98-
with:
99-
repository: pilot-protocol/policy
100-
ref: v0.1.0
101-
path: policy
102-
103-
- name: Checkout handshake
104-
uses: actions/checkout@v4
105-
with:
106-
repository: pilot-protocol/handshake
107-
path: handshake
108-
109-
- name: Checkout runtime
110-
uses: actions/checkout@v4
111-
with:
112-
repository: pilot-protocol/runtime
113-
path: runtime
114-
115-
- name: Checkout beacon
116-
uses: actions/checkout@v4
117-
with:
118-
repository: pilot-protocol/beacon
119-
ref: v0.1.0
120-
path: beacon
121-
12227
- uses: actions/setup-go@v5
12328
with:
12429
go-version: '1.25'

go.mod

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.3
44

55
require (
66
github.com/TeoSlayer/pilotprotocol v0.0.0
7-
github.com/pilot-protocol/common v0.0.0
7+
github.com/pilot-protocol/common v0.1.0
88
)
99

1010
require (
@@ -15,33 +15,4 @@ require (
1515

1616
replace github.com/TeoSlayer/pilotprotocol => ../web4
1717

18-
replace github.com/pilot-protocol/common => ../common
19-
20-
// Mirror web4's other replace directives so transitive deps resolve.
21-
replace github.com/pilot-protocol/app-store => ../app-store
22-
23-
replace github.com/pilot-protocol/trustedagents => ../trustedagents
24-
25-
replace github.com/pilot-protocol/skillinject => ../skillinject
26-
27-
replace github.com/pilot-protocol/webhook => ../webhook
28-
29-
replace github.com/pilot-protocol/eventstream => ../eventstream
30-
31-
replace github.com/pilot-protocol/dataexchange => ../dataexchange
32-
33-
replace github.com/pilot-protocol/updater => ../updater
34-
35-
replace github.com/pilot-protocol/gateway => ../gateway
36-
37-
replace github.com/pilot-protocol/nameserver => ../nameserver
38-
39-
replace github.com/pilot-protocol/policy => ../policy
40-
41-
replace github.com/pilot-protocol/handshake => ../handshake
42-
43-
replace github.com/pilot-protocol/runtime => ../runtime
44-
45-
require github.com/pilot-protocol/beacon v0.0.0
46-
47-
replace github.com/pilot-protocol/beacon => ../beacon
18+
require github.com/pilot-protocol/beacon v0.1.0

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
github.com/coder/websocket v1.8.14 h1:9L0p0iKiNOibykf283eHkKUHHrpG7f65OE3BhhO7v9g=
22
github.com/coder/websocket v1.8.14/go.mod h1:NX3SzP+inril6yawo5CQXx8+fk145lPDC6pumgx0mVg=
3+
github.com/pilot-protocol/beacon v0.1.0 h1:jXO8duAzzpB8K+9It0QwR9BRupgKZ8IQhuwqy7rqtmk=
4+
github.com/pilot-protocol/beacon v0.1.0/go.mod h1:PejZP5sZ4s5Lrtc0wdYHSEJVc7cn6E8yqo0R4CV+iUo=
5+
github.com/pilot-protocol/common v0.1.0 h1:m8mZZATgeBiFoqhWXPnskw2u0lNkWxHp0IagZK35V1g=
6+
github.com/pilot-protocol/common v0.1.0/go.mod h1:4YZWHK5nhM+4RLmYTspLxxAFbyBII7yzQDAHq3Ul2ck=
37
golang.org/x/net v0.54.0 h1:2zJIZAxAHV/OHCDTCOHAYehQzLfSXuf/5SoL/Dv6w/w=
48
golang.org/x/net v0.54.0/go.mod h1:Sj4oj8jK6XmHpBZU/zWHw3BV3abl4Kvi+Ut7cQcY+cQ=
59
golang.org/x/sys v0.44.0 h1:ildZl3J4uzeKP07r2F++Op7E9B29JRUy+a27EibtBTQ=

0 commit comments

Comments
 (0)