Update and tidy go-modules
Showing
... | ... | @@ -6,11 +6,11 @@ require ( |
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/katzenpost/core v0.0.8-0.20190907182339-71fec89c259d | ||
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/crypto v0.0.0-20190907121410-71b5226ff739 | ||
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