@@ -5,34 +5,34 @@ go 1.21
5
5
replace github.com/goccy/go-graphviz => github.com/alexsporn/go-graphviz v0.0.0-20231011102718-04f10f0a9b59
6
6
7
7
require (
8
- github.com/goccy/go-graphviz v0.1.1
8
+ github.com/goccy/go-graphviz v0.1.2
9
9
github.com/golang-jwt/jwt v3.2.2+incompatible
10
- github.com/google/uuid v1.4 .0
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-20231214025533-67add6c5091b
14
- github.com/iotaledger/hive.go/app v0.0.0-20240123132714-180e65c33a1d
15
- github.com/iotaledger/hive.go/constraints v0.0.0-20240123132714-180e65c33a1d
16
- github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20240123132714-180e65c33a1d
17
- github.com/iotaledger/hive.go/crypto v0.0.0-20240123132714-180e65c33a1d
18
- github.com/iotaledger/hive.go/ds v0.0.0-20240123132714-180e65c33a1d
19
- github.com/iotaledger/hive.go/ierrors v0.0.0-20240123132714-180e65c33a1d
20
- github.com/iotaledger/hive.go/kvstore v0.0.0-20231214025533-67add6c5091b
21
- github.com/iotaledger/hive.go/lo v0.0.0-20240123132714-180e65c33a1d
22
- github.com/iotaledger/hive.go/log v0.0.0-20240123132714-180e65c33a1d
23
- github.com/iotaledger/hive.go/runtime v0.0.0-20240123132714-180e65c33a1d
24
- github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240123132714-180e65c33a1d
25
- github.com/iotaledger/hive.go/stringify v0.0.0-20240123132714-180e65c33a1d
26
- github.com/iotaledger/inx-app v1.0.0-rc.3.0.20240123171338-c9f82bbb8ad6
27
- github.com/iotaledger/inx/go v1.0.0-rc.2.0.20240123170953-fc68d7c1303b
13
+ github.com/iotaledger/hive.go/ads v0.0.0-20240125100708-ebf40dcf31fb
14
+ github.com/iotaledger/hive.go/app v0.0.0-20240125100708-ebf40dcf31fb
15
+ github.com/iotaledger/hive.go/constraints v0.0.0-20240125100708-ebf40dcf31fb
16
+ github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20240125100708-ebf40dcf31fb
17
+ github.com/iotaledger/hive.go/crypto v0.0.0-20240125100708-ebf40dcf31fb
18
+ github.com/iotaledger/hive.go/ds v0.0.0-20240125100708-ebf40dcf31fb
19
+ github.com/iotaledger/hive.go/ierrors v0.0.0-20240125100708-ebf40dcf31fb
20
+ github.com/iotaledger/hive.go/kvstore v0.0.0-20240125100708-ebf40dcf31fb
21
+ github.com/iotaledger/hive.go/lo v0.0.0-20240125100708-ebf40dcf31fb
22
+ github.com/iotaledger/hive.go/log v0.0.0-20240125100708-ebf40dcf31fb
23
+ github.com/iotaledger/hive.go/runtime v0.0.0-20240125100708-ebf40dcf31fb
24
+ github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240125100708-ebf40dcf31fb
25
+ github.com/iotaledger/hive.go/stringify v0.0.0-20240125100708-ebf40dcf31fb
26
+ github.com/iotaledger/inx-app v1.0.0-rc.3.0.20240125161730-faf053c90f7b
27
+ github.com/iotaledger/inx/go v1.0.0-rc.2.0.20240125161426-1846f6320506
28
28
github.com/iotaledger/iota-crypto-demo v0.0.0-20231208171603-786bb32fdb00
29
- github.com/iotaledger/iota.go/v4 v4.0.0-20240125083751-2a637ee97ebb
29
+ github.com/iotaledger/iota.go/v4 v4.0.0-20240125151023-8623fbbce914
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
33
- github.com/libp2p/go-libp2p-kad-dht v0.25.1
33
+ github.com/libp2p/go-libp2p-kad-dht v0.25.2
34
34
github.com/mr-tron/base58 v1.2.0
35
- github.com/multiformats/go-multiaddr v0.12.0
35
+ github.com/multiformats/go-multiaddr v0.12.1
36
36
github.com/multiformats/go-varint v0.0.7
37
37
github.com/otiai10/copy v1.14.0
38
38
github.com/prometheus/client_golang v1.18.0
@@ -42,7 +42,7 @@ require (
42
42
go.uber.org/atomic v1.11.0
43
43
go.uber.org/dig v1.17.1
44
44
golang.org/x/crypto v0.18.0
45
- google.golang.org/grpc v1.60.1
45
+ google.golang.org/grpc v1.61.0
46
46
google.golang.org/protobuf v1.32.0
47
47
)
48
48
@@ -61,15 +61,15 @@ 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.10 // indirect
64
+ github.com/ethereum/go-ethereum v1.13.11 // 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
68
- github.com/flynn/noise v1.0.0 // indirect
68
+ github.com/flynn/noise v1.0.1 // indirect
69
69
github.com/fogleman/gg v1.3.0 // indirect
70
70
github.com/francoispqt/gojay v1.2.13 // indirect
71
71
github.com/fsnotify/fsnotify v1.7.0 // indirect
72
- github.com/go-logr/logr v1.3.0 // indirect
72
+ github.com/go-logr/logr v1.4.1 // indirect
73
73
github.com/go-logr/stdr v1.2.2 // indirect
74
74
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
75
75
github.com/godbus/dbus/v5 v5.1.0 // 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-20231212022811-ec68065c825e // indirect
82
+ github.com/google/pprof v0.0.0-20240125082051-42cd04596328 // 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
@@ -88,7 +88,7 @@ require (
88
88
github.com/huin/goupnp v1.3.0 // indirect
89
89
github.com/iancoleman/orderedmap v0.3.0 // indirect
90
90
github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 // indirect
91
- github.com/ipfs/boxo v0.13.1 // indirect
91
+ github.com/ipfs/boxo v0.17.0 // indirect
92
92
github.com/ipfs/go-cid v0.4.1 // indirect
93
93
github.com/ipfs/go-datastore v0.6.0 // indirect
94
94
github.com/ipfs/go-log v1.0.5 // indirect
@@ -97,15 +97,15 @@ 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.2 // indirect
100
+ github.com/klauspost/compress v1.17.4 // 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
104
104
github.com/kr/text v0.2.0 // indirect
105
105
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
106
106
github.com/libp2p/go-cidranger v1.1.0 // indirect
107
107
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
108
- github.com/libp2p/go-libp2p-asn-util v0.3.0 // indirect
108
+ github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
109
109
github.com/libp2p/go-libp2p-kbucket v0.6.3 // indirect
110
110
github.com/libp2p/go-libp2p-record v0.2.0 // indirect
111
111
github.com/libp2p/go-libp2p-routing-helpers v0.7.3 // indirect
@@ -117,7 +117,7 @@ require (
117
117
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
118
118
github.com/mattn/go-colorable v0.1.13 // indirect
119
119
github.com/mattn/go-isatty v0.0.20 // indirect
120
- github.com/miekg/dns v1.1.56 // indirect
120
+ github.com/miekg/dns v1.1.58 // indirect
121
121
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
122
122
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
123
123
github.com/minio/sha256-simd v1.0.1 // indirect
@@ -132,7 +132,7 @@ require (
132
132
github.com/multiformats/go-multicodec v0.9.0 // indirect
133
133
github.com/multiformats/go-multihash v0.2.3 // indirect
134
134
github.com/multiformats/go-multistream v0.5.0 // indirect
135
- github.com/onsi/ginkgo/v2 v2.13 .0 // indirect
135
+ github.com/onsi/ginkgo/v2 v2.15 .0 // indirect
136
136
github.com/opencontainers/runtime-spec v1.1.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
@@ -141,14 +141,13 @@ require (
141
141
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
142
142
github.com/pkg/errors v0.9.1 // indirect
143
143
github.com/pmezard/go-difflib v1.0.0 // indirect
144
- github.com/pokt-network/smt v0.6.1 // indirect
144
+ github.com/pokt-network/smt v0.9.2 // indirect
145
145
github.com/polydawn/refmt v0.89.0 // indirect
146
146
github.com/prometheus/client_model v0.5.0 // indirect
147
147
github.com/prometheus/common v0.46.0 // indirect
148
148
github.com/prometheus/procfs v0.12.0 // indirect
149
149
github.com/quic-go/qpack v0.4.0 // indirect
150
- github.com/quic-go/qtls-go1-20 v0.4.1 // indirect
151
- github.com/quic-go/quic-go v0.40.0 // indirect
150
+ github.com/quic-go/quic-go v0.41.0 // indirect
152
151
github.com/quic-go/webtransport-go v0.6.0 // indirect
153
152
github.com/raulk/go-watchdog v1.3.0 // indirect
154
153
github.com/sasha-s/go-deadlock v0.3.1 // indirect
@@ -159,15 +158,15 @@ require (
159
158
github.com/valyala/fasttemplate v1.2.2 // indirect
160
159
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
161
160
go.opencensus.io v0.24.0 // indirect
162
- go.opentelemetry.io/otel v1.19 .0 // indirect
163
- go.opentelemetry.io/otel/metric v1.19 .0 // indirect
164
- go.opentelemetry.io/otel/trace v1.19 .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
165
164
go.uber.org/fx v1.20.1 // indirect
166
- go.uber.org/mock v0.3 .0 // indirect
165
+ go.uber.org/mock v0.4 .0 // indirect
167
166
go.uber.org/multierr v1.11.0 // indirect
168
167
go.uber.org/zap v1.26.0 // indirect
169
168
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
170
- golang.org/x/image v0.13 .0 // indirect
169
+ golang.org/x/image v0.15 .0 // indirect
171
170
golang.org/x/mod v0.14.0 // indirect
172
171
golang.org/x/net v0.20.0 // indirect
173
172
golang.org/x/sync v0.6.0 // indirect
0 commit comments