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 6f1e16b commit 9dc98f7Copy full SHA for 9dc98f7
1 file changed
go.mod
@@ -1,6 +1,6 @@
1
module github.com/pilot-protocol/libpilot
2
3
-go 1.25.3
+go 1.25.10
4
5
require (
6
github.com/TeoSlayer/pilotprotocol v0.0.0
@@ -14,7 +14,6 @@ require (
14
github.com/coder/websocket v1.8.14 // indirect
15
github.com/expr-lang/expr v1.17.8 // indirect
16
github.com/pilot-protocol/common v0.1.0 // indirect
17
- github.com/pilot-protocol/rendezvous v0.1.0 // indirect
18
github.com/pilot-protocol/trustedagents v0.1.0 // indirect
19
)
20
0 commit comments