Skip to content

Commit 2d12e5e

Browse files
committed
fix ambiguous fake dep
1 parent d51806e commit 2d12e5e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

framework/examples/myproject/fakes/go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ module github.com/smartcontractkit/chainlink-testing-framework/framework/example
22

33
go 1.24.4
44

5-
replace github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake => ../../../components/fake
6-
75
require (
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

1311
require (
@@ -83,7 +81,7 @@ require (
8381
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
8482
github.com/shirou/gopsutil/v4 v4.25.1 // indirect
8583
github.com/sirupsen/logrus v1.9.3 // indirect
86-
github.com/smartcontractkit/chainlink-testing-framework/framework v0.9.9 // indirect
84+
github.com/smartcontractkit/chainlink-testing-framework/framework v0.10.0 // indirect
8785
github.com/stretchr/testify v1.10.0 // indirect
8886
github.com/testcontainers/testcontainers-go v0.37.0 // indirect
8987
github.com/tklauser/go-sysconf v0.3.12 // indirect

framework/examples/myproject/fakes/go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,10 @@ github.com/shirou/gopsutil/v4 v4.25.1 h1:QSWkTc+fu9LTAWfkZwZ6j8MSUk4A2LV7rbH0Zqm
182182
github.com/shirou/gopsutil/v4 v4.25.1/go.mod h1:RoUCUpndaJFtT+2zsZzzmhvbfGoDCJ7nFXKJf8GqJbI=
183183
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
184184
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
185-
github.com/smartcontractkit/chainlink-testing-framework/framework v0.9.9 h1:2uAiuZKoMhOJvExhefo8xKTIVNguWUAaHGiM4dxpZrw=
186-
github.com/smartcontractkit/chainlink-testing-framework/framework v0.9.9/go.mod h1:q99H9vcMJDs6T+zsSI8XJZd6PUkZnyG3iaRbrYNUCTk=
185+
github.com/smartcontractkit/chainlink-testing-framework/framework v0.10.0 h1:fM0jwOK1dzBzGbu7vO+yJBKKiJ3iA8mUrkAbtCEvBiE=
186+
github.com/smartcontractkit/chainlink-testing-framework/framework v0.10.0/go.mod h1:WUyLCltZaptCll89fL9vcouz5PkpfqlxlpU+mu481lA=
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=
187189
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
188190
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
189191
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

0 commit comments

Comments
 (0)