From 8c8604448f63236b1d68a116d328728583a40e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:22:15 +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.12.5 to 1.13.1. - [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.12.5...v1.13.1) --- updated-dependencies: - dependency-name: github.com/pilot-protocol/pilotprotocol dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7bdce73..8480f45 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.25.12 require ( github.com/pilot-protocol/common v0.5.7 github.com/pilot-protocol/handshake v0.2.2 - github.com/pilot-protocol/pilotprotocol v1.12.5 + github.com/pilot-protocol/pilotprotocol v1.13.1 github.com/pilot-protocol/policy v0.2.3 ) diff --git a/go.sum b/go.sum index 7b34066..494c1b1 100644 --- a/go.sum +++ b/go.sum @@ -6,8 +6,8 @@ github.com/pilot-protocol/common v0.5.7 h1:GY6KhB+PwV713HAAhVrVEZJN9e5DsnbfElPiO github.com/pilot-protocol/common v0.5.7/go.mod h1:Y6yaOsywr8J4aGvyoyuOtDpwZTheFM7GOjDt6Y/ZB9I= github.com/pilot-protocol/handshake v0.2.2 h1:t2z+AIoaxxfOVxciyWEa/T6y2RP0WbP5qc6zUoDwcIs= github.com/pilot-protocol/handshake v0.2.2/go.mod h1:LNp71o9ImbwRNOeBFCI0BmsND7oFiyJPFTd90yFzGGA= -github.com/pilot-protocol/pilotprotocol v1.12.5 h1:6dfc15F1lJSdX+U3mSEHmSLIDqlfftUqQ22OonnC8rw= -github.com/pilot-protocol/pilotprotocol v1.12.5/go.mod h1:zLsKLBBY62FFQM13gwmBLfNbhqdSWbW9q7vZCSaIcyQ= +github.com/pilot-protocol/pilotprotocol v1.13.1 h1:ORqE5RxyTZ2wfavPs2LP86Idp5yUjPB0QjQrYhaq3hw= +github.com/pilot-protocol/pilotprotocol v1.13.1/go.mod h1:/GYltLp6t5vi50su5uSUm2WKSv9GG5Oo/qQSYAGrv+0= 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.5 h1:PvApwKHU2DnvK8pA6K9RAohUomZNu6vX6ccIEoTogvo=