diff --git a/go.mod b/go.mod index e9564af..ec8fc5e 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/pilot-protocol/webhook go 1.25.12 -require github.com/pilot-protocol/handshake v0.2.5 +require github.com/pilot-protocol/handshake v0.2.7 require github.com/pilot-protocol/common v0.5.10 diff --git a/go.sum b/go.sum index 41f9420..7ce930f 100644 --- a/go.sum +++ b/go.sum @@ -4,6 +4,8 @@ github.com/pilot-protocol/common v0.5.10 h1:LQdwrVuNqDKhlK4GXSVJXXpwnRAkquPhYqCP github.com/pilot-protocol/common v0.5.10/go.mod h1:Ybc6f1A37s3ShoEh1nBMVL9DPyYlxvkqPTvtbxaNWg4= github.com/pilot-protocol/handshake v0.2.5 h1:0gt+UltSPIoRegLPF6/m29O10tyfXMINWaHsUcwybJ0= github.com/pilot-protocol/handshake v0.2.5/go.mod h1:xHmeC8LeBQuJk1F9ucfJXRZ5IMJKSEhVhCL9Uw2gu7o= +github.com/pilot-protocol/handshake v0.2.7 h1:ItFXRqCYVLy4g+bwEXTJIXIkwOXb2sra7t6JZiKUz9A= +github.com/pilot-protocol/handshake v0.2.7/go.mod h1:Vkz+02DEAyPL++maW7oHHu/DKriPhL3/+BGY+dlHKrQ= github.com/pilot-protocol/pilotprotocol v1.13.2 h1:ZZh+KQtAciX0hIxC111djs4fWCYwzbxIU0WnWoq2uKA= github.com/pilot-protocol/pilotprotocol v1.13.2/go.mod h1:eMkx7zGmtktfF4tlksYmLtIbP4DMKNdJITG2SGvVdbQ= github.com/pilot-protocol/rendezvous v0.2.8 h1:GRJyNplqNrfhPuCUgOAaY5Dg5En4G2aO+W2oCNKuIlo=