From 49e70311cd5c1fe9b035c5f5647f6f40f05f464f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:34:53 +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 4d4f803..4cc0a40 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.12 require ( github.com/coder/websocket v1.8.15 - github.com/pilot-protocol/common v0.5.10 + github.com/pilot-protocol/common v0.5.11 golang.org/x/net v0.57.0 ) diff --git a/go.sum b/go.sum index 5dca263..048044b 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/coder/websocket v1.8.15 h1:6B2JPeOGlpff2Uz6vOEH1Vzpi0iUz20A+lPVhPHtNUA= github.com/coder/websocket v1.8.15/go.mod h1:NX3SzP+inril6yawo5CQXx8+fk145lPDC6pumgx0mVg= -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= golang.org/x/net v0.57.0 h1:K5+3DljvIuDG9/Jv9rvyMywYNFCQ9RSUY6OOTTkT+tE= golang.org/x/net v0.57.0/go.mod h1:KpXc8iv+r3XplLAG/f7Jsf9RPszJzdR0f58q9vGOuEU= golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs=