Skip to content

Commit

Permalink
Update go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Nov 10, 2023
1 parent ae3114d commit 1f8b31f
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 218 deletions.
54 changes: 27 additions & 27 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ require (
github.com/goccy/go-graphviz v0.1.1
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/uuid v1.4.0
github.com/gorilla/websocket v1.5.0
github.com/gorilla/websocket v1.5.1
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/iotaledger/hive.go/ads v0.0.0-20231108070813-497ebfef8258
github.com/iotaledger/hive.go/app v0.0.0-20231108070813-497ebfef8258
github.com/iotaledger/hive.go/constraints v0.0.0-20231110115447-7605386261d2
github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231110115447-7605386261d2
github.com/iotaledger/hive.go/crypto v0.0.0-20231110115447-7605386261d2
github.com/iotaledger/hive.go/ds v0.0.0-20231108070813-497ebfef8258
github.com/iotaledger/hive.go/ierrors v0.0.0-20231110115447-7605386261d2
github.com/iotaledger/hive.go/kvstore v0.0.0-20231108070813-497ebfef8258
github.com/iotaledger/hive.go/lo v0.0.0-20231110115447-7605386261d2
github.com/iotaledger/hive.go/logger v0.0.0-20231108070813-497ebfef8258
github.com/iotaledger/hive.go/runtime v0.0.0-20231110115447-7605386261d2
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231110115447-7605386261d2
github.com/iotaledger/hive.go/stringify v0.0.0-20231110115447-7605386261d2
github.com/iotaledger/inx-app v1.0.0-rc.3.0.20231108104504-1445f545de82
github.com/iotaledger/inx/go v1.0.0-rc.2.0.20231108104322-f301c3573998
github.com/iotaledger/iota.go/v4 v4.0.0-20231110124122-614b46af3d28
github.com/labstack/echo/v4 v4.11.2
github.com/labstack/gommon v0.4.0
github.com/iotaledger/hive.go/ads v0.0.0-20231110120127-f90b276b7c05
github.com/iotaledger/hive.go/app v0.0.0-20231110120127-f90b276b7c05
github.com/iotaledger/hive.go/constraints v0.0.0-20231110120127-f90b276b7c05
github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231110120127-f90b276b7c05
github.com/iotaledger/hive.go/crypto v0.0.0-20231110120127-f90b276b7c05
github.com/iotaledger/hive.go/ds v0.0.0-20231110120127-f90b276b7c05
github.com/iotaledger/hive.go/ierrors v0.0.0-20231110120127-f90b276b7c05
github.com/iotaledger/hive.go/kvstore v0.0.0-20231110120127-f90b276b7c05
github.com/iotaledger/hive.go/lo v0.0.0-20231110120127-f90b276b7c05
github.com/iotaledger/hive.go/logger v0.0.0-20231110120127-f90b276b7c05
github.com/iotaledger/hive.go/runtime v0.0.0-20231110120127-f90b276b7c05
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231110120127-f90b276b7c05
github.com/iotaledger/hive.go/stringify v0.0.0-20231110120127-f90b276b7c05
github.com/iotaledger/inx-app v1.0.0-rc.3.0.20231110132801-e38d9fbdd467
github.com/iotaledger/inx/go v1.0.0-rc.2.0.20231110132251-8abdb05cce43
github.com/iotaledger/iota.go/v4 v4.0.0-20231110131407-263d0662856b
github.com/labstack/echo/v4 v4.11.3
github.com/labstack/gommon v0.4.1
github.com/libp2p/go-libp2p v0.32.0
github.com/libp2p/go-libp2p-kad-dht v0.25.1
github.com/mr-tron/base58 v1.2.0
Expand All @@ -41,7 +41,7 @@ require (
github.com/zyedidia/generic v1.2.1
go.uber.org/atomic v1.11.0
go.uber.org/dig v1.17.1
golang.org/x/crypto v0.14.0
golang.org/x/crypto v0.15.0
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
Expand Down Expand Up @@ -89,7 +89,7 @@ require (
github.com/huin/goupnp v1.3.0 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 // indirect
github.com/iotaledger/hive.go/log v0.0.0-20231108070813-497ebfef8258 // indirect
github.com/iotaledger/hive.go/log v0.0.0-20231110120127-f90b276b7c05 // indirect
github.com/ipfs/boxo v0.13.1 // indirect
github.com/ipfs/go-cid v0.4.1 // indirect
github.com/ipfs/go-datastore v0.6.0 // indirect
Expand Down Expand Up @@ -171,14 +171,14 @@ require (
go.uber.org/zap v1.26.0 // indirect
golang.org/x/image v0.13.0 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.4.0 // indirect
golang.org/x/tools v0.14.0 // indirect
gonum.org/v1/gonum v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.2.1 // indirect
Expand Down
Loading

0 comments on commit 1f8b31f

Please sign in to comment.