Skip to content

Commit

Permalink
- Updated iota.go to support latest address changes (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsporn authored Apr 29, 2022
1 parent 4515507 commit 86fc1dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/iotaledger/hive.go v0.0.0-20220428170023-7fb77d7475d8
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-20220428170023-7fb77d7475d8
github.com/iotaledger/inx/go v0.0.0-20220429132348-4229a45554c1
github.com/iotaledger/iota.go/v3 v3.0.0-20220429092212-d275a7831f6a
github.com/iotaledger/iota.go/v3 v3.0.0-20220429152429-63458675d51e
github.com/labstack/echo-contrib v0.12.0
github.com/labstack/echo/v4 v4.7.2
github.com/pelletier/go-toml/v2 v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ github.com/iotaledger/inx/go v0.0.0-20220429132348-4229a45554c1 h1:JSHWG513J+xJe
github.com/iotaledger/inx/go v0.0.0-20220429132348-4229a45554c1/go.mod h1:SIkGrxUe/QmXCM+fKfAsz82XVncgFKZxiAnl/Adyirc=
github.com/iotaledger/iota.go v1.0.0 h1:tqm1FxJ/zOdzbrAaQ5BQpVF8dUy2eeGlSeWlNG8GoXY=
github.com/iotaledger/iota.go v1.0.0/go.mod h1:RiKYwDyY7aCD1L0YRzHSjOsJ5mUR9yvQpvhZncNcGQI=
github.com/iotaledger/iota.go/v3 v3.0.0-20220429092212-d275a7831f6a h1:PP0lBwm1jLsfoJHqo3IC2osQzZ8K8xdc31eVwGPOgEM=
github.com/iotaledger/iota.go/v3 v3.0.0-20220429092212-d275a7831f6a/go.mod h1:wOFD+5h47EMj37r8hTql2icIBlnZoPHurrB3UXVPNIA=
github.com/iotaledger/iota.go/v3 v3.0.0-20220429152429-63458675d51e h1:+azOxM6MIrbA7fktgJrox8OTjFFy4vxJ7an5pNX9fQ0=
github.com/iotaledger/iota.go/v3 v3.0.0-20220429152429-63458675d51e/go.mod h1:wOFD+5h47EMj37r8hTql2icIBlnZoPHurrB3UXVPNIA=
github.com/jackpal/go-nat-pmp v1.0.2/go.mod h1:QPH045xvCAeXUZOxsnwmrtiCoxIr9eob+4orBN1SBKc=
github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e/go.mod h1:G1CVv03EnqU1wYL2dFwXxW2An0az9JTl/ZsqXQeBlkU=
github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var (
// AppName name of the app.
AppName = "inx-indexer"
// Version of the app.
Version = "0.3.1"
Version = "0.4.0"
)

const (
Expand Down

0 comments on commit 86fc1dd

Please sign in to comment.