Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions system-tests/tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ require (
github.com/Masterminds/semver/v3 v3.5.0
github.com/avast/retry-go/v4 v4.7.0
github.com/confluentinc/confluent-kafka-go v1.9.2
github.com/ethereum/go-ethereum v1.17.3
github.com/ethereum/go-ethereum v1.17.4
github.com/fbsobreira/gotron-sdk v0.0.0-20250403083053-2943ce8c759b
github.com/gagliardetto/solana-go v1.14.0
github.com/gin-gonic/gin v1.12.0
Expand Down Expand Up @@ -117,6 +117,7 @@ require (
github.com/docker/compose/v5 v5.1.2 // indirect
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab // indirect
github.com/failsafe-go/failsafe-go v0.9.0 // indirect
github.com/fjl/jsonw v0.1.0 // indirect
github.com/go-openapi/swag/cmdutils v0.25.5 // indirect
github.com/go-openapi/swag/conv v0.25.5 // indirect
github.com/go-openapi/swag/fileutils v0.25.5 // indirect
Expand Down Expand Up @@ -144,6 +145,9 @@ require (
github.com/moby/moby/api v1.54.2 // indirect
github.com/oapi-codegen/runtime v1.4.1 // indirect
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
github.com/pion/dtls/v3 v3.1.2 // indirect
github.com/pion/stun/v3 v3.1.2 // indirect
github.com/pion/transport/v4 v4.0.1 // indirect
github.com/pressly/goose/v3 v3.27.0 // indirect
github.com/prometheus/common v1.20.99 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
Expand Down Expand Up @@ -173,6 +177,7 @@ require (
github.com/smartcontractkit/tdh2/go/ocr2/decryptionplugin v0.0.0-20241009055228-33d0c0bf38de // indirect
github.com/stellar/go-stellar-sdk v0.5.0 // indirect
github.com/stellar/go-xdr v0.0.0-20260423131911-a87d4d0789c3 // indirect
github.com/wlynxg/anet v0.0.5 // indirect
go.mongodb.org/mongo-driver/v2 v2.5.0 // indirect
go.opentelemetry.io/contrib/bridges/prometheus v0.68.0 // indirect
go.uber.org/goleak v1.3.0 // indirect
Expand Down Expand Up @@ -494,11 +499,7 @@ require (
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
github.com/philhofer/fwd v1.2.0 // indirect
github.com/pierrec/lz4/v4 v4.1.26 // indirect
github.com/pion/dtls/v2 v2.2.12 // indirect
github.com/pion/logging v0.2.2 // indirect
github.com/pion/stun/v2 v2.0.0 // indirect
github.com/pion/transport/v2 v2.2.10 // indirect
github.com/pion/transport/v3 v3.0.1 // indirect
github.com/pion/logging v0.2.4 // indirect
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
Expand Down
43 changes: 14 additions & 29 deletions system-tests/tests/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading