Use chacha20 fork
Showing
... | ... | @@ -3,12 +3,13 @@ module github.com/katzenpost/authority |
go 1.12 | ||
require ( | ||
git.schwanenlied.me/yawning/chacha20 v0.0.0-20170904085104-e3b1f968fc63 | ||
github.com/BurntSushi/toml v0.3.1 | ||
github.com/coreos/bbolt v1.3.3 | ||
github.com/katzenpost/chacha20 v0.0.0-20190907175840-5d3e00398cad | ||
github.com/katzenpost/core v0.0.8-0.20190730121401-926fce1cae50 | ||
github.com/stretchr/testify v1.3.0 | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/ugorji/go/codec v1.1.7 | ||
go.etcd.io/bbolt v1.3.3 // indirect | ||
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