This repository has been archived on 2020-04-20. You can view files and clone it, but cannot push or open issues or pull requests.
libricochet-go/go.mod

12 lines
285 B
Modula-2
Raw Normal View History

2019-01-28 22:20:14 +00:00
module git.openprivacy.ca/openprivacy/libricochet-go
2019-01-13 22:17:39 +00:00
go 1.14
2019-01-13 22:17:39 +00:00
require (
cwtch.im/tapir v0.1.18
git.openprivacy.ca/openprivacy/connectivity v1.1.1
git.openprivacy.ca/openprivacy/log v1.0.0
2020-04-20 18:34:44 +00:00
github.com/golang/protobuf v1.3.5
golang.org/x/crypto v0.0.0-20200420104511-884d27f42877
2019-01-13 22:17:39 +00:00
)