@@ -7,12 +7,12 @@ require (
7
7
github.com/0xPolygon/cdk-validium-node v0.0.2-0.20230922123231-07ce723e6268
8
8
github.com/ethereum/go-ethereum v1.13.5
9
9
github.com/gobuffalo/packr/v2 v2.8.3
10
- github.com/jackc/pgx/v4 v4.18.1
11
10
github.com/jackc/pgconn v1.14.1
11
+ github.com/jackc/pgx/v4 v4.18.1
12
12
github.com/mitchellh/mapstructure v1.5.0
13
13
github.com/prometheus/client_golang v1.17.0
14
14
github.com/rubenv/sql-migrate v1.5.2
15
- github.com/spf13/viper v1.17.0
15
+ github.com/spf13/viper v1.18.1
16
16
github.com/stretchr/testify v1.8.4
17
17
github.com/urfave/cli/v2 v2.26.0
18
18
go.opentelemetry.io/otel/exporters/prometheus v0.44.0
@@ -44,7 +44,7 @@ require (
44
44
github.com/dlclark/regexp2 v1.7.0 // indirect
45
45
github.com/dop251/goja v0.0.0-20230806174421-c933cf95e127 // indirect
46
46
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
47
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
47
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
48
48
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
49
49
github.com/getsentry/sentry-go v0.18.0 // indirect
50
50
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
@@ -62,7 +62,7 @@ require (
62
62
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
63
63
github.com/google/gofuzz v1.2.0 // indirect
64
64
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
65
- github.com/google/uuid v1.3 .0 // indirect
65
+ github.com/google/uuid v1.4 .0 // indirect
66
66
github.com/gorilla/websocket v1.5.0 // indirect
67
67
github.com/hashicorp/hcl v1.0.0 // indirect
68
68
github.com/hermeznetwork/tracerr v0.3.2 // indirect
@@ -102,13 +102,13 @@ require (
102
102
github.com/rivo/uniseg v0.2.0 // indirect
103
103
github.com/rogpeppe/go-internal v1.10.0 // indirect
104
104
github.com/russross/blackfriday/v2 v2.1.0 // indirect
105
- github.com/sagikazarmark/locafero v0.3 .0 // indirect
105
+ github.com/sagikazarmark/locafero v0.4 .0 // indirect
106
106
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
107
107
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
108
108
github.com/sirupsen/logrus v1.9.0 // indirect
109
109
github.com/sourcegraph/conc v0.3.0 // indirect
110
- github.com/spf13/afero v1.10 .0 // indirect
111
- github.com/spf13/cast v1.5.1 // indirect
110
+ github.com/spf13/afero v1.11 .0 // indirect
111
+ github.com/spf13/cast v1.6.0 // indirect
112
112
github.com/spf13/pflag v1.0.5 // indirect
113
113
github.com/status-im/keycard-go v0.2.0 // indirect
114
114
github.com/stretchr/objx v0.5.0 // indirect
@@ -129,18 +129,18 @@ require (
129
129
go.uber.org/atomic v1.9.0 // indirect
130
130
go.uber.org/multierr v1.9.0 // indirect
131
131
go.uber.org/zap v1.24.0 // indirect
132
- golang.org/x/crypto v0.14 .0 // indirect
132
+ golang.org/x/crypto v0.16 .0 // indirect
133
133
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
134
134
golang.org/x/mod v0.12.0 // indirect
135
- golang.org/x/net v0.17 .0 // indirect
136
- golang.org/x/sync v0.3 .0 // indirect
137
- golang.org/x/sys v0.14 .0 // indirect
138
- golang.org/x/term v0.13 .0 // indirect
139
- golang.org/x/text v0.13 .0 // indirect
140
- golang.org/x/time v0.3 .0 // indirect
135
+ golang.org/x/net v0.19 .0 // indirect
136
+ golang.org/x/sync v0.5 .0 // indirect
137
+ golang.org/x/sys v0.15 .0 // indirect
138
+ golang.org/x/term v0.15 .0 // indirect
139
+ golang.org/x/text v0.14 .0 // indirect
140
+ golang.org/x/time v0.5 .0 // indirect
141
141
golang.org/x/tools v0.13.0 // indirect
142
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
143
- google.golang.org/grpc v1.58.2 // indirect
142
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
143
+ google.golang.org/grpc v1.59.0 // indirect
144
144
google.golang.org/protobuf v1.31.0 // indirect
145
145
gopkg.in/ini.v1 v1.67.0 // indirect
146
146
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments