We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18777e0 commit bc1962aCopy full SHA for bc1962a
1 file changed
go.mod
@@ -1,6 +1,6 @@
1
module github.com/pilot-protocol/runtime
2
3
-go 1.25.3
+go 1.25.10
4
5
require (
6
github.com/TeoSlayer/pilotprotocol v0.0.0
@@ -12,7 +12,6 @@ require (
12
github.com/coder/websocket v1.8.14 // indirect
13
github.com/expr-lang/expr v1.17.8 // indirect
14
github.com/pilot-protocol/common v0.1.0 // indirect
15
- github.com/pilot-protocol/rendezvous v0.1.0 // indirect
16
github.com/pilot-protocol/trustedagents v0.1.0 // indirect
17
)
18
0 commit comments