Use core dev branch
Showing
... | ... | @@ -3,18 +3,12 @@ module github.com/katzenpost/authority |
go 1.12 | ||
require ( | ||
git.schwanenlied.me/yawning/aez.git v0.0.0-20180408160647-ec7426b44926 // indirect | ||
git.schwanenlied.me/yawning/bsaes.git v0.0.0-20190320102049-26d1add596b6 // indirect | ||
git.schwanenlied.me/yawning/chacha20 v0.0.0-20170904085104-e3b1f968fc63 | ||
git.schwanenlied.me/yawning/chacha20.git v0.0.0-20170904085104-e3b1f968fc63 // indirect | ||
git.schwanenlied.me/yawning/newhope.git v0.0.0-20170622154529-9598792ba8f2 // indirect | ||
github.com/BurntSushi/toml v0.3.1 | ||
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect | ||
github.com/coreos/bbolt v1.3.3 | ||
github.com/katzenpost/core v0.0.7 | ||
github.com/katzenpost/noise v0.0.0-20190323135632-a6bec72d870a // indirect | ||
github.com/katzenpost/core v0.0.8-0.20190730121401-926fce1cae50 | ||
github.com/ugorji/go/codec v1.1.7 | ||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 | ||
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 | ||
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 | ||
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 | ||
) |
Please register or sign in to comment