Skip to content

Commit 5c1ae98

Browse files
upgraded deps
1 parent 04f0b61 commit 5c1ae98

545 files changed

Lines changed: 49201 additions & 9004 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/go.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
with:
1818
go-version: "1.26.0"
1919

20-
# - name: Staticheck
21-
# run: |
22-
# wget -O staticcheck.tgz https://github.com/dominikh/go-tools/releases/download/2022.1/staticcheck_linux_amd64.tar.gz
23-
# sudo tar -xzf staticcheck.tgz
24-
# ./staticcheck/staticcheck --version
25-
# ./staticcheck/staticcheck -checks=all ./...
20+
- name: Staticheck
21+
run: |
22+
wget -O staticcheck.tgz https://github.com/dominikh/go-tools/releases/download/2022.1/staticcheck_linux_amd64.tar.gz
23+
sudo tar -xzf staticcheck.tgz
24+
./staticcheck/staticcheck --version
25+
./staticcheck/staticcheck -checks=all ./...
2626
2727
- name: Build
2828
run: go build -v ./...

go.mod

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@ require (
77
github.com/ardanlabs/darwin/v3 v3.3.1
88
github.com/ardanlabs/ethereum v0.20.0
99
github.com/arl/statsviz v0.8.0
10-
github.com/ethereum/go-ethereum v1.17.2
11-
github.com/gdamore/tcell/v2 v2.13.8
10+
github.com/ethereum/go-ethereum v1.17.3
11+
github.com/gdamore/tcell/v2 v2.13.9
1212
github.com/go-playground/locales v0.14.1
1313
github.com/go-playground/universal-translator v0.18.1
1414
github.com/go-playground/validator/v10 v10.30.2
1515
github.com/golang-jwt/jwt/v4 v4.5.2
1616
github.com/google/uuid v1.6.0
1717
github.com/gorilla/websocket v1.5.3
18-
github.com/jackc/pgx/v5 v5.9.1
18+
github.com/jackc/pgx/v5 v5.9.2
1919
github.com/jmoiron/sqlx v1.4.0
2020
github.com/mattn/go-runewidth v0.0.23
21-
github.com/open-policy-agent/opa v1.15.2
21+
github.com/open-policy-agent/opa v1.16.1
2222
github.com/spf13/cobra v1.10.2
2323
)
2424

2525
require (
2626
github.com/DataDog/zstd v1.5.7 // indirect
2727
github.com/DeOne4eg/eth-unit-converter v0.2.0 // indirect
2828
github.com/Microsoft/go-winio v0.6.2 // indirect
29-
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20260403213135-1d43121312d4 // indirect
29+
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20260416073033-7c2071eaa8d4 // indirect
3030
github.com/VictoriaMetrics/fastcache v1.13.3 // indirect
3131
github.com/agnivade/levenshtein v1.2.1 // indirect
3232
github.com/beorn7/perks v1.0.1 // indirect
3333
github.com/bits-and-blooms/bitset v1.24.4 // indirect
3434
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3535
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
36-
github.com/cockroachdb/errors v1.12.0 // indirect
36+
github.com/cockroachdb/errors v1.13.0 // indirect
3737
github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0 // indirect
3838
github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect
3939
github.com/cockroachdb/pebble v1.1.5 // indirect
@@ -44,16 +44,16 @@ require (
4444
github.com/crate-crypto/go-eth-kzg v1.5.0 // indirect
4545
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4646
github.com/dchest/siphash v1.2.3 // indirect
47-
github.com/deckarep/golang-set/v2 v2.8.0 // indirect
47+
github.com/deckarep/golang-set/v2 v2.9.0 // indirect
4848
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 // indirect
4949
github.com/emicklei/dot v1.11.0 // indirect
5050
github.com/ethereum/c-kzg-4844/v2 v2.1.7 // indirect
5151
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab // indirect
5252
github.com/ferranbt/fastssz v1.0.0 // indirect
53-
github.com/fsnotify/fsnotify v1.9.0 // indirect
53+
github.com/fsnotify/fsnotify v1.10.1 // indirect
5454
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
5555
github.com/gdamore/encoding v1.0.1 // indirect
56-
github.com/getsentry/sentry-go v0.44.1 // indirect
56+
github.com/getsentry/sentry-go v0.46.2 // indirect
5757
github.com/go-logr/logr v1.4.3 // indirect
5858
github.com/go-logr/stdr v1.2.2 // indirect
5959
github.com/go-ole/go-ole v1.3.0 // indirect
@@ -62,8 +62,8 @@ require (
6262
github.com/gofrs/flock v0.13.0 // indirect
6363
github.com/gogo/protobuf v1.3.2 // indirect
6464
github.com/golang/snappy v1.0.0 // indirect
65-
github.com/grafana/pyroscope-go v1.2.8 // indirect
66-
github.com/grafana/pyroscope-go/godeltaprof v0.1.9 // indirect
65+
github.com/grafana/pyroscope-go v1.3.0 // indirect
66+
github.com/grafana/pyroscope-go/godeltaprof v0.1.10 // indirect
6767
github.com/hashicorp/go-bexpr v0.1.16 // indirect
6868
github.com/holiman/billy v0.0.0-20250707135307-f2f9b9aae7db // indirect
6969
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
@@ -74,21 +74,21 @@ require (
7474
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
7575
github.com/jackc/puddle/v2 v2.2.2 // indirect
7676
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
77-
github.com/klauspost/compress v1.18.5 // indirect
77+
github.com/klauspost/compress v1.18.6 // indirect
7878
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
7979
github.com/kr/pretty v0.3.1 // indirect
8080
github.com/kr/text v0.2.0 // indirect
8181
github.com/leodido/go-urn v1.4.0 // indirect
8282
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
83-
github.com/lestrrat-go/dsig v1.2.1 // indirect
83+
github.com/lestrrat-go/dsig v1.3.0 // indirect
8484
github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect
8585
github.com/lestrrat-go/httpcc v1.0.1 // indirect
8686
github.com/lestrrat-go/httprc/v3 v3.0.5 // indirect
87-
github.com/lestrrat-go/jwx/v3 v3.0.13 // indirect
87+
github.com/lestrrat-go/jwx/v3 v3.1.1 // indirect
8888
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
8989
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
9090
github.com/mattn/go-colorable v0.1.14 // indirect
91-
github.com/mattn/go-isatty v0.0.21 // indirect
91+
github.com/mattn/go-isatty v0.0.22 // indirect
9292
github.com/minio/sha256-simd v1.0.1 // indirect
9393
github.com/mitchellh/mapstructure v1.5.0 // indirect
9494
github.com/mitchellh/pointerstructure v1.2.1 // indirect
@@ -119,27 +119,27 @@ require (
119119
github.com/tklauser/numcpus v0.11.0 // indirect
120120
github.com/urfave/cli/v2 v2.27.7 // indirect
121121
github.com/valyala/fastjson v1.6.10 // indirect
122-
github.com/vektah/gqlparser/v2 v2.5.32 // indirect
122+
github.com/vektah/gqlparser/v2 v2.5.33 // indirect
123123
github.com/wlynxg/anet v0.0.5 // indirect
124124
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
125125
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
126126
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
127127
github.com/yashtewari/glob-intersection v0.2.0 // indirect
128128
github.com/yusufpapurcu/wmi v1.2.4 // indirect
129+
go.mongodb.org/mongo-driver v1.17.9 // indirect
129130
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
130131
go.opentelemetry.io/otel v1.43.0 // indirect
131132
go.opentelemetry.io/otel/metric v1.43.0 // indirect
132-
go.opentelemetry.io/otel/sdk v1.42.0 // indirect
133133
go.opentelemetry.io/otel/trace v1.43.0 // indirect
134134
go.yaml.in/yaml/v2 v2.4.4 // indirect
135135
go.yaml.in/yaml/v3 v3.0.4 // indirect
136-
golang.org/x/crypto v0.49.0 // indirect
137-
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect
138-
golang.org/x/net v0.52.0 // indirect
136+
golang.org/x/crypto v0.51.0 // indirect
137+
golang.org/x/exp v0.0.0-20260508232706-74f9aab9d74a // indirect
138+
golang.org/x/net v0.54.0 // indirect
139139
golang.org/x/sync v0.20.0 // indirect
140-
golang.org/x/sys v0.43.0 // indirect
141-
golang.org/x/term v0.41.0 // indirect
142-
golang.org/x/text v0.35.0 // indirect
140+
golang.org/x/sys v0.44.0 // indirect
141+
golang.org/x/term v0.43.0 // indirect
142+
golang.org/x/text v0.37.0 // indirect
143143
golang.org/x/time v0.15.0 // indirect
144144
google.golang.org/protobuf v1.36.11 // indirect
145145
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect

0 commit comments

Comments
 (0)