Upgrade Cwtch + Send Message to Peer Error Propagation. #43

Merged
dan merged 3 commits from ui-fixes into trunk 2021-05-26 22:58:43 +00:00
1 changed files with 1 additions and 5 deletions
Showing only changes of commit 30490f7b9d - Show all commits

6
go.mod
View File

@ -3,12 +3,8 @@ module git.openprivacy.ca/flutter/libcwtch-go
go 1.15
require (
cwtch.im/cwtch v0.8.1
cwtch.im/cwtch v0.8.2
git.openprivacy.ca/openprivacy/connectivity v1.4.3
git.openprivacy.ca/openprivacy/log v1.0.2
golang.org/x/mobile v0.0.0-20210220033013-bdb1ca9a1e08 // indirect
)
replace (
cwtch.im/cwtch => /home/sarah/workspace/src/cwtch.im/cwtch
)