This repository has been archived on 2023-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
libcwtch-go/go.mod

19 lines
549 B
Modula-2
Raw Normal View History

module git.openprivacy.ca/cwtch.im/libcwtch-go
2021-06-24 22:30:46 +00:00
go 1.15
require (
2021-08-30 18:22:51 +00:00
cwtch.im/cwtch v0.10.0
2021-09-30 00:29:52 +00:00
git.openprivacy.ca/openprivacy/connectivity v1.5.0
2021-09-23 20:50:14 +00:00
git.openprivacy.ca/openprivacy/log v1.0.3
golang.org/x/mobile v0.0.0-20210716004757-34ab1303b554 // indirect
golang.org/x/mod v0.5.0 // indirect
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
golang.org/x/tools v0.1.5 // indirect
2021-07-06 19:49:47 +00:00
)
2021-09-23 20:50:14 +00:00
2021-09-30 00:29:52 +00:00
replace (
cwtch.im/cwtch => /home/sarah/workspace/src/cwtch.im/cwtch
git.openprivacy.ca/cwtch.im/tapir => /home/sarah/workspace/src/cwtch.im/tapir
)