mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
7750ee5dbc
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0. <details> <summary>Commits</summary> <ul> <li><a href="b225e7ca6d
"><code>b225e7c</code></a> http2: limit maximum handler goroutines to MaxConcurrentStreams</li> <li><a href="88194ad8ab
"><code>88194ad</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="2b60a61f1e
"><code>2b60a61</code></a> quic: fix several bugs in flow control accounting</li> <li><a href="73d82efb96
"><code>73d82ef</code></a> quic: handle DATA_BLOCKED frames</li> <li><a href="5d5a036a50
"><code>5d5a036</code></a> quic: handle streams moving from the data queue to the meta queue</li> <li><a href="350aad2603
"><code>350aad2</code></a> quic: correctly extend peer's flow control window after MAX_DATA</li> <li><a href="21814e71db
"><code>21814e7</code></a> quic: validate connection id transport parameters</li> <li><a href="a600b3518e
"><code>a600b35</code></a> quic: avoid redundant MAX_DATA updates</li> <li><a href="ea633599b5
"><code>ea63359</code></a> http2: check stream body is present on read timeout</li> <li><a href="ddd8598e56
"><code>ddd8598</code></a> quic: version negotiation</li> <li>Additional commits viewable in <a href="https://github.com/golang/net/compare/v0.15.0...v0.17.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.15.0&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ledgerwatch/erigon/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: yperbasis <andrey.ashikhmin@gmail.com>
121 lines
5.2 KiB
Modula-2
121 lines
5.2 KiB
Modula-2
module github.com/ledgerwatch/erigon-lib
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/erigontech/mdbx-go v0.27.17
|
|
github.com/ledgerwatch/interfaces v0.0.0-20230929215128-3300a167cce0
|
|
github.com/ledgerwatch/log/v3 v3.9.0
|
|
github.com/ledgerwatch/secp256k1 v1.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/RoaringBitmap/roaring v1.2.3
|
|
github.com/VictoriaMetrics/metrics v1.23.1
|
|
github.com/anacrolix/dht/v2 v2.20.0
|
|
github.com/anacrolix/go-libutp v1.3.1
|
|
github.com/anacrolix/log v0.14.3-0.20230823030427-4b296d71a6b4
|
|
github.com/anacrolix/torrent v1.52.6-0.20230926121951-11833b45cfbe
|
|
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
|
|
github.com/crate-crypto/go-kzg-4844 v0.3.0
|
|
github.com/deckarep/golang-set/v2 v2.3.1
|
|
github.com/edsrzf/mmap-go v1.1.0
|
|
github.com/go-stack/stack v1.8.1
|
|
github.com/gofrs/flock v0.8.1
|
|
github.com/google/btree v1.1.2
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
|
|
github.com/hashicorp/golang-lru/v2 v2.0.6
|
|
github.com/holiman/uint256 v1.2.3
|
|
github.com/matryer/moq v0.3.2
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
|
|
github.com/pelletier/go-toml/v2 v2.1.0
|
|
github.com/quasilyte/go-ruleguard/dsl v0.3.22
|
|
github.com/spaolacci/murmur3 v1.1.0
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/tidwall/btree v1.6.0
|
|
golang.org/x/crypto v0.14.0
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
|
|
golang.org/x/sync v0.3.0
|
|
golang.org/x/sys v0.13.0
|
|
golang.org/x/time v0.3.0
|
|
google.golang.org/grpc v1.58.2
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
|
|
google.golang.org/protobuf v1.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/ajwerner/btree v0.0.0-20211221152037-f427b3e689c0 // indirect
|
|
github.com/alecthomas/atomic v0.1.0-alpha2 // indirect
|
|
github.com/anacrolix/chansync v0.3.0 // indirect
|
|
github.com/anacrolix/envpprof v1.3.0 // indirect
|
|
github.com/anacrolix/generics v0.0.0-20230816105729-c755655aee45 // indirect
|
|
github.com/anacrolix/missinggo v1.3.0 // indirect
|
|
github.com/anacrolix/missinggo/perf v1.0.0 // indirect
|
|
github.com/anacrolix/missinggo/v2 v2.7.2-0.20230527121029-a582b4f397b9 // indirect
|
|
github.com/anacrolix/mmsg v1.0.0 // indirect
|
|
github.com/anacrolix/multiless v0.3.1-0.20221221005021-2d12701f83f7 // indirect
|
|
github.com/anacrolix/stm v0.4.1-0.20221221005312-96d17df0e496 // indirect
|
|
github.com/anacrolix/sync v0.4.0 // indirect
|
|
github.com/anacrolix/upnp v0.1.3-0.20220123035249-922794e51c96 // indirect
|
|
github.com/anacrolix/utp v0.1.0 // indirect
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
github.com/benbjohnson/immutable v0.4.1-0.20221220213129-8932b999621d // indirect
|
|
github.com/bits-and-blooms/bitset v1.7.0 // indirect
|
|
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
|
|
github.com/consensys/bavard v0.1.13 // indirect
|
|
github.com/consensys/gnark-crypto v0.12.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/go-llsqlite/adapter v0.0.0-20230912124304-94ed0e573c23 // indirect
|
|
github.com/go-llsqlite/crawshaw v0.0.0-20230910110433-7e901377eb6c // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/huandu/xstrings v1.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/mmcloughlin/addchain v0.4.0 // indirect
|
|
github.com/mschoch/smat v0.2.0 // indirect
|
|
github.com/pion/datachannel v1.5.2 // indirect
|
|
github.com/pion/dtls/v2 v2.2.4 // indirect
|
|
github.com/pion/ice/v2 v2.2.6 // indirect
|
|
github.com/pion/interceptor v0.1.11 // indirect
|
|
github.com/pion/logging v0.2.2 // indirect
|
|
github.com/pion/mdns v0.0.5 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/rtcp v1.2.9 // indirect
|
|
github.com/pion/rtp v1.7.13 // indirect
|
|
github.com/pion/sctp v1.8.2 // indirect
|
|
github.com/pion/sdp/v3 v3.0.5 // indirect
|
|
github.com/pion/srtp/v2 v2.0.9 // indirect
|
|
github.com/pion/stun v0.3.5 // indirect
|
|
github.com/pion/transport v0.13.1 // indirect
|
|
github.com/pion/transport/v2 v2.0.0 // indirect
|
|
github.com/pion/turn/v2 v2.0.8 // indirect
|
|
github.com/pion/udp v0.1.4 // indirect
|
|
github.com/pion/webrtc/v3 v3.1.42 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417 // indirect
|
|
github.com/valyala/fastrand v1.1.0 // indirect
|
|
github.com/valyala/histogram v1.2.0 // indirect
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
|
go.opentelemetry.io/otel v1.8.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.8.0 // indirect
|
|
golang.org/x/mod v0.12.0 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
golang.org/x/tools v0.13.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
modernc.org/libc v1.24.1 // indirect
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
modernc.org/memory v1.6.0 // indirect
|
|
modernc.org/sqlite v1.26.0 // indirect
|
|
rsc.io/tmplfunc v0.0.3 // indirect
|
|
zombiezen.com/go/sqlite v0.13.1 // indirect
|
|
)
|