Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nodemanager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Odysseus
nodemanager
Commits
6921a4bf
Commit
6921a4bf
authored
Feb 26, 2024
by
vicotor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update payment package
parent
f2d55c8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
go.mod
go.mod
+2
-2
node.go
server/node.go
+2
-2
No files found.
go.mod
View file @
6921a4bf
...
...
@@ -12,7 +12,7 @@ require (
github.com/hashicorp/golang-lru v0.5.4
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/odysseus/odysseus-protocol v0.0.0-00010101000000-000000000000
github.com/odysseus/
payment
v0.0.0-00010101000000-000000000000
github.com/odysseus/
cache
v0.0.0-00010101000000-000000000000
github.com/prometheus/client_golang v1.18.0
github.com/redis/go-redis/v9 v9.4.0
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
...
...
@@ -84,4 +84,4 @@ require (
replace github.com/odysseus/odysseus-protocol => ../odysseus-protocol
replace github.com/odysseus/
payment => ../payment
replace github.com/odysseus/
cache => ../cache
server/node.go
View file @
6921a4bf
...
...
@@ -5,13 +5,13 @@ import (
"crypto/ecdsa"
"github.com/IBM/sarama"
"github.com/ethereum/go-ethereum/crypto"
"github.com/odysseus/cache/cachedata"
"github.com/odysseus/cache/model"
"github.com/odysseus/nodemanager/config"
"github.com/odysseus/nodemanager/nmregistry"
"github.com/odysseus/nodemanager/utils"
basev1
"github.com/odysseus/odysseus-protocol/gen/proto/go/base/v1"
omanager
"github.com/odysseus/odysseus-protocol/gen/proto/go/nodemanager/v1"
"github.com/odysseus/payment/cachedata"
"github.com/odysseus/payment/model"
"github.com/redis/go-redis/v9"
log
"github.com/sirupsen/logrus"
"google.golang.org/grpc"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment