@@ -10,23 +10,23 @@ require (
10
10
github.com/google/uuid v1.6.0
11
11
github.com/gorilla/websocket v1.5.1
12
12
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
13
- github.com/iotaledger/hive.go/ads v0.0.0-20240126143305-9caf79103e85
14
- github.com/iotaledger/hive.go/app v0.0.0-20240126143305-9caf79103e85
15
- github.com/iotaledger/hive.go/constraints v0.0.0-20240126143305-9caf79103e85
16
- github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20240126143305-9caf79103e85
17
- github.com/iotaledger/hive.go/crypto v0.0.0-20240126143305-9caf79103e85
18
- github.com/iotaledger/hive.go/ds v0.0.0-20240126143305-9caf79103e85
19
- github.com/iotaledger/hive.go/ierrors v0.0.0-20240126143305-9caf79103e85
20
- github.com/iotaledger/hive.go/kvstore v0.0.0-20240126143305-9caf79103e85
21
- github.com/iotaledger/hive.go/lo v0.0.0-20240126143305-9caf79103e85
22
- github.com/iotaledger/hive.go/log v0.0.0-20240126143305-9caf79103e85
23
- github.com/iotaledger/hive.go/runtime v0.0.0-20240126143305-9caf79103e85
24
- github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240126143305-9caf79103e85
25
- github.com/iotaledger/hive.go/stringify v0.0.0-20240126143305-9caf79103e85
26
- github.com/iotaledger/inx-app v1.0.0-rc.3.0.20240212172835-f61c6d89d84d
27
- github.com/iotaledger/inx/go v1.0.0-rc.2.0.20240125161426-1846f6320506
13
+ github.com/iotaledger/hive.go/ads v0.0.0-20240214175801-9ca9f93790f5
14
+ github.com/iotaledger/hive.go/app v0.0.0-20240214175801-9ca9f93790f5
15
+ github.com/iotaledger/hive.go/constraints v0.0.0-20240214175801-9ca9f93790f5
16
+ github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20240214175801-9ca9f93790f5
17
+ github.com/iotaledger/hive.go/crypto v0.0.0-20240214175801-9ca9f93790f5
18
+ github.com/iotaledger/hive.go/ds v0.0.0-20240214175801-9ca9f93790f5
19
+ github.com/iotaledger/hive.go/ierrors v0.0.0-20240214175801-9ca9f93790f5
20
+ github.com/iotaledger/hive.go/kvstore v0.0.0-20240214175801-9ca9f93790f5
21
+ github.com/iotaledger/hive.go/lo v0.0.0-20240214175801-9ca9f93790f5
22
+ github.com/iotaledger/hive.go/log v0.0.0-20240214175801-9ca9f93790f5
23
+ github.com/iotaledger/hive.go/runtime v0.0.0-20240214175801-9ca9f93790f5
24
+ github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240214175801-9ca9f93790f5
25
+ github.com/iotaledger/hive.go/stringify v0.0.0-20240214175801-9ca9f93790f5
26
+ github.com/iotaledger/inx-app v1.0.0-rc.3.0.20240214181534-9a393ea95057
27
+ github.com/iotaledger/inx/go v1.0.0-rc.2.0.20240214181217-a6dd0abaab8d
28
28
github.com/iotaledger/iota-crypto-demo v0.0.0-20231208171603-786bb32fdb00
29
- github.com/iotaledger/iota.go/v4 v4.0.0-20240213081357-427dfc95a1b9
29
+ github.com/iotaledger/iota.go/v4 v4.0.0-20240214180848-ff6a4bb7bc41
30
30
github.com/labstack/echo/v4 v4.11.4
31
31
github.com/labstack/gommon v0.4.2
32
32
github.com/libp2p/go-libp2p v0.32.2
@@ -41,8 +41,8 @@ require (
41
41
github.com/zyedidia/generic v1.2.1
42
42
go.uber.org/atomic v1.11.0
43
43
go.uber.org/dig v1.17.1
44
- golang.org/x/crypto v0.18 .0
45
- google.golang.org/grpc v1.61.0
44
+ golang.org/x/crypto v0.19 .0
45
+ google.golang.org/grpc v1.61.1
46
46
google.golang.org/protobuf v1.32.0
47
47
)
48
48
@@ -61,7 +61,7 @@ require (
61
61
github.com/dustin/go-humanize v1.0.1 // indirect
62
62
github.com/eclipse/paho.mqtt.golang v1.4.3 // indirect
63
63
github.com/elastic/gosigar v0.14.2 // indirect
64
- github.com/ethereum/go-ethereum v1.13.11 // indirect
64
+ github.com/ethereum/go-ethereum v1.13.12 // indirect
65
65
github.com/fatih/structs v1.1.0 // indirect
66
66
github.com/felixge/fgprof v0.9.3 // indirect
67
67
github.com/fjl/memsize v0.0.2 // indirect
@@ -79,7 +79,7 @@ require (
79
79
github.com/google/go-github v17.0.0+incompatible // indirect
80
80
github.com/google/go-querystring v1.1.0 // indirect
81
81
github.com/google/gopacket v1.1.19 // indirect
82
- github.com/google/pprof v0.0.0-20240130152714-0ed6a68c8d9e // indirect
82
+ github.com/google/pprof v0.0.0-20240207164012-fb44976bdcd5 // indirect
83
83
github.com/hashicorp/errwrap v1.1.0 // indirect
84
84
github.com/hashicorp/go-multierror v1.1.1 // indirect
85
85
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -97,7 +97,7 @@ require (
97
97
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
98
98
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
99
99
github.com/jbenet/goprocess v0.1.4 // indirect
100
- github.com/klauspost/compress v1.17.5 // indirect
100
+ github.com/klauspost/compress v1.17.6 // indirect
101
101
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
102
102
github.com/knadh/koanf v1.5.0 // indirect
103
103
github.com/koron/go-ssdp v0.0.4 // indirect
@@ -133,7 +133,7 @@ require (
133
133
github.com/multiformats/go-multihash v0.2.3 // indirect
134
134
github.com/multiformats/go-multistream v0.5.0 // indirect
135
135
github.com/onsi/ginkgo/v2 v2.15.0 // indirect
136
- github.com/opencontainers/runtime-spec v1.1 .0 // indirect
136
+ github.com/opencontainers/runtime-spec v1.2 .0 // indirect
137
137
github.com/opentracing/opentracing-go v1.2.0 // indirect
138
138
github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c // indirect
139
139
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
@@ -158,24 +158,24 @@ require (
158
158
github.com/valyala/fasttemplate v1.2.2 // indirect
159
159
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
160
160
go.opencensus.io v0.24.0 // indirect
161
- go.opentelemetry.io/otel v1.22.0 // indirect
162
- go.opentelemetry.io/otel/metric v1.22.0 // indirect
163
- go.opentelemetry.io/otel/trace v1.22.0 // indirect
161
+ go.opentelemetry.io/otel v1.23.1 // indirect
162
+ go.opentelemetry.io/otel/metric v1.23.1 // indirect
163
+ go.opentelemetry.io/otel/trace v1.23.1 // indirect
164
164
go.uber.org/fx v1.20.1 // indirect
165
165
go.uber.org/mock v0.4.0 // indirect
166
166
go.uber.org/multierr v1.11.0 // indirect
167
167
go.uber.org/zap v1.26.0 // indirect
168
- golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
168
+ golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
169
169
golang.org/x/image v0.15.0 // indirect
170
- golang.org/x/mod v0.14 .0 // indirect
171
- golang.org/x/net v0.20 .0 // indirect
170
+ golang.org/x/mod v0.15 .0 // indirect
171
+ golang.org/x/net v0.21 .0 // indirect
172
172
golang.org/x/sync v0.6.0 // indirect
173
- golang.org/x/sys v0.16 .0 // indirect
173
+ golang.org/x/sys v0.17 .0 // indirect
174
174
golang.org/x/text v0.14.0 // indirect
175
175
golang.org/x/time v0.5.0 // indirect
176
- golang.org/x/tools v0.17 .0 // indirect
176
+ golang.org/x/tools v0.18 .0 // indirect
177
177
gonum.org/v1/gonum v0.14.0 // indirect
178
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
178
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect
179
179
gopkg.in/yaml.v2 v2.4.0 // indirect
180
180
gopkg.in/yaml.v3 v3.0.1 // indirect
181
181
lukechampine.com/blake3 v1.2.1 // indirect
0 commit comments