File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
framework/examples/myproject/fakes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ module github.com/smartcontractkit/chainlink-testing-framework/framework/example
22
33go 1.24.4
44
5- replace github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake => ../../../components/fake
6-
75require (
86 github.com/gin-gonic/gin v1.10.1
97 github.com/rs/zerolog v1.33.0
10- github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.0.0-00010101000000-000000000000
8+ github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.10.0
119)
1210
1311require (
Original file line number Diff line number Diff line change @@ -184,6 +184,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
184184github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
185185github.com/smartcontractkit/chainlink-testing-framework/framework v0.9.9 h1:2uAiuZKoMhOJvExhefo8xKTIVNguWUAaHGiM4dxpZrw =
186186github.com/smartcontractkit/chainlink-testing-framework/framework v0.9.9 /go.mod h1:q99H9vcMJDs6T+zsSI8XJZd6PUkZnyG3iaRbrYNUCTk =
187+ github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.10.0 h1:PWAMYu0WaAMBfbpxCpFJGRIDHmcgmYin6a+UQC0OdtY =
188+ github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.10.0 /go.mod h1:YEQbZRHFojvlQKeuckG/70t0WkAqOBmArSbkacgHSbc =
187189github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
188190github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
189191github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
You can’t perform that action at this time.
0 commit comments