From e778c78b45f4e6e73759585dece6191957e2714b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 05:12:43 +0000 Subject: [PATCH] chore(deps): bump github.com/pilot-protocol/trustedagents Bumps [github.com/pilot-protocol/trustedagents](https://github.com/pilot-protocol/trustedagents) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/pilot-protocol/trustedagents/releases) - [Changelog](https://github.com/pilot-protocol/trustedagents/blob/main/CHANGELOG.md) - [Commits](https://github.com/pilot-protocol/trustedagents/compare/v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: github.com/pilot-protocol/trustedagents dependency-version: 0.2.6 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 4242458..64abd0c 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/pilot-protocol/pilotprotocol v1.13.9 github.com/pilot-protocol/policy v0.2.3 github.com/pilot-protocol/runtime v0.3.2 - github.com/pilot-protocol/trustedagents v0.2.5 + github.com/pilot-protocol/trustedagents v0.2.6 github.com/pilot-protocol/webhook v0.2.0 ) diff --git a/go.sum b/go.sum index d3a8a3c..9df5609 100644 --- a/go.sum +++ b/go.sum @@ -14,8 +14,8 @@ github.com/pilot-protocol/rendezvous v0.2.8 h1:GRJyNplqNrfhPuCUgOAaY5Dg5En4G2aO+ github.com/pilot-protocol/rendezvous v0.2.8/go.mod h1:sv0TuqAosOCe3f3EIuZ9lmrNaHJTqyy5k/UGFqHskB4= github.com/pilot-protocol/runtime v0.3.2 h1:21lgUfYNvpls0Vd3V2v9lfs13G7mT8pcT3D2QzcMueE= github.com/pilot-protocol/runtime v0.3.2/go.mod h1:CXEmjKF/HozhIxn9QZxO13Lxdnkok3XKEkYS/jFjQKs= -github.com/pilot-protocol/trustedagents v0.2.5 h1:zdeezxalidXanOkEcdsageyAp6jVbfhAnPumREbEZt0= -github.com/pilot-protocol/trustedagents v0.2.5/go.mod h1:6P0pBKmjKlfiSsCbl7EAIr96LW/9RnoLzdl+rEqmN5E= +github.com/pilot-protocol/trustedagents v0.2.6 h1:dFKr6V+lJr947v3iUyR7EflUTusGfKkItAmsqJfWc8g= +github.com/pilot-protocol/trustedagents v0.2.6/go.mod h1:JAk89O4bg9NeXLnMJh4gUsCQ1R5BIHTQHjrGwNXaqZM= github.com/pilot-protocol/webhook v0.2.0 h1:3UFU9X2yBb0iKlPbzVcism+Z6yCrBBaOgdo9+vd4Wf4= github.com/pilot-protocol/webhook v0.2.0/go.mod h1:WVXhHFg+o0pHHk+4nXMCh1zl/ZAyZ3AXrtx6mNuZS6g= golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs=