libricochet-go/go.mod

12 lines
453 B
Modula-2
Raw Normal View History

2019-01-13 22:17:39 +00:00
module git.openprivacy.ca/openprivacy/libricochet-go
require (
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
github.com/cretz/bine v0.0.0-20181205142746-62912bff1c53
github.com/golang/protobuf v1.2.0
2019-01-21 19:34:27 +00:00
github.com/stretchr/testify v1.3.0 // indirect
2019-01-13 22:17:39 +00:00
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
golang.org/x/net v0.0.0-20190110200230-915654e7eabc // indirect
2019-01-21 19:34:27 +00:00
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
2019-01-13 22:17:39 +00:00
)