tapir/go.mod

18 lines
529 B
Modula-2
Raw Normal View History

2019-07-16 19:14:42 +00:00
module cwtch.im/tapir
2019-05-15 19:45:45 +00:00
require (
2020-06-29 21:32:38 +00:00
git.openprivacy.ca/openprivacy/connectivity v1.2.0
git.openprivacy.ca/openprivacy/log v1.0.1
github.com/davecgh/go-spew v1.1.1 // indirect
2019-11-29 21:34:44 +00:00
github.com/gtank/merlin v0.1.1
2019-12-17 22:28:34 +00:00
github.com/gtank/ristretto255 v0.1.2
github.com/kr/pretty v0.2.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
2020-03-21 19:42:46 +00:00
go.etcd.io/bbolt v1.3.4
golang.org/x/crypto v0.0.0-20200206161412-a0c6ece9d31a
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
2019-05-15 19:45:45 +00:00
)
2019-09-15 21:20:05 +00:00
go 1.13