Skip to content

Commit

Permalink
feat: bump chassis version (#37)
Browse files Browse the repository at this point in the history
This is to incorporate the change here: #36
  • Loading branch information
jgkawell authored Aug 9, 2024
1 parent 1af42c4 commit bb2f5bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions services/core/blueprint/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ raft:
node-id: node_1
address: localhost
port: 1111
bootstrap: true
2 changes: 1 addition & 1 deletion services/core/blueprint/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/google/uuid v1.6.0
github.com/hashicorp/raft v1.6.0
github.com/steady-bytes/draft/api v0.3.1
github.com/steady-bytes/draft/pkg/chassis v0.3.0
github.com/steady-bytes/draft/pkg/chassis v0.3.1
github.com/steady-bytes/draft/pkg/loggers v0.2.0
github.com/steady-bytes/draft/pkg/repositories v0.0.3
google.golang.org/protobuf v1.34.2
Expand Down
4 changes: 2 additions & 2 deletions services/core/blueprint/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ github.com/spf13/viper v1.18.2 h1:LUXCnvUvSM6FXAsj6nnfc8Q2tp1dIgUfY9Kc8GsSOiQ=
github.com/spf13/viper v1.18.2/go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk=
github.com/steady-bytes/draft/api v0.3.1 h1:dv4EoLefhqfCFDEukjZlwqVl9GffLWLCQC7ZlAgY9ZU=
github.com/steady-bytes/draft/api v0.3.1/go.mod h1:mlwxjvRiqvwySGdzVmF8voFhMffWq2F7dyd+xt6kENA=
github.com/steady-bytes/draft/pkg/chassis v0.3.0 h1:9uk+RRuSec2Sl7wy5ZSNv3IcqRqbU6vYiVSLj5Bo9co=
github.com/steady-bytes/draft/pkg/chassis v0.3.0/go.mod h1:5TQfgltb/008bcuLe6vAQva0Kzrq1zEDCFoCfQjzzLo=
github.com/steady-bytes/draft/pkg/chassis v0.3.1 h1:BBJPHyDQu5CBGwyu4cs/D4e7qvxsB2VeTGUruHtJr3I=
github.com/steady-bytes/draft/pkg/chassis v0.3.1/go.mod h1:5TQfgltb/008bcuLe6vAQva0Kzrq1zEDCFoCfQjzzLo=
github.com/steady-bytes/draft/pkg/loggers v0.2.0 h1:d1a3l6HMfa8g9+o+roeT5BoA7aeDBIh6UMLeOddsNsk=
github.com/steady-bytes/draft/pkg/loggers v0.2.0/go.mod h1:nXeOQ6lXhsVWHzRqVcJz0JIeSW75ORVN+0izJwwnH+Y=
github.com/steady-bytes/draft/pkg/repositories v0.0.3 h1:6MyBkga27olqM42HriZZJgbyvrwSwyZDHtrkdSKMNPA=
Expand Down

0 comments on commit bb2f5bd

Please sign in to comment.