Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 3f5b497

Browse files
authored
Merge pull request #740 from iotaledger/chore/update-modules
Update modules
2 parents 85baad9 + 94b3b50 commit 3f5b497

File tree

8 files changed

+240
-240
lines changed

8 files changed

+240
-240
lines changed

components/app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var (
2525
Name = "iota-core"
2626

2727
// Version of the app.
28-
Version = "1.0.0-alpha.5"
28+
Version = "1.0.0-alpha.6"
2929
)
3030

3131
func App() *app.App {

go.mod

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ require (
1010
github.com/google/uuid v1.6.0
1111
github.com/gorilla/websocket v1.5.1
1212
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
2828
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
3030
github.com/labstack/echo/v4 v4.11.4
3131
github.com/labstack/gommon v0.4.2
3232
github.com/libp2p/go-libp2p v0.32.2
@@ -41,8 +41,8 @@ require (
4141
github.com/zyedidia/generic v1.2.1
4242
go.uber.org/atomic v1.11.0
4343
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
4646
google.golang.org/protobuf v1.32.0
4747
)
4848

@@ -61,7 +61,7 @@ require (
6161
github.com/dustin/go-humanize v1.0.1 // indirect
6262
github.com/eclipse/paho.mqtt.golang v1.4.3 // indirect
6363
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
6565
github.com/fatih/structs v1.1.0 // indirect
6666
github.com/felixge/fgprof v0.9.3 // indirect
6767
github.com/fjl/memsize v0.0.2 // indirect
@@ -79,7 +79,7 @@ require (
7979
github.com/google/go-github v17.0.0+incompatible // indirect
8080
github.com/google/go-querystring v1.1.0 // indirect
8181
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
8383
github.com/hashicorp/errwrap v1.1.0 // indirect
8484
github.com/hashicorp/go-multierror v1.1.1 // indirect
8585
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -97,7 +97,7 @@ require (
9797
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
9898
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
9999
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
101101
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
102102
github.com/knadh/koanf v1.5.0 // indirect
103103
github.com/koron/go-ssdp v0.0.4 // indirect
@@ -133,7 +133,7 @@ require (
133133
github.com/multiformats/go-multihash v0.2.3 // indirect
134134
github.com/multiformats/go-multistream v0.5.0 // indirect
135135
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
137137
github.com/opentracing/opentracing-go v1.2.0 // indirect
138138
github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c // indirect
139139
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
@@ -158,24 +158,24 @@ require (
158158
github.com/valyala/fasttemplate v1.2.2 // indirect
159159
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
160160
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
164164
go.uber.org/fx v1.20.1 // indirect
165165
go.uber.org/mock v0.4.0 // indirect
166166
go.uber.org/multierr v1.11.0 // indirect
167167
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
169169
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
172172
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
174174
golang.org/x/text v0.14.0 // indirect
175175
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
177177
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
179179
gopkg.in/yaml.v2 v2.4.0 // indirect
180180
gopkg.in/yaml.v3 v3.0.1 // indirect
181181
lukechampine.com/blake3 v1.2.1 // indirect

0 commit comments

Comments
 (0)