Skip to content

Commit

Permalink
Merge pull request #105 from iotaledger/chore/update-modules
Browse files Browse the repository at this point in the history
Update go modules
  • Loading branch information
muXxer authored Nov 10, 2023
2 parents 04cc798 + afc2211 commit 9e2c074
Show file tree
Hide file tree
Showing 6 changed files with 154 additions and 178 deletions.
2 changes: 1 addition & 1 deletion components/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var (
Name = "inx-faucet"

// Version of the app.
Version = "2.0.0-alpha.8"
Version = "2.0.0-alpha.9"
)

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

require (
github.com/iotaledger/hive.go/app v0.0.0-20231027195901-620bd7470e42
github.com/iotaledger/hive.go/core v1.0.0-rc.3.0.20231108050255-98e0fa35e936
github.com/iotaledger/hive.go/crypto v0.0.0-20231108050255-98e0fa35e936
github.com/iotaledger/hive.go/ds v0.0.0-20231108044237-5731e50d3660
github.com/iotaledger/hive.go/ierrors v0.0.0-20231108050255-98e0fa35e936
github.com/iotaledger/hive.go/lo v0.0.0-20231108050255-98e0fa35e936
github.com/iotaledger/hive.go/logger v0.0.0-20231027195901-620bd7470e42
github.com/iotaledger/hive.go/runtime v0.0.0-20231108050255-98e0fa35e936
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-20231108103955-bf75d703d8aa
github.com/labstack/echo/v4 v4.11.2
github.com/iotaledger/hive.go/app 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/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/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
go.uber.org/dig v1.17.1
golang.org/x/time v0.3.0
golang.org/x/time v0.4.0
google.golang.org/grpc v1.59.0
)

Expand All @@ -36,19 +36,19 @@ require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/pprof v0.0.0-20231023181126-ff6d637d2a7b // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/holiman/uint256 v1.2.3 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231108050255-98e0fa35e936 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231108050255-98e0fa35e936 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20231108050255-98e0fa35e936 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20231110120127-f90b276b7c05 // indirect
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231110120127-f90b276b7c05 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20231110120127-f90b276b7c05 // indirect
github.com/knadh/koanf v1.5.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/labstack/gommon v0.4.1 // 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
Expand All @@ -71,12 +71,12 @@ require (
github.com/valyala/fasttemplate v1.2.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.14.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
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
golang.org/x/crypto v0.15.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
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 9e2c074

Please sign in to comment.