-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (19 loc) · 762 Bytes
/
go.mod
File metadata and controls
28 lines (19 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/pilot-protocol/runtime
go 1.25.10
require (
github.com/TeoSlayer/pilotprotocol v1.10.5
github.com/pilot-protocol/common v0.4.0
github.com/pilot-protocol/handshake v0.1.0
github.com/pilot-protocol/policy v0.1.0
)
require (
github.com/coder/websocket v1.8.14 // indirect
github.com/expr-lang/expr v1.17.8 // indirect
github.com/pilot-protocol/trustedagents v0.1.0 // indirect
)
replace github.com/TeoSlayer/pilotprotocol => ../web4
replace github.com/pilot-protocol/common => ../common
replace github.com/pilot-protocol/handshake => ../handshake
replace github.com/pilot-protocol/policy => ../policy
replace github.com/pilot-protocol/trustedagents => ../trustedagents
replace github.com/pilot-protocol/rendezvous => ../rendezvous