Skip to content

Commit 7c3028a

Browse files
committed
fix: removed unnecessary zeta maintained fork imports
1 parent 9a0aaef commit 7c3028a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

go.mod

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,13 +234,7 @@ require (
234234

235235
replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
236236

237-
// ZetaChain maintained forks.
238237
replace (
239-
// https://github.com/zeta-chain/tss-lib/tree/threshold-dep-updates
240-
// which is a fork of https://github.com/threshold-network/tss-lib
241-
github.com/bnb-chain/tss-lib => github.com/zeta-chain/tss-lib v0.0.0-20240916163010-2e6b438bd901
242238
github.com/ethereum/go-ethereum => github.com/zeta-chain/go-ethereum v1.13.16-0.20241022183758-422c6ef93ccc
243239
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
244-
github.com/libp2p/go-libp2p => github.com/zeta-chain/go-libp2p v0.0.0-20240710192637-567fbaacc2b4
245-
gitlab.com/thorchain/tss/go-tss => github.com/zeta-chain/go-tss v0.0.0-20241216161449-be92b20f8102
246240
)

0 commit comments

Comments
 (0)