Skip to content

Commit

Permalink
update p2p to v0.0.5 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
AstaFrode authored Apr 11, 2023
1 parent 2b15a4c commit 7293551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/CESSProject/cess-oss v0.1.2
github.com/CESSProject/p2p-go v0.0.4
github.com/CESSProject/p2p-go v0.0.5
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
github.com/cbergoon/merkletree v0.2.0
github.com/centrifuge/go-substrate-rpc-client v2.0.0+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/CESSProject/cess-oss v0.1.2 h1:ChrPFzEVVtk5B/1AihAbaVl0kIrdWADX9W6NMQc27YM=
github.com/CESSProject/cess-oss v0.1.2/go.mod h1:VAQHNgfoNxGev+h1Zf7I3mLjh9I0vHKNAoCrB9v6LVQ=
github.com/CESSProject/p2p-go v0.0.4 h1:KM1+L8EeI+UZiFTn6XvyhwhZ2rumSd05B79uYburTvM=
github.com/CESSProject/p2p-go v0.0.4/go.mod h1:GnUmdPBYVcyRrjijKDDMPj8OJ3QaZemob+kKaiP9ALQ=
github.com/CESSProject/p2p-go v0.0.5 h1:zbvFQdAwLYQ4pPyATc3kZBvw+1b/wiVoo1YpD1TYetc=
github.com/CESSProject/p2p-go v0.0.5/go.mod h1:GnUmdPBYVcyRrjijKDDMPj8OJ3QaZemob+kKaiP9ALQ=
github.com/ChainSafe/go-schnorrkel v1.0.0 h1:3aDA67lAykLaG1y3AOjs88dMxC88PgUuHRrLeDnvGIM=
github.com/ChainSafe/go-schnorrkel v1.0.0/go.mod h1:dpzHYVxLZcp8pjlV+O+UR8K0Hp/z7vcchBSbMBEhCw4=
github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
Expand Down

0 comments on commit 7293551

Please sign in to comment.