Skip to content

Commit

Permalink
Update gomods to point to this branches pseudo version
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Dec 12, 2024
1 parent 4aea6f7 commit de1a8f5
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-20241206210521-125d98cdaf66
github.com/smartcontractkit/chainlink/v2 v2.14.0-mercury-20240807.0.20241106193309-5560cd76211a
github.com/smartcontractkit/chainlink/deployment v0.0.0-20241212003547-4aea6f720fb5
github.com/smartcontractkit/chainlink/v2 v2.0.0-20241212003547-4aea6f720fb5
)

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-20241206210521-125d98cdaf66
require github.com/smartcontractkit/chainlink/v2 v2.0.0-20241212003547-4aea6f720fb5

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-20241206210521-125d98cdaf66
github.com/smartcontractkit/chainlink/v2 v2.0.0-20241206210521-125d98cdaf66
github.com/smartcontractkit/chainlink/deployment v0.0.0-20241212003547-4aea6f720fb5
github.com/smartcontractkit/chainlink/v2 v2.0.0-20241212003547-4aea6f720fb5
)

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

require (
Expand Down

0 comments on commit de1a8f5

Please sign in to comment.