Skip to content

Commit bf727ff

Browse files
upgraded to go 1.25
1 parent eef5326 commit bf727ff

323 files changed

Lines changed: 30627 additions & 1732 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v3
1717
with:
18-
go-version: 1.24.3
18+
go-version: 1.25.0
1919

2020
# - name: Staticheck
2121
# run: |

go.mod

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
module github.com/ardanlabs/liarsdice
22

3-
go 1.24.0
4-
5-
toolchain go1.24.4
3+
go 1.25.0
64

75
require (
86
github.com/ardanlabs/conf/v3 v3.8.0
97
github.com/ardanlabs/darwin/v3 v3.3.1
108
github.com/ardanlabs/ethereum v0.20.0
11-
github.com/arl/statsviz v0.7.0
12-
github.com/ethereum/go-ethereum v1.16.1
9+
github.com/arl/statsviz v0.7.1
10+
github.com/ethereum/go-ethereum v1.16.2
1311
github.com/gdamore/tcell/v2 v2.8.1
14-
github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2
12+
github.com/go-json-experiment/json v0.0.0-20250813024750-ebf49471dced
1513
github.com/go-playground/locales v0.14.1
1614
github.com/go-playground/universal-translator v0.18.1
1715
github.com/go-playground/validator/v10 v10.27.0
@@ -21,7 +19,7 @@ require (
2119
github.com/jackc/pgx/v5 v5.7.5
2220
github.com/jmoiron/sqlx v1.4.0
2321
github.com/mattn/go-runewidth v0.0.16
24-
github.com/open-policy-agent/opa v1.6.0
22+
github.com/open-policy-agent/opa v1.7.1
2523
github.com/spf13/cobra v1.9.1
2624
)
2725

@@ -48,9 +46,10 @@ require (
4846
github.com/davecgh/go-spew v1.1.1 // indirect
4947
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
5048
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
49+
github.com/emicklei/dot v1.6.2 // indirect
5150
github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
5251
github.com/ethereum/go-verkle v0.2.2 // indirect
53-
github.com/ferranbt/fastssz v0.1.2 // indirect
52+
github.com/ferranbt/fastssz v0.1.4 // indirect
5453
github.com/fsnotify/fsnotify v1.9.0 // indirect
5554
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
5655
github.com/gdamore/encoding v1.0.1 // indirect
@@ -103,36 +102,37 @@ require (
103102
github.com/russross/blackfriday/v2 v2.1.0 // indirect
104103
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
105104
github.com/sirupsen/logrus v1.9.3 // indirect
106-
github.com/spf13/pflag v1.0.6 // indirect
105+
github.com/spf13/pflag v1.0.7 // indirect
107106
github.com/supranational/blst v0.3.14 // indirect
108107
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
109-
github.com/tchap/go-patricia/v2 v2.3.2 // indirect
108+
github.com/tchap/go-patricia/v2 v2.3.3 // indirect
110109
github.com/tklauser/go-sysconf v0.3.12 // indirect
111110
github.com/tklauser/numcpus v0.6.1 // indirect
112111
github.com/urfave/cli/v2 v2.27.5 // indirect
113-
github.com/vektah/gqlparser/v2 v2.5.28 // indirect
112+
github.com/vektah/gqlparser/v2 v2.5.30 // indirect
114113
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
115114
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
116115
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
117116
github.com/yashtewari/glob-intersection v0.2.0 // indirect
118117
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
119-
go.opentelemetry.io/otel v1.36.0 // indirect
120-
go.opentelemetry.io/otel/metric v1.36.0 // indirect
121-
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
122-
go.opentelemetry.io/otel/trace v1.36.0 // indirect
123-
golang.org/x/crypto v0.38.0 // indirect
118+
go.opentelemetry.io/otel v1.37.0 // indirect
119+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
120+
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
121+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
122+
go.yaml.in/yaml/v2 v2.4.2 // indirect
123+
golang.org/x/crypto v0.40.0 // indirect
124124
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
125-
golang.org/x/net v0.40.0 // indirect
126-
golang.org/x/sync v0.14.0 // indirect
127-
golang.org/x/sys v0.33.0 // indirect
128-
golang.org/x/term v0.32.0 // indirect
129-
golang.org/x/text v0.25.0 // indirect
130-
golang.org/x/time v0.11.0 // indirect
131-
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
132-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
125+
golang.org/x/net v0.42.0 // indirect
126+
golang.org/x/sync v0.16.0 // indirect
127+
golang.org/x/sys v0.34.0 // indirect
128+
golang.org/x/term v0.33.0 // indirect
129+
golang.org/x/text v0.27.0 // indirect
130+
golang.org/x/time v0.12.0 // indirect
131+
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
132+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
133133
google.golang.org/protobuf v1.36.6 // indirect
134134
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
135135
gopkg.in/yaml.v2 v2.4.0 // indirect
136136
gopkg.in/yaml.v3 v3.0.1 // indirect
137-
sigs.k8s.io/yaml v1.4.0 // indirect
137+
sigs.k8s.io/yaml v1.6.0 // indirect
138138
)

0 commit comments

Comments
 (0)