Skip to content

Commit

Permalink
Merge pull request #5272 from oasisprotocol/peternose/internal/remove…
Browse files Browse the repository at this point in the history
…-timecache-replace-directive

go: Remove timecache replace directive in go.mod file
  • Loading branch information
peternose authored May 25, 2023
2 parents 9287700 + cf22035 commit 59f3ab2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .changelog/5272.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
go: Remove timecache replace directive in go.mod file

The replace directive for github.com/whyrusleeping/timecache has been removed
since the go-libp2p-pubsub library version 0.9.3 no longer utilizes it.
3 changes: 0 additions & 3 deletions go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ replace (

github.com/tendermint/tendermint => github.com/oasisprotocol/cometbft v0.34.27-oasis1

// Required because of https://github.com/libp2p/go-libp2p-pubsub/issues/467.
github.com/whyrusleeping/timecache => github.com/oasisprotocol/timecache v0.0.0-20220102191729-558b1c931038

golang.org/x/crypto/curve25519 => github.com/oasisprotocol/curve25519-voi/primitives/x25519 v0.0.0-20210505121811-294cf0fbfb43
golang.org/x/crypto/ed25519 => github.com/oasisprotocol/curve25519-voi/primitives/ed25519 v0.0.0-20210505121811-294cf0fbfb43
)
Expand Down

0 comments on commit 59f3ab2

Please sign in to comment.