From d6eaaa217e6ecacce9893c51c9f0cdb263340636 Mon Sep 17 00:00:00 2001 From: Jordan Krage Date: Fri, 13 Sep 2024 08:24:24 -0500 Subject: [PATCH] go.mod: remove unecessary replaces & exclude (#333) --- go.mod | 8 +------- go.sum | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/go.mod b/go.mod index 1b70da7f..a48f7aa2 100644 --- a/go.mod +++ b/go.mod @@ -2,11 +2,6 @@ module github.com/smartcontractkit/chainlink-automation go 1.21 -replace ( - github.com/btcsuite/btcd => github.com/btcsuite/btcd v0.23.3 - golang/github.com/gogo/protobuf => golang/github.com/gogo/protobuf v1.3.3 -) - require ( github.com/Maldris/mathparse v0.0.0-20170508133428-f0d009a7a773 github.com/ethereum/go-ethereum v1.13.8 @@ -30,6 +25,7 @@ require ( github.com/beorn7/perks v1.0.1 // indirect github.com/bits-and-blooms/bitset v1.10.0 // indirect github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect + github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/consensys/bavard v0.1.13 // indirect github.com/consensys/gnark-crypto v0.12.1 // indirect @@ -69,5 +65,3 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect rsc.io/tmplfunc v0.0.3 // indirect ) - -exclude golang/github.com/influxdata/influxdb v1.8.3 diff --git a/go.sum b/go.sum index 4a1ae590..821c7a22 100644 --- a/go.sum +++ b/go.sum @@ -10,7 +10,6 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/bits-and-blooms/bitset v1.10.0 h1:ePXTeiPEazB5+opbv5fr8umg2R/1NlzgDsyepwsSr88= github.com/bits-and-blooms/bitset v1.10.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8= -github.com/btcsuite/btcd v0.23.3 h1:4KH/JKy9WiCd+iUS9Mu0Zp7Dnj17TGdKrg9xc/FGj24= github.com/btcsuite/btcd/btcec/v2 v2.3.2 h1:5n0X6hX0Zk+6omWcihdYvdAlGf2DfasC0GMf7DClJ3U= github.com/btcsuite/btcd/btcec/v2 v2.3.2/go.mod h1:zYzJ8etWJQIv1Ogk7OzpWjowwOdXY1W/17j2MW85J04= github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U=