From 3e176202d40040835d3a82194bad78a4a0a18016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 04:12:32 +0000 Subject: [PATCH] chore(deps): bump github.com/pilot-protocol/common from 0.4.5 to 0.4.8 Bumps [github.com/pilot-protocol/common](https://github.com/pilot-protocol/common) from 0.4.5 to 0.4.8. - [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.4.5...v0.4.8) --- updated-dependencies: - dependency-name: github.com/pilot-protocol/common dependency-version: 0.4.8 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 81507f4..58577a6 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/pilot-protocol/dataexchange go 1.25.10 require ( - github.com/pilot-protocol/common v0.4.5 + github.com/pilot-protocol/common v0.4.8 github.com/pilot-protocol/eventstream v0.2.2 ) diff --git a/go.sum b/go.sum index edd526c..6a7e358 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/pilot-protocol/common v0.4.5 h1:WX7jQcJoWJe+GtynZ+gz0f3re7DIRpi3RWo2SEnZJYo= -github.com/pilot-protocol/common v0.4.5/go.mod h1:yrAwPXGVMbXU+SADvOCmbdXjK/wJ3uA0KshyLvRlej4= +github.com/pilot-protocol/common v0.4.8 h1:eS2Bc+XcZWJ/qhwwOZbXwIWhtNdOijuoEp716kQE+/c= +github.com/pilot-protocol/common v0.4.8/go.mod h1:yrAwPXGVMbXU+SADvOCmbdXjK/wJ3uA0KshyLvRlej4= github.com/pilot-protocol/eventstream v0.2.2 h1:E0IjveK7K+dsIbE/5hD3N821FkHzxVsx1tiAORMzt8k= github.com/pilot-protocol/eventstream v0.2.2/go.mod h1:gUjoMEItW1SRJYEq39VlcIeDe2LcE5B18/4bcaUJNrs=