Skip to content

Commit

Permalink
- Renamed module and updated dependencies (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsporn authored May 30, 2022
1 parent bb5e8af commit 1c6e1ee
Show file tree
Hide file tree
Showing 10 changed files with 105 additions and 257 deletions.
6 changes: 3 additions & 3 deletions core/app/app.go
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
package app

import (
"github.com/gohornet/inx-app/inx"
"github.com/gohornet/inx-faucet/core/faucet"
"github.com/iotaledger/hive.go/app"
"github.com/iotaledger/hive.go/app/core/shutdown"
"github.com/iotaledger/hive.go/app/plugins/profiling"
"github.com/iotaledger/inx-app/inx"
"github.com/iotaledger/inx-faucet/core/faucet"
)

var (
// AppName is the name of the app.
Name = "inx-faucet"

// Version of the app.
Version = "0.6.0"
Version = "0.7.0"
)

func App() *app.App {
Expand Down
4 changes: 2 additions & 2 deletions core/faucet/faucet.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"github.com/labstack/echo/v4"
"github.com/pkg/errors"

"github.com/gohornet/hornet/pkg/restapi"
"github.com/gohornet/inx-faucet/pkg/faucet"
"github.com/iotaledger/hornet/pkg/restapi"
"github.com/iotaledger/inx-faucet/pkg/faucet"
)

func getFaucetInfo(_ echo.Context) (*faucet.FaucetInfoResponse, error) {
Expand Down
8 changes: 4 additions & 4 deletions core/faucet/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ import (
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"

"github.com/gohornet/hornet/pkg/common"
"github.com/gohornet/inx-app/nodebridge"
"github.com/gohornet/inx-faucet/pkg/daemon"
"github.com/gohornet/inx-faucet/pkg/faucet"
"github.com/iotaledger/hive.go/app"
"github.com/iotaledger/hive.go/app/core/shutdown"
"github.com/iotaledger/hive.go/crypto"
"github.com/iotaledger/hornet/pkg/common"
"github.com/iotaledger/inx-app/nodebridge"
"github.com/iotaledger/inx-faucet/pkg/daemon"
"github.com/iotaledger/inx-faucet/pkg/faucet"
inx "github.com/iotaledger/inx/go"
iotago "github.com/iotaledger/iota.go/v3"
"github.com/iotaledger/iota.go/v3/nodeclient"
Expand Down
2 changes: 1 addition & 1 deletion core/faucet/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/pkg/errors"
"golang.org/x/time/rate"

"github.com/gohornet/hornet/pkg/restapi"
"github.com/iotaledger/hornet/pkg/restapi"
)

const (
Expand Down
40 changes: 20 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/gohornet/inx-faucet
module github.com/iotaledger/inx-faucet

go 1.18

require (
github.com/gohornet/hornet v1.1.0-rc1.0.20220522133459-087a2579df25
github.com/gohornet/inx-app v0.0.0-20220523132442-95017a89cb2b
github.com/iotaledger/hive.go v0.0.0-20220516114042-6c0ad76bc65f
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-20220516114042-6c0ad76bc65f
github.com/iotaledger/inx/go v0.0.0-20220523105438-4e34054d0c13
github.com/iotaledger/iota.go/v3 v3.0.0-20220519135423-82921868d5cd
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/hornet v1.1.0-rc1.0.20220530165211-a0805cb7cbe0
github.com/iotaledger/inx-app v0.0.0-20220530162244-06ae0e8eb802
github.com/iotaledger/inx/go v0.0.0-20220530154855-f371ab0a309d
github.com/iotaledger/iota.go/v3 v3.0.0-20220530132039-ec319e60cc56
github.com/labstack/echo/v4 v4.7.2
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.1
Expand All @@ -18,24 +18,25 @@ require (
)

require (
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
filippo.io/edwards25519 v1.0.0 // indirect
github.com/DataDog/zstd v1.5.2 // indirect
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/btcsuite/btcd v0.22.1 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cockroachdb/errors v1.9.0 // indirect
github.com/cockroachdb/logtags v0.0.0-20211118104740-dabe8e521a4f // indirect
github.com/cockroachdb/pebble v0.0.0-20220519230332-3355a02e7cec // indirect
github.com/cockroachdb/pebble v0.0.0-20220527231317-d5bc42c2884b // indirect
github.com/cockroachdb/redact v1.1.3 // indirect
github.com/codahale/hdrhistogram v0.9.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/eclipse/paho.mqtt.golang v1.3.5 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/ethereum/go-ethereum v1.10.17 // indirect
github.com/ethereum/go-ethereum v1.10.18 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/getsentry/sentry-go v0.13.0 // indirect
Expand All @@ -58,17 +59,16 @@ require (
github.com/ipfs/go-datastore v0.5.1 // indirect
github.com/ipfs/go-log/v2 v2.5.1 // indirect
github.com/jbenet/goprocess v0.1.4 // indirect
github.com/klauspost/compress v1.15.4 // indirect
github.com/klauspost/compress v1.15.5 // indirect
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
github.com/knadh/koanf v1.4.2-0.20220512043835-4112a7258008 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/labstack/gommon v0.3.2-0.20220410183028-64116baad496 // indirect
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
github.com/libp2p/go-libp2p-core v0.15.1 // indirect
github.com/libp2p/go-libp2p-peerstore v0.6.0 // indirect
github.com/libp2p/go-libp2p-core v0.16.1 // indirect
github.com/libp2p/go-libp2p-peerstore v0.7.0 // indirect
github.com/libp2p/go-openssl v0.0.7 // indirect
github.com/lucas-clemente/quic-go v0.27.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
Expand All @@ -90,7 +90,7 @@ require (
github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c // indirect
github.com/pelletier/go-toml v1.9.3 // indirect
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
github.com/petermattis/goid v0.0.0-20220512133901-1f93b0c1af58 // indirect
github.com/petermattis/goid v0.0.0-20220526132513-07eaf5d0b9f4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.12.2 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
Expand All @@ -110,15 +110,15 @@ require (
go.uber.org/goleak v1.1.12 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf // indirect
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
golang.org/x/net v0.0.0-20220526153639-5463443f8c37 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.1.7 // indirect
)
Loading

0 comments on commit 1c6e1ee

Please sign in to comment.