Skip to content

Commit

Permalink
Merge pull request #132 from iotaledger/chore/update-inx-app-to-c9f82…
Browse files Browse the repository at this point in the history
…bbb8ad6

Update inx-app to c9f82bbb8ad6
  • Loading branch information
muXxer committed Jan 24, 2024
2 parents 767fcd6 + 30c5be6 commit 7836d6e
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 165 deletions.
2 changes: 1 addition & 1 deletion components/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var (
Name = "inx-mqtt"

// Version of the app.
Version = "2.0.0-alpha.11"
Version = "2.0.0-alpha.12"
)

func App() *app.App {
Expand Down
51 changes: 25 additions & 26 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module github.com/iotaledger/inx-mqtt
go 1.21

require (
github.com/iotaledger/hive.go/app v0.0.0-20231219105941-542b1b724494
github.com/iotaledger/hive.go/ierrors v0.0.0-20231219105941-542b1b724494
github.com/iotaledger/hive.go/lo v0.0.0-20231219105941-542b1b724494
github.com/iotaledger/hive.go/log v0.0.0-20231219105941-542b1b724494
github.com/iotaledger/hive.go/runtime v0.0.0-20231219105941-542b1b724494
github.com/iotaledger/hive.go/app v0.0.0-20240123132714-180e65c33a1d
github.com/iotaledger/hive.go/ierrors v0.0.0-20240123132714-180e65c33a1d
github.com/iotaledger/hive.go/lo v0.0.0-20240123132714-180e65c33a1d
github.com/iotaledger/hive.go/log v0.0.0-20240123132714-180e65c33a1d
github.com/iotaledger/hive.go/runtime v0.0.0-20240123132714-180e65c33a1d
github.com/iotaledger/hive.go/web v0.0.0-20231219105941-542b1b724494
github.com/iotaledger/inx-app v1.0.0-rc.3.0.20240110125343-5c50e43b71fa
github.com/iotaledger/inx/go v1.0.0-rc.2.0.20240110120225-05a4544ca1dd
github.com/iotaledger/iota.go/v4 v4.0.0-20240110093746-74501e609f1c
github.com/labstack/echo/v4 v4.11.3
github.com/iotaledger/inx-app v1.0.0-rc.3.0.20240123171338-c9f82bbb8ad6
github.com/iotaledger/inx/go v1.0.0-rc.2.0.20240123170953-fc68d7c1303b
github.com/iotaledger/iota.go/v4 v4.0.0-20240123170900-42c1479d3f30
github.com/labstack/echo/v4 v4.11.4
github.com/mochi-mqtt/server/v2 v2.4.3
github.com/prometheus/client_golang v1.17.0
github.com/prometheus/client_golang v1.18.0
github.com/stretchr/testify v1.8.4
go.uber.org/dig v1.17.1
google.golang.org/grpc v1.60.1
Expand All @@ -28,7 +28,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/eclipse/paho.mqtt.golang v1.4.3 // indirect
github.com/ethereum/go-ethereum v1.13.6 // indirect
github.com/ethereum/go-ethereum v1.13.10 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/felixge/fgprof v0.9.3 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
Expand All @@ -43,18 +43,17 @@ require (
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/holiman/uint256 v1.2.4 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231219105941-542b1b724494 // indirect
github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231219095137-dd4674b3226e // indirect
github.com/iotaledger/hive.go/crypto v0.0.0-20231219105941-542b1b724494 // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20231219105941-542b1b724494 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231219095137-dd4674b3226e // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20231219105941-542b1b724494 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240123132714-180e65c33a1d // indirect
github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20240123132714-180e65c33a1d // indirect
github.com/iotaledger/hive.go/crypto v0.0.0-20240123132714-180e65c33a1d // indirect
github.com/iotaledger/hive.go/ds v0.0.0-20240123132714-180e65c33a1d // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240123132714-180e65c33a1d // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240123132714-180e65c33a1d // indirect
github.com/knadh/koanf v1.5.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/labstack/gommon v0.4.1 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
Expand All @@ -64,7 +63,7 @@ require (
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/common v0.46.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/rs/xid v1.5.0 // indirect
Expand All @@ -74,14 +73,14 @@ require (
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 7836d6e

Please sign in to comment.