Skip to content

Commit

Permalink
fix recieving messages
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron@nanu-c.org authored and Flaburgan committed Feb 10, 2021
1 parent 58331d5 commit 870b1cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/mattn/go-sqlite3 v1.14.0 // indirect
github.com/mutecomm/go-sqlcipher v0.0.0-20190227152316-55dbde17881f
github.com/pkg/errors v0.9.1
github.com/signal-golang/textsecure v1.2.12
github.com/signal-golang/textsecure v1.2.13
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1 // indirect
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ github.com/signal-golang/textsecure v1.2.11-0.20210205153247-1e3cd038db57 h1:1Nc
github.com/signal-golang/textsecure v1.2.11-0.20210205153247-1e3cd038db57/go.mod h1:cd48dGnBVDos8iaB+DO0V4pVTYnNwYqAbcmJAcTLTgc=
github.com/signal-golang/textsecure v1.2.11 h1:Kc+hRyUJY9D5s+U++EdfrEas5C6wCVT7RZuOeS7FcEE=
github.com/signal-golang/textsecure v1.2.11/go.mod h1:cd48dGnBVDos8iaB+DO0V4pVTYnNwYqAbcmJAcTLTgc=
github.com/signal-golang/textsecure v1.2.13 h1:RFUCV83yO9TWM3md9xNxIyl3g3qXMWRl3cWeHmuzEQI=
github.com/signal-golang/textsecure v1.2.13/go.mod h1:cd48dGnBVDos8iaB+DO0V4pVTYnNwYqAbcmJAcTLTgc=
github.com/sirupsen/logrus v1.6.0 h1:UBcNElsrwanuuMsnGSlYmtmgbb23qDR5dG+6X6Oo89I=
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
github.com/sirupsen/logrus v1.7.0 h1:ShrD1U9pZB12TX0cVy0DtePoCH97K8EtX+mg7ZARUtM=
Expand Down

0 comments on commit 870b1cb

Please sign in to comment.