-
Notifications
You must be signed in to change notification settings - Fork 11
/
go.mod
25 lines (22 loc) · 1.03 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/meehow/peer-id-generator
go 1.18
require (
github.com/libp2p/go-libp2p-crypto v0.1.0
github.com/libp2p/go-libp2p-peer v0.2.0
)
require (
github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/gxed/hashland/keccakpg v0.0.1 // indirect
github.com/gxed/hashland/murmur3 v0.0.1 // indirect
github.com/libp2p/go-libp2p-core v0.0.1 // indirect
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
github.com/minio/sha256-simd v0.0.0-20190131020904-2d45a736cd16 // indirect
github.com/mr-tron/base58 v1.1.1 // indirect
github.com/multiformats/go-multiaddr v0.0.2 // indirect
github.com/multiformats/go-multihash v0.0.1 // indirect
github.com/spacemonkeygo/openssl v0.0.0-20181017203307-c2dcc5cca94a // indirect
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
golang.org/x/crypto v0.0.0-20190225124518-7f87c0fbb88b // indirect
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223 // indirect
)