@@ -7,8 +7,8 @@ require (
7
7
github.com/didip/tollbooth/v6 v6.1.2
8
8
github.com/dop251/goja v0.0.0-20230806174421-c933cf95e127
9
9
github.com/ethereum/go-ethereum v1.13.14
10
- github.com/go-git/go-billy/v5 v5.5.0
11
- github.com/go-git/go-git/v5 v5.12.0
10
+ github.com/go-git/go-billy/v5 v5.6.2
11
+ github.com/go-git/go-git/v5 v5.13.2
12
12
github.com/gobuffalo/packr/v2 v2.8.3
13
13
github.com/google/uuid v1.6.0
14
14
github.com/habx/pg-commands v0.6.1
@@ -23,13 +23,13 @@ require (
23
23
github.com/rubenv/sql-migrate v1.6.1
24
24
github.com/spf13/afero v1.11.0
25
25
github.com/spf13/viper v1.18.2
26
- github.com/stretchr/testify v1.9 .0
26
+ github.com/stretchr/testify v1.10 .0
27
27
github.com/umbracle/ethgo v0.1.3
28
28
github.com/urfave/cli/v2 v2.27.2
29
29
go.uber.org/zap v1.27.0
30
- golang.org/x/crypto v0.28 .0
31
- golang.org/x/net v0.30 .0
32
- golang.org/x/sync v0.8 .0
30
+ golang.org/x/crypto v0.32 .0
31
+ golang.org/x/net v0.34 .0
32
+ golang.org/x/sync v0.10 .0
33
33
google.golang.org/grpc v1.65.0
34
34
google.golang.org/protobuf v1.34.2
35
35
gopkg.in/yaml.v2 v2.4.0
@@ -40,7 +40,7 @@ require (
40
40
dario.cat/mergo v1.0.0 // indirect
41
41
github.com/DataDog/zstd v1.5.2 // indirect
42
42
github.com/Microsoft/go-winio v0.6.1 // indirect
43
- github.com/ProtonMail/go-crypto v1.0.0 // indirect
43
+ github.com/ProtonMail/go-crypto v1.1.5 // indirect
44
44
github.com/StackExchange/wmi v1.2.1 // indirect
45
45
github.com/VictoriaMetrics/fastcache v1.12.1 // indirect
46
46
github.com/bahlo/generic-list-go v0.2.0 // indirect
@@ -60,7 +60,7 @@ require (
60
60
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
61
61
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233 // indirect
62
62
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
63
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
63
+ github.com/cyphar/filepath-securejoin v0.3.6 // indirect
64
64
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
65
65
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
66
66
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
@@ -118,20 +118,20 @@ require (
118
118
github.com/mmcloughlin/addchain v0.4.0 // indirect
119
119
github.com/olekukonko/tablewriter v0.0.5 // indirect
120
120
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
121
- github.com/pjbgf/sha1cd v0.3.0 // indirect
121
+ github.com/pjbgf/sha1cd v0.3.2 // indirect
122
122
github.com/pkg/errors v0.9.1 // indirect
123
123
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
124
124
github.com/prometheus/procfs v0.12.0 // indirect
125
125
github.com/rivo/uniseg v0.2.0 // indirect
126
- github.com/rogpeppe/go-internal v1.11 .0 // indirect
126
+ github.com/rogpeppe/go-internal v1.12 .0 // indirect
127
127
github.com/rs/cors v1.7.0 // indirect
128
128
github.com/russross/blackfriday/v2 v2.1.0 // indirect
129
129
github.com/sagikazarmark/locafero v0.4.0 // indirect
130
130
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
131
131
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
132
132
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
133
133
github.com/sirupsen/logrus v1.9.0 // indirect
134
- github.com/skeema/knownhosts v1.2.2 // indirect
134
+ github.com/skeema/knownhosts v1.3.0 // indirect
135
135
github.com/sourcegraph/conc v0.3.0 // indirect
136
136
github.com/spf13/cast v1.6.0 // indirect
137
137
github.com/spf13/pflag v1.0.5 // indirect
@@ -148,12 +148,12 @@ require (
148
148
github.com/xanzy/ssh-agent v0.3.3 // indirect
149
149
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
150
150
go.uber.org/multierr v1.10.0 // indirect
151
- golang.org/x/mod v0.17 .0 // indirect
152
- golang.org/x/sys v0.26 .0 // indirect
153
- golang.org/x/term v0.25 .0 // indirect
154
- golang.org/x/text v0.19 .0 // indirect
151
+ golang.org/x/mod v0.19 .0 // indirect
152
+ golang.org/x/sys v0.29 .0 // indirect
153
+ golang.org/x/term v0.28 .0 // indirect
154
+ golang.org/x/text v0.21 .0 // indirect
155
155
golang.org/x/time v0.5.0 // indirect
156
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
156
+ golang.org/x/tools v0.23.0 // indirect
157
157
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
158
158
gopkg.in/ini.v1 v1.67.0 // indirect
159
159
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
@@ -170,5 +170,5 @@ require (
170
170
require (
171
171
github.com/fatih/color v1.17.0
172
172
github.com/prometheus/client_golang v1.19.1
173
- golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
173
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
174
174
)
0 commit comments