diff --git a/go.mod b/go.mod index 91f3c78..73d9d53 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.25.12 require github.com/pilot-protocol/handshake v0.2.8 -require github.com/pilot-protocol/common v0.5.12 +require github.com/pilot-protocol/common v0.5.13 require github.com/pilot-protocol/rendezvous v0.2.8 // indirect diff --git a/go.sum b/go.sum index 8f0d5c6..93361ee 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.12 h1:ZQ7v8oX0VYtEcluraQZvqrYPMvRIxjixSZtNz8Xo5Uc= -github.com/pilot-protocol/common v0.5.12/go.mod h1:Ybc6f1A37s3ShoEh1nBMVL9DPyYlxvkqPTvtbxaNWg4= +github.com/pilot-protocol/common v0.5.13 h1:h9NmPh37ZZujktpSAwgq2H2ai7jG240nQTetGNWtZ3U= +github.com/pilot-protocol/common v0.5.13/go.mod h1:Ybc6f1A37s3ShoEh1nBMVL9DPyYlxvkqPTvtbxaNWg4= github.com/pilot-protocol/handshake v0.2.8 h1:UwgExk4Shy01s1S0O5uh96zp2mZ25WamuSGQ+CJECQg= github.com/pilot-protocol/handshake v0.2.8/go.mod h1:zJBCcuDnYhVFGTDAm4LtWpei6PBmuaVkTZEh1SfY1Wo= github.com/pilot-protocol/pilotprotocol v1.13.4 h1:gX6KN/eDAmnUMSTtRSWGzeBkmYtgsFtD73WM394raNc=