Skip to content

Commit

Permalink
update tool dep on lib
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Sep 2, 2024
1 parent d17cc8f commit cf16761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/citool/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/tools/citool
go 1.22.5

require (
github.com/smartcontractkit/chainlink-testing-framework/lib v1.99.1
github.com/smartcontractkit/chainlink-testing-framework/lib v1.99.31.99.1
github.com/spf13/cobra v1.8.1
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
Expand Down
2 changes: 1 addition & 1 deletion tools/envresolve/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/tools/envresolve
go 1.22.5

require (
github.com/smartcontractkit/chainlink-testing-framework/lib v1.99.1
github.com/smartcontractkit/chainlink-testing-framework/lib v1.99.31.99.1
github.com/spf13/cobra v1.8.1
)

Expand Down
2 changes: 1 addition & 1 deletion tools/gotestloghelper/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/tools/gotestloghe
go 1.22.5

require (
github.com/smartcontractkit/chainlink-testing-framework/lib v1.99.1
github.com/smartcontractkit/chainlink-testing-framework/lib v1.99.31.99.1
github.com/stretchr/testify v1.9.0
)

Expand Down

0 comments on commit cf16761

Please sign in to comment.