Skip to content

Commit

Permalink
Run make gomodslocalupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Dec 6, 2024
1 parent b53cec3 commit b80bcfa
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-20241129175708-44cab8dc1544
github.com/smartcontractkit/chainlink/v2 v2.0.0-20241129175708-44cab8dc1544
github.com/smartcontractkit/chainlink/deployment v0.0.0-20241206210521-125d98cdaf66
github.com/smartcontractkit/chainlink/v2 v2.0.0-20241206210521-125d98cdaf66
)

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-20241129175708-44cab8dc1544
require github.com/smartcontractkit/chainlink/v2 v2.0.0-20241206210521-125d98cdaf66

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-20241129175708-44cab8dc1544
github.com/smartcontractkit/chainlink/v2 v2.0.0-20241129175708-44cab8dc1544
github.com/smartcontractkit/chainlink/deployment v0.0.0-20241206210521-125d98cdaf66
github.com/smartcontractkit/chainlink/v2 v2.0.0-20241206210521-125d98cdaf66
)

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-20241129175708-44cab8dc1544
github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20241129175708-44cab8dc1544
github.com/smartcontractkit/chainlink/v2 v2.0.0-20241129175708-44cab8dc1544
github.com/smartcontractkit/chainlink/deployment v0.0.0-20241206210521-125d98cdaf66
github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20241206210521-125d98cdaf66
github.com/smartcontractkit/chainlink/v2 v2.0.0-20241206210521-125d98cdaf66
)

require (
Expand Down

0 comments on commit b80bcfa

Please sign in to comment.