@@ -13,14 +13,14 @@ require (
13
13
github.com/spf13/pflag v1.0.5
14
14
github.com/spf13/viper v1.15.0
15
15
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091
16
- github.com/streamingfast/substreams v1.3.0
17
- github.com/streamingfast/substreams-sink v0.3.3-0.20231222213313-af36d45db340
16
+ github.com/streamingfast/substreams v1.3.7
17
+ github.com/streamingfast/substreams-sink v0.3.4
18
18
github.com/streamingfast/substreams-sink-database-changes v1.1.3
19
19
github.com/stretchr/testify v1.8.4
20
20
github.com/wk8/go-ordered-map/v2 v2.1.7
21
21
go.uber.org/zap v1.26.0
22
22
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
23
- google.golang.org/protobuf v1.31 .0
23
+ google.golang.org/protobuf v1.32 .0
24
24
)
25
25
26
26
require (
@@ -32,7 +32,7 @@ require (
32
32
github.com/buger/jsonparser v1.1.1 // indirect
33
33
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
34
34
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect
35
- github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 // indirect
35
+ github.com/cncf/xds/go v0.0.0-20231109132714-523115ebc101 // indirect
36
36
github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
37
37
github.com/davecgh/go-spew v1.1.1 // indirect
38
38
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
@@ -41,10 +41,10 @@ require (
41
41
github.com/fsnotify/fsnotify v1.6.0 // indirect
42
42
github.com/go-faster/city v1.0.1 // indirect
43
43
github.com/go-faster/errors v0.6.1 // indirect
44
- github.com/go-logr/logr v1.2.4 // indirect
44
+ github.com/go-logr/logr v1.4.1 // indirect
45
45
github.com/go-logr/stdr v1.2.2 // indirect
46
- github.com/google/s2a-go v0.1.4 // indirect
47
- github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
46
+ github.com/google/s2a-go v0.1.7 // indirect
47
+ github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
48
48
github.com/hashicorp/hcl v1.0.0 // indirect
49
49
github.com/ipfs/boxo v0.8.0 // indirect
50
50
github.com/ipfs/go-cid v0.4.0 // indirect
@@ -94,21 +94,22 @@ require (
94
94
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // indirect
95
95
github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c // indirect
96
96
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.44.0 // indirect
97
- go.opentelemetry.io/otel v1.18.0 // indirect
98
- go.opentelemetry.io/otel/metric v1.18.0 // indirect
99
- go.opentelemetry.io/otel/trace v1.18.0 // indirect
100
- golang.org/x/sync v0.3.0 // indirect
101
- google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect
102
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
97
+ go.opentelemetry.io/otel v1.23.1 // indirect
98
+ go.opentelemetry.io/otel/metric v1.23.1 // indirect
99
+ go.opentelemetry.io/otel/trace v1.23.1 // indirect
100
+ golang.org/x/sync v0.5.0 // indirect
101
+ golang.org/x/time v0.5.0 // indirect
102
+ google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect
103
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
103
104
gopkg.in/ini.v1 v1.67.0 // indirect
104
105
gopkg.in/yaml.v2 v2.4.0 // indirect
105
106
lukechampine.com/blake3 v1.1.7 // indirect
106
107
)
107
108
108
109
require (
109
- cloud.google.com/go v0.110.4 // indirect
110
- cloud.google.com/go/compute v1.21.0 // indirect
111
- cloud.google.com/go/iam v1.1.1 // indirect
110
+ cloud.google.com/go v0.111.0 // indirect
111
+ cloud.google.com/go/compute v1.23.3 // indirect
112
+ cloud.google.com/go/iam v1.1.5 // indirect
112
113
cloud.google.com/go/storage v1.30.1 // indirect
113
114
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
114
115
github.com/Azure/azure-storage-blob-go v0.14.0 // indirect
@@ -119,14 +120,13 @@ require (
119
120
github.com/cespare/xxhash/v2 v2.2.0 // indirect
120
121
github.com/chzyer/readline v1.5.0 // indirect
121
122
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
122
- github.com/google/go-cmp v0.5.9 // indirect
123
- github.com/google/uuid v1.3.0 // indirect
124
- github.com/googleapis/gax-go/v2 v2.11.0 // indirect
123
+ github.com/google/uuid v1.4.0 // indirect
124
+ github.com/googleapis/gax-go/v2 v2.12.0 // indirect
125
125
github.com/inconshreveable/mousetrap v1.1.0 // indirect
126
126
github.com/jackc/pgx/v4 v4.18.1
127
127
github.com/jhump/protoreflect v1.14.0 // indirect
128
128
github.com/jmespath/go-jmespath v0.4.0 // indirect
129
- github.com/klauspost/compress v1.16.5 // indirect
129
+ github.com/klauspost/compress v1.16.6 // indirect
130
130
github.com/lithammer/dedent v1.1.0
131
131
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
132
132
github.com/manifoldco/promptui v0.9.0 // indirect
@@ -140,29 +140,28 @@ require (
140
140
github.com/streamingfast/bstream v0.0.2-0.20231121211820-e45c1b42f472
141
141
github.com/streamingfast/cli v0.0.4-0.20230825151644-8cc84512cd80
142
142
github.com/streamingfast/dbin v0.9.1-0.20231117225723-59790c798e2c // indirect
143
- github.com/streamingfast/dgrpc v0.0.0-20230929132851-893fc52687fa // indirect
143
+ github.com/streamingfast/dgrpc v0.0.0-20240219152146-57bb131c39ca // indirect
144
144
github.com/streamingfast/dhammer v0.0.0-20220506192416-3797a7906da2
145
- github.com/streamingfast/dmetrics v0.0.0-20230919161904-206fa8ebd545
146
- github.com/streamingfast/dstore v0.1.1-0.20230620124109-3924b3b36c77
145
+ github.com/streamingfast/dmetrics v0.0.0-20240214191810-524a5c58fbaa
146
+ github.com/streamingfast/dstore v0.1.1-0.20240215171730-493ad5a0f537
147
147
github.com/streamingfast/opaque v0.0.0-20210811180740-0c01d37ea308 // indirect
148
148
github.com/streamingfast/pbgo v0.0.6-0.20231120172814-537d034aad5e // indirect
149
149
github.com/streamingfast/shutter v1.5.0
150
150
github.com/yourbasic/graph v0.0.0-20210606180040-8ecfec1c2869 // indirect
151
151
go.opencensus.io v0.24.0 // indirect
152
152
go.uber.org/atomic v1.10.0 // indirect
153
153
go.uber.org/multierr v1.10.0 // indirect
154
- golang.org/x/crypto v0.14 .0 // indirect
154
+ golang.org/x/crypto v0.19 .0 // indirect
155
155
golang.org/x/mod v0.12.0 // indirect
156
- golang.org/x/net v0.17.0 // indirect
157
- golang.org/x/oauth2 v0.10.0 // indirect
158
- golang.org/x/sys v0.13.0 // indirect
159
- golang.org/x/term v0.13.0 // indirect
160
- golang.org/x/text v0.13.0 // indirect
161
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
162
- google.golang.org/api v0.126.0 // indirect
163
- google.golang.org/appengine v1.6.7 // indirect
164
- google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 // indirect
165
- google.golang.org/grpc v1.58.0 // indirect
156
+ golang.org/x/net v0.21.0 // indirect
157
+ golang.org/x/oauth2 v0.15.0 // indirect
158
+ golang.org/x/sys v0.17.0 // indirect
159
+ golang.org/x/term v0.17.0 // indirect
160
+ golang.org/x/text v0.14.0 // indirect
161
+ google.golang.org/api v0.152.0 // indirect
162
+ google.golang.org/appengine v1.6.8 // indirect
163
+ google.golang.org/genproto v0.0.0-20231212172506-995d672761c0 // indirect
164
+ google.golang.org/grpc v1.61.0 // indirect
166
165
gopkg.in/yaml.v3 v3.0.1
167
166
)
168
167
0 commit comments