diff --git a/go.mod b/go.mod index 2887dce..01d8afc 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/pilot-protocol/dataexchange -go 1.25.10 +go 1.25.11 require ( - github.com/pilot-protocol/common v0.5.6 + github.com/pilot-protocol/common v0.5.7 github.com/pilot-protocol/eventstream v0.2.2 ) diff --git a/go.sum b/go.sum index 0cfaf82..62effec 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -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= +github.com/pilot-protocol/common v0.5.7 h1:GY6KhB+PwV713HAAhVrVEZJN9e5DsnbfElPiOAEpzJE= +github.com/pilot-protocol/common v0.5.7/go.mod h1:Y6yaOsywr8J4aGvyoyuOtDpwZTheFM7GOjDt6Y/ZB9I= 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=