Skip to content

Commit

Permalink
revert changes on mod
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhen1997 committed Nov 13, 2024
1 parent 9e6dfa9 commit 2249d5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deployment/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ go 1.22.8
replace github.com/smartcontractkit/chainlink/v2 => ../

require (
github.com/AlekSi/pointer v1.1.0
github.com/Khan/genqlient v0.7.0
github.com/Masterminds/semver/v3 v3.3.0
github.com/avast/retry-go/v4 v4.6.0
Expand Down Expand Up @@ -406,7 +405,7 @@ require (
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241018134907-a00ba3729b5e // indirect
github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect
github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 // indirect
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241104202120-39cabce465f6 // indirect
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241112213949-65ae13752669 // indirect
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 // indirect
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 // indirect
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.5 // indirect
Expand Down Expand Up @@ -491,7 +490,6 @@ require (
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/text v0.19.0 // indirect
Expand Down

0 comments on commit 2249d5f

Please sign in to comment.