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

13 lines
386 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
require (
git.openprivacy.ca/openprivacy/connectivity v1.1.0
git.openprivacy.ca/openprivacy/log v1.0.0
2019-01-13 22:17:39 +00:00
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
github.com/golang/protobuf v1.2.0
golang.org/x/crypto v0.0.0-20200204104054-c9f3fb736b72
2019-01-28 22:20:14 +00:00
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
2019-01-13 22:17:39 +00:00
)
2019-11-06 19:26:54 +00:00
go 1.13