diff --git a/.changelog/5272.internal.md b/.changelog/5272.internal.md new file mode 100644 index 00000000000..a32dd44c7c4 --- /dev/null +++ b/.changelog/5272.internal.md @@ -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. diff --git a/go/go.mod b/go/go.mod index a3c1c513fe4..2d0ec7bc4b9 100644 --- a/go/go.mod +++ b/go/go.mod @@ -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 )