diff --git a/go.mod b/go.mod index 848b892..35d6bf8 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/alioth-center/akasha-whisper go 1.22.4 require ( - github.com/alioth-center/infrastructure v1.2.20-0.20241012063141-64711b036676 + github.com/alioth-center/infrastructure v1.2.20-0.20241111063616-8dbdc7df08ae github.com/bits-and-blooms/bloom/v3 v3.7.0 github.com/gin-contrib/sse v0.1.0 github.com/gin-gonic/gin v1.10.0 diff --git a/go.sum b/go.sum index 3c56d6d..c3b9bb1 100644 --- a/go.sum +++ b/go.sum @@ -2,6 +2,8 @@ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA= filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= github.com/alioth-center/infrastructure v1.2.20-0.20241012063141-64711b036676 h1:mOx56QD63D56yJdwQvl9MfePw8qF2JQORGfe4Rcj8Q0= github.com/alioth-center/infrastructure v1.2.20-0.20241012063141-64711b036676/go.mod h1:QMr9jurGWQ30p0wG2IcatILimuSypnF0YtmyzD2PFmE= +github.com/alioth-center/infrastructure v1.2.20-0.20241111063616-8dbdc7df08ae h1:8deM0zDUqp0UKdf6CcPc4IGuS6TBDwiVEIu8c7FANnw= +github.com/alioth-center/infrastructure v1.2.20-0.20241111063616-8dbdc7df08ae/go.mod h1:QMr9jurGWQ30p0wG2IcatILimuSypnF0YtmyzD2PFmE= github.com/bits-and-blooms/bitset v1.10.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8= github.com/bits-and-blooms/bitset v1.14.2 h1:YXVoyPndbdvcEVcseEovVfp0qjJp7S+i5+xgp/Nfbdc= github.com/bits-and-blooms/bitset v1.14.2/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=