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

11 lines
252 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 (
cwtch.im/cwtch v0.9.2
git.openprivacy.ca/openprivacy/connectivity v1.4.5
2021-06-24 22:30:46 +00:00
git.openprivacy.ca/openprivacy/log v1.0.2
2021-07-06 19:49:47 +00:00
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)