Skip to content

Commit

Permalink
update to latest ctf
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Jan 4, 2024
1 parent db86b4f commit 6894d70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/slack-go/slack v0.12.2
github.com/smartcontractkit/chainlink-automation v1.0.1
github.com/smartcontractkit/chainlink-common v0.1.7-0.20231222010926-795676d23c7a
github.com/smartcontractkit/chainlink-testing-framework v1.22.3-0.20240104214158-6ec20d6e8421
github.com/smartcontractkit/chainlink-testing-framework v1.22.3-0.20240104214453-e398d01e60e7
github.com/smartcontractkit/chainlink-vrf v0.0.0-20231120191722-fef03814f868
github.com/smartcontractkit/chainlink/v2 v2.0.0-00010101000000-000000000000
github.com/smartcontractkit/libocr v0.0.0-20231130143053-c5102a9c0fb7
Expand Down Expand Up @@ -427,7 +427,7 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go4.org/netipx v0.0.0-20230125063823-8449b0a6169f // indirect
golang.org/x/arch v0.6.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
Expand Down
3 changes: 3 additions & 0 deletions integration-tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1497,6 +1497,8 @@ github.com/smartcontractkit/chainlink-testing-framework v1.22.3-0.20240104175217
github.com/smartcontractkit/chainlink-testing-framework v1.22.3-0.20240104175217-a1c9f0af1915/go.mod h1:0RNsgKMA9MhHJffq5O5daGGyOTYJ1mGb3rLmkt7m+Vs=
github.com/smartcontractkit/chainlink-testing-framework v1.22.3-0.20240104214158-6ec20d6e8421 h1:zYqKx4W8rcgLstXL/eZ9V91KUMl/MT87K0UOfDhmIZc=
github.com/smartcontractkit/chainlink-testing-framework v1.22.3-0.20240104214158-6ec20d6e8421/go.mod h1:Pi5zjjNnXtdTZBg3kAIDtGgMf1/tIGbgwH6sF7BuEpM=
github.com/smartcontractkit/chainlink-testing-framework v1.22.3-0.20240104214453-e398d01e60e7 h1:9124jS0vxPTTUqNUkImis46pbSTe3iS4NfL94lvK4go=
github.com/smartcontractkit/chainlink-testing-framework v1.22.3-0.20240104214453-e398d01e60e7/go.mod h1:AHZ4xvgp9TM8pHGYj25CeaU4oY+gVJ2iJegP2oQDgoA=
github.com/smartcontractkit/chainlink-vrf v0.0.0-20231120191722-fef03814f868 h1:FFdvEzlYwcuVHkdZ8YnZR/XomeMGbz5E2F2HZI3I3w8=
github.com/smartcontractkit/chainlink-vrf v0.0.0-20231120191722-fef03814f868/go.mod h1:Kn1Hape05UzFZ7bOUnm3GVsHzP0TNrVmpfXYNHdqGGs=
github.com/smartcontractkit/go-plugin v0.0.0-20231003134350-e49dad63b306 h1:ko88+ZznniNJZbZPWAvHQU8SwKAdHngdDZ+pvVgB5ss=
Expand Down Expand Up @@ -1803,6 +1805,7 @@ golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58
golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc=
golang.org/x/crypto v0.16.0 h1:mMMrFzRSCF0GvB7Ne27XVtVAaXLrPmgPC7/v0tkwHaY=
golang.org/x/crypto v0.16.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
Expand Down

0 comments on commit 6894d70

Please sign in to comment.