add gomod support // tag v0.0.1.
Showing
go.mod
0 → 100644
module github.com/libp2p/go-libp2p-secio | ||
require ( | ||
github.com/gogo/protobuf v1.2.1 | ||
github.com/ipfs/go-log v0.0.1 | ||
github.com/libp2p/go-buffer-pool v0.0.1 | ||
github.com/libp2p/go-conn-security v0.0.1 | ||
github.com/libp2p/go-libp2p-crypto v0.0.1 | ||
github.com/libp2p/go-libp2p-peer v0.0.1 | ||
github.com/libp2p/go-msgio v0.0.1 | ||
github.com/minio/sha256-simd v0.0.0-20190131020904-2d45a736cd16 | ||
github.com/multiformats/go-multihash v0.0.1 | ||
golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25 | ||
) |
go.sum
0 → 100644
Please register or sign in to comment