Skip to content

Commit f68ec7d

Browse files
committed
bump gotestloghelper dependencies
1 parent be06798 commit f68ec7d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

tools/gotestloghelper/go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
module github.com/smartcontractkit/chainlink-testing-framework/tools/gotestloghelper
22

3-
go 1.22.5
3+
go 1.23
4+
5+
toolchain go1.23.3
46

57
require (
6-
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.10
8+
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.16
79
github.com/stretchr/testify v1.9.0
810
)
911

tools/gotestloghelper/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
44
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
55
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
66
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
7-
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.10 h1:FQss3hzNBkwzIJ8TQNHeYnXZkVepzNERv5HZhm9VbjU=
8-
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.10/go.mod h1:7R5wGWWJi0dr5Y5cXbLQ4vSeIj0ElvhBaymcfvqqUmo=
7+
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.16 h1:8vEUThgMBkInlrL/g8xeaV/G3ApiJLQJ03rK7+yuLxM=
8+
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.16/go.mod h1:06+ki+deFNGirahUQHzDI10kep96DGnzp9Y5uIQnRqc=
99
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
1010
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
1111
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

0 commit comments

Comments
 (0)