Skip to content

Commit b9e8926

Browse files
committed
chore: remove root go.mod import from scaffolded domain
1 parent df49ebc commit b9e8926

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.changeset/great-views-roll.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"chainlink-deployments-framework": minor
3+
---
4+
5+
Removes the import of a root `go.mod` from a scaffolded domain

engine/cld/scaffold/templates/go.mod.tmpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ replace (
66
github.com/fbsobreira/gotron-sdk => github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.5-0.20250422175525-b7575d96bd4d
77
// replicating the replace directive on cosmos SDK
88
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
9-
// Use the local version of base repo
10-
github.com/smartcontractkit/{{.repo}} => ../../
11-
)
9+
)

0 commit comments

Comments
 (0)