Skip to content

Commit

Permalink
bumps chainlink/v2 + gomods tidy (#16113)
Browse files Browse the repository at this point in the history
* bumps chainlink/v2 + gomods tidy

* bumps chainlink/v2 + gomods tidy
  • Loading branch information
vyzaldysanchez authored Jan 29, 2025
1 parent 9279bad commit ad8845b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions core/scripts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ replace github.com/smartcontractkit/chainlink/deployment => ../../deployment
// Using a separate `require` here to avoid surrounding line changes
// creating potential merge conflicts.
require (
github.com/smartcontractkit/chainlink/deployment v0.0.0-20250120230622-566643da09fd
github.com/smartcontractkit/chainlink/v2 v2.0.0-20250121175436-6a8b51d8b5f5
github.com/smartcontractkit/chainlink/deployment v0.0.0-20250128231431-9279badae2f0
github.com/smartcontractkit/chainlink/v2 v2.0.0-20250128231431-9279badae2f0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion deployment/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace github.com/smartcontractkit/chainlink/v2 => ../

// Using a separate inline `require` here to avoid surrounding line changes
// creating potential merge conflicts.
require github.com/smartcontractkit/chainlink/v2 v2.0.0-20250113180450-c33ab50ac8c0
require github.com/smartcontractkit/chainlink/v2 v2.0.0-20250128231431-9279badae2f0

require (
github.com/Khan/genqlient v0.7.0
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ replace github.com/smartcontractkit/chainlink/deployment => ../deployment
// Using a separate `require` here to avoid surrounding line changes
// creating potential merge conflicts.
require (
github.com/smartcontractkit/chainlink/deployment v0.0.0-20250120230622-566643da09fd
github.com/smartcontractkit/chainlink/v2 v2.0.0-20250113180450-c33ab50ac8c0
github.com/smartcontractkit/chainlink/deployment v0.0.0-20250128231431-9279badae2f0
github.com/smartcontractkit/chainlink/v2 v2.0.0-20250128231431-9279badae2f0
)

require (
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/load/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ replace github.com/smartcontractkit/chainlink/integration-tests => ../
// Using a separate `require` here to avoid surrounding line changes
// creating potential merge conflicts.
require (
github.com/smartcontractkit/chainlink/deployment v0.0.0-20250120230622-566643da09fd
github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20241212011003-de1a8f5e5b42
github.com/smartcontractkit/chainlink/v2 v2.0.0-20250113180450-c33ab50ac8c0
github.com/smartcontractkit/chainlink/deployment v0.0.0-20250128231431-9279badae2f0
github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20250128231431-9279badae2f0
github.com/smartcontractkit/chainlink/v2 v2.0.0-20250128231431-9279badae2f0
)

require (
Expand Down

0 comments on commit ad8845b

Please sign in to comment.