Add go-modules to build with
Showing
go.mod
0 → 100644
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/ugorji/go/codec v1.1.7 | ||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 | ||
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 | ||
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 | ||
) |
go.sum
0 → 100644
Please register or sign in to comment