From b2125ed69a78a83cc7b3ea4b7a3c0fe60780a90b Mon Sep 17 00:00:00 2001 From: Itay Sharoni <110981018+Itay-Sharoni@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:12:39 +0300 Subject: [PATCH] Update go.mod --- src/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/go.mod b/src/go.mod index 0a2086c..a9ee849 100644 --- a/src/go.mod +++ b/src/go.mod @@ -18,7 +18,7 @@ require ( github.com/stretchr/testify v1.8.4 github.com/valyala/fasthttp v1.47.0 go.mau.fi/libsignal v0.1.0 - go.mau.fi/whatsmeow v0.0.0-20230608204524-7aedaa1de108 + go.mau.fi/whatsmeow v0.0.0-20230628230045-73f143bc9874 google.golang.org/protobuf v1.30.0 )