add support for dms3 protocol codec
Showing
... | ... | @@ -4,11 +4,11 @@ go 1.15 |
require ( | ||
github.com/gogo/protobuf v1.3.1 | ||
github.com/minio/sha256-simd v0.1.1 | ||
github.com/multiformats/go-multihash v0.0.14 | ||
github.com/minio/sha256-simd v1.0.0 | ||
github.com/multiformats/go-multihash v0.0.15 | ||
gitlab.dms3.io/dms3/go-log v0.0.2 | ||
gitlab.dms3.io/p2p/go-buffer-pool v0.0.1 | ||
gitlab.dms3.io/p2p/go-msgio v0.0.1 | ||
gitlab.dms3.io/p2p/go-p2p-core v0.0.2 | ||
gitlab.dms3.io/p2p/go-p2p-testing v0.0.2 | ||
gitlab.dms3.io/p2p/go-p2p-core v0.0.3 | ||
gitlab.dms3.io/p2p/go-p2p-testing v0.0.4 | ||
) |
Please register or sign in to comment