From 71dc907ca47ca3b617ed8b0e71ae77345b662f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:23:49 +0000 Subject: [PATCH] chore(deps): bump github.com/pilot-protocol/common from 0.5.10 to 0.5.11 Bumps [github.com/pilot-protocol/common](https://github.com/pilot-protocol/common) from 0.5.10 to 0.5.11. - [Release notes](https://github.com/pilot-protocol/common/releases) - [Changelog](https://github.com/pilot-protocol/common/blob/main/CHANGELOG.md) - [Commits](https://github.com/pilot-protocol/common/compare/v0.5.10...v0.5.11) --- updated-dependencies: - dependency-name: github.com/pilot-protocol/common dependency-version: 0.5.11 dependency-type: direct:production update-type: version-update:semver-patch ... 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 85c52af..fa75589 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/pilot-protocol/runtime go 1.25.12 require ( - github.com/pilot-protocol/common v0.5.10 + github.com/pilot-protocol/common v0.5.11 github.com/pilot-protocol/handshake v0.2.5 github.com/pilot-protocol/pilotprotocol v1.13.2 github.com/pilot-protocol/policy v0.2.3 diff --git a/go.sum b/go.sum index 51c9885..97458c2 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/coder/websocket v1.8.15 h1:6B2JPeOGlpff2Uz6vOEH1Vzpi0iUz20A+lPVhPHtNU github.com/coder/websocket v1.8.15/go.mod h1:NX3SzP+inril6yawo5CQXx8+fk145lPDC6pumgx0mVg= 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.10 h1:LQdwrVuNqDKhlK4GXSVJXXpwnRAkquPhYqCPP75Fv2c= -github.com/pilot-protocol/common v0.5.10/go.mod h1:Ybc6f1A37s3ShoEh1nBMVL9DPyYlxvkqPTvtbxaNWg4= +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.5 h1:0gt+UltSPIoRegLPF6/m29O10tyfXMINWaHsUcwybJ0= github.com/pilot-protocol/handshake v0.2.5/go.mod h1:xHmeC8LeBQuJk1F9ucfJXRZ5IMJKSEhVhCL9Uw2gu7o= github.com/pilot-protocol/pilotprotocol v1.13.2 h1:ZZh+KQtAciX0hIxC111djs4fWCYwzbxIU0WnWoq2uKA=