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

11 lines
396 B
Modula-2
Raw Normal View History

2019-01-28 22:01:57 +00:00
module git.openprivacy.ca/openprivacy/libricochet-go/v1
2019-01-13 22:17:39 +00:00
require (
2019-01-28 22:01:57 +00:00
git.openprivacy.ca/openprivacy/libricochet-go v0.0.0-20190128195629-1131bc930e9d
2019-01-13 22:17:39 +00:00
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
2019-01-28 22:01:57 +00:00
github.com/cretz/bine v0.1.0
2019-01-13 22:17:39 +00:00
github.com/golang/protobuf v1.2.0
2019-01-28 22:01:57 +00:00
golang.org/x/crypto v0.0.0-20190128193316-c7b33c32a30b
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect
2019-01-13 22:17:39 +00:00
)