From 8b2b94fe72cd30cf76d99fa168c7c2670b5ad5f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 05:32:35 +0000 Subject: [PATCH] chore(deps): bump github.com/pilot-protocol/common from 0.5.4 to 0.5.6 Bumps [github.com/pilot-protocol/common](https://github.com/pilot-protocol/common) from 0.5.4 to 0.5.6. - [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.4...v0.5.6) --- updated-dependencies: - dependency-name: github.com/pilot-protocol/common dependency-version: 0.5.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 eb545c9..84ff794 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.10 require ( github.com/coder/websocket v1.8.15 - github.com/pilot-protocol/common v0.5.4 + github.com/pilot-protocol/common v0.5.6 golang.org/x/net v0.56.0 ) diff --git a/go.sum b/go.sum index e01b756..f739d8d 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.4 h1:lz/cOXOjYCNIJvkWpb+pxXWpCqNKM/IY7D5fnVAq+8g= -github.com/pilot-protocol/common v0.5.4/go.mod h1:yrAwPXGVMbXU+SADvOCmbdXjK/wJ3uA0KshyLvRlej4= +github.com/pilot-protocol/common v0.5.6 h1:0A3W3HUQSPryGyh+zA89hEHHLcYVd9v9Vgk8EzOqpQI= +github.com/pilot-protocol/common v0.5.6/go.mod h1:yrAwPXGVMbXU+SADvOCmbdXjK/wJ3uA0KshyLvRlej4= golang.org/x/net v0.56.0 h1:Rw8j/hFzGvJUZwNBXnAtf5sVDVt+65SK2C7IxCxZt5o= golang.org/x/net v0.56.0/go.mod h1:D3Ku6r+V6JROoZK144D2XfMHFcMq/0zSfLelVTCFKec= golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw=