Skip to content

Commit

Permalink
- Updated inx-app and dependencies (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsporn authored Jun 21, 2022
1 parent 22e9ac3 commit 22374ae
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 285 deletions.
2 changes: 1 addition & 1 deletion core/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 = "0.9.0"
Version = "0.10.0"
)

func App() *app.App {
Expand Down
31 changes: 16 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/iotaledger/inx-mqtt
go 1.18

require (
github.com/iotaledger/hive.go v0.0.0-20220530162014-976ec1e82594
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-20220530162014-976ec1e82594
github.com/iotaledger/inx-app v0.0.0-20220530162244-06ae0e8eb802
github.com/iotaledger/inx/go v0.0.0-20220615084134-f684c66925f0
github.com/iotaledger/iota.go/v3 v3.0.0-20220530132039-ec319e60cc56
github.com/iotaledger/hive.go v0.0.0-20220531132324-8347a155e220
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-20220531132324-8347a155e220
github.com/iotaledger/inx-app v0.0.0-20220621112154-a10fe25839ed
github.com/iotaledger/inx/go v0.0.0-20220615123503-f64096762c65
github.com/iotaledger/iota.go/v3 v3.0.0-20220621104034-d2f8a5e6287e
github.com/labstack/echo/v4 v4.7.2
github.com/mochi-co/mqtt v1.2.2
github.com/pkg/errors v0.9.1
Expand All @@ -22,9 +22,9 @@ require (
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/eclipse/paho.mqtt.golang v1.3.5 // indirect
github.com/eclipse/paho.mqtt.golang v1.4.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/ethereum/go-ethereum v1.10.18 // indirect
github.com/ethereum/go-ethereum v1.10.19 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
Expand All @@ -36,7 +36,7 @@ require (
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/hashicorp/go-version v1.5.0 // indirect
github.com/iotaledger/iota.go v1.0.0 // indirect
github.com/knadh/koanf v1.4.2-0.20220512043835-4112a7258008 // indirect
github.com/knadh/koanf v1.4.2 // indirect
github.com/labstack/gommon v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
Expand All @@ -45,10 +45,10 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c // indirect
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/petermattis/goid v0.0.0-20220526132513-07eaf5d0b9f4 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.34.0 // indirect
github.com/prometheus/common v0.35.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/rs/xid v1.4.0 // indirect
github.com/sasha-s/go-deadlock v0.3.1 // indirect
Expand All @@ -61,12 +61,13 @@ require (
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/net v0.0.0-20220526153639-5463443f8c37 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58 // indirect
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 22374ae

Please sign in to comment.