Skip to content

Commit

Permalink
try to solve docker build missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Sep 2, 2024
1 parent 1a5755b commit 905b665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/smartcontractkit/chainlink-testing-framework/lib
go 1.22.5

require (
dario.cat/mergo v1.0.0
dario.cat/mergo v1.0.1
github.com/Masterminds/semver/v3 v3.2.1
github.com/avast/retry-go v3.0.0+incompatible
github.com/aws/aws-sdk-go-v2/config v1.27.28
Expand Down
2 changes: 1 addition & 1 deletion lib/k8s/config/overrides.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
"sync"

"github.com/imdario/mergo"
"dario.cat/mergo"
)

const (
Expand Down

0 comments on commit 905b665

Please sign in to comment.