Skip to content

Commit

Permalink
Use sqltest.NewNoOpDataSource()
Browse files Browse the repository at this point in the history
  • Loading branch information
reductionista committed Nov 19, 2024
1 parent 06b9229 commit 38037ba
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2,235 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/jpillora/backoff v1.0.0
github.com/pelletier/go-toml/v2 v2.2.0
github.com/prometheus/client_golang v1.17.0
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241114183333-537123e39d50
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241119195634-1421b990f9c5
github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12
github.com/stretchr/testify v1.9.0
go.uber.org/zap v1.27.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeV
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241114183333-537123e39d50 h1:x0cwCiZQaH7UG0gAiIq+nMcqgfvPiGtDk/Ulf0Cyur8=
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241114183333-537123e39d50/go.mod h1:ny87uTW6hLjCTLiBqBRNFEhETSXhHWevYlPclT5lSco=
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241119195634-1421b990f9c5 h1:Jk9Q1Cn9fYWgOU3E9LjZMlqVnJcLc+/XgfIW4E8Ocis=
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241119195634-1421b990f9c5/go.mod h1:ny87uTW6hLjCTLiBqBRNFEhETSXhHWevYlPclT5lSco=
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 h1:12ijqMM9tvYVEm+nR826WsrNi6zCKpwBhuApq127wHs=
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7/go.mod h1:FX7/bVdoep147QQhsOPkYsPEXhGZjeYx6lBSaSXtZOA=
github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12 h1:NzZGjaqez21I3DU7objl3xExTH4fxYvzTqar8DC6360=
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ require (
github.com/lib/pq v1.10.9
github.com/pelletier/go-toml/v2 v2.2.3
github.com/rs/zerolog v1.33.0
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241114183333-537123e39d50
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241118204331-4a69435c5a1f
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241119195634-1421b990f9c5
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241119201017-d87f1c78811e
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.13
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.5
github.com/smartcontractkit/chainlink/deployment v0.0.0-20241118204830-7a5ad69f4f85
github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20241118204830-7a5ad69f4f85
github.com/smartcontractkit/chainlink/v2 v2.14.0-mercury-20240807.0.20241118204830-7a5ad69f4f85
github.com/smartcontractkit/chainlink/deployment v0.0.0-20241119201305-2a860b77df0a
github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20241119201305-2a860b77df0a
github.com/smartcontractkit/chainlink/v2 v2.14.0-mercury-20240807.0.20241119201305-2a860b77df0a
github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12
github.com/stretchr/testify v1.9.0
github.com/testcontainers/testcontainers-go v0.34.0
Expand Down
Loading

0 comments on commit 38037ba

Please sign in to comment.