From f68ebb674b2548caf0b5dcf4135e9d1c05156232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:20:32 +0000 Subject: [PATCH] chore(deps): bump github.com/pilot-protocol/pilotprotocol Bumps [github.com/pilot-protocol/pilotprotocol](https://github.com/pilot-protocol/pilotprotocol) from 1.13.4 to 1.13.9. - [Release notes](https://github.com/pilot-protocol/pilotprotocol/releases) - [Changelog](https://github.com/pilot-protocol/pilotprotocol/blob/main/CHANGELOG.md) - [Commits](https://github.com/pilot-protocol/pilotprotocol/compare/v1.13.4...v1.13.9) --- updated-dependencies: - dependency-name: github.com/pilot-protocol/pilotprotocol dependency-version: 1.13.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- go.sum | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index cdda648..311231b 100644 --- a/go.mod +++ b/go.mod @@ -5,14 +5,13 @@ go 1.25.12 require ( github.com/pilot-protocol/common v0.5.11 github.com/pilot-protocol/handshake v0.2.7 - github.com/pilot-protocol/pilotprotocol v1.13.4 + github.com/pilot-protocol/pilotprotocol v1.13.9 github.com/pilot-protocol/policy v0.2.3 ) require ( github.com/coder/websocket v1.8.15 // indirect github.com/expr-lang/expr v1.17.8 // indirect - github.com/pilot-protocol/rendezvous v0.2.8 // indirect github.com/pilot-protocol/trustedagents v0.2.5 // indirect golang.org/x/sys v0.47.0 // indirect ) diff --git a/go.sum b/go.sum index e31be47..b34dff9 100644 --- a/go.sum +++ b/go.sum @@ -4,12 +4,10 @@ github.com/expr-lang/expr v1.17.8 h1:W1loDTT+0PQf5YteHSTpju2qfUfNoBt4yw9+wOEU9VM github.com/expr-lang/expr v1.17.8/go.mod h1:8/vRC7+7HBzESEqt5kKpYXxrxkr31SaO8r40VO/1IT4= github.com/pilot-protocol/common v0.5.11 h1:gaPOT2v3/FUAx61lqPw7yRsrzmDSRWL4+LRuQh8mrqs= github.com/pilot-protocol/common v0.5.11/go.mod h1:Ybc6f1A37s3ShoEh1nBMVL9DPyYlxvkqPTvtbxaNWg4= -github.com/pilot-protocol/handshake v0.2.6 h1:DmUL8NEbNOKMRgg5seAfRnwoZgayzqQ1ksi+U7yu6RM= -github.com/pilot-protocol/handshake v0.2.6/go.mod h1:Vkz+02DEAyPL++maW7oHHu/DKriPhL3/+BGY+dlHKrQ= github.com/pilot-protocol/handshake v0.2.7 h1:ItFXRqCYVLy4g+bwEXTJIXIkwOXb2sra7t6JZiKUz9A= github.com/pilot-protocol/handshake v0.2.7/go.mod h1:Vkz+02DEAyPL++maW7oHHu/DKriPhL3/+BGY+dlHKrQ= -github.com/pilot-protocol/pilotprotocol v1.13.4 h1:gX6KN/eDAmnUMSTtRSWGzeBkmYtgsFtD73WM394raNc= -github.com/pilot-protocol/pilotprotocol v1.13.4/go.mod h1:frjiZWZ0/c1AC0tVIS0+O6cE26N57+TFYVjLleafMqY= +github.com/pilot-protocol/pilotprotocol v1.13.9 h1:hsC+BLCn0cmPvxLVSCPMegkrxTIdGySkBWAzSlqPvrU= +github.com/pilot-protocol/pilotprotocol v1.13.9/go.mod h1:LLrJmaJ5LpSabyAvdRNZ6F4QDVCLVyvhxRs4v1eOGWk= github.com/pilot-protocol/policy v0.2.3 h1:sonEBL82oGjj1zyMQjJJ5cw+0KQdjS1sgHiLmIVWb8g= github.com/pilot-protocol/policy v0.2.3/go.mod h1:ALQdPalluwdzd3AbqbR+iNU5jJc/aG79n9ym0vhhF7w= github.com/pilot-protocol/rendezvous v0.2.8 h1:GRJyNplqNrfhPuCUgOAaY5Dg5En4G2aO+W2oCNKuIlo=