mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 19:51:17 +00:00
chore(deps): bump protovalidate to v1.0.0
bump version v0.4.1 (`e097f827e65240ac9fd4b1158849a8fc`) to v1.0.0 (`52f32327d4b045a79293a6ad4e7e1236`) refactor: endpoint from `github.com/bufbuild/protovalidate-go` to `buf.build/go/protovalidate` chore(deps): bump other dependencies
This commit is contained in:
@@ -18,7 +18,7 @@ package payment
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/bufbuild/protovalidate-go"
|
||||
"buf.build/go/protovalidate"
|
||||
"github.com/rs/zerolog/log"
|
||||
"google.golang.org/protobuf/types/known/emptypb"
|
||||
|
||||
@@ -70,7 +70,7 @@ func NewPaymentService(cfg *ServiceConfig, store StorageController) *PaymentServ
|
||||
// Initialise the service
|
||||
return &PaymentService{
|
||||
store: store,
|
||||
pbVal: pbVal,
|
||||
pbVal: &pbVal,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user