Skip to content

Commit

Permalink
fix(deps): update module github.com/eventstore/eventstore-client-go t…
Browse files Browse the repository at this point in the history
…o v4
  • Loading branch information
renovate[bot] authored Mar 10, 2024
1 parent f7e9656 commit 58cd4f4
Show file tree
Hide file tree
Showing 4 changed files with 7,092 additions and 6 deletions.
10 changes: 6 additions & 4 deletions libs/hwes/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ replace (

require (
github.com/EventStore/EventStore-Client-Go v1.0.2
github.com/EventStore/EventStore-Client-Go/v4 v4.0.0
github.com/google/uuid v1.6.0
github.com/rs/zerolog v1.32.0
hwutil v0.0.0
Expand All @@ -23,9 +24,9 @@ require (
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.19.0 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
Expand All @@ -36,7 +37,8 @@ require (
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20200815001618-f69a88009b70 // indirect
google.golang.org/grpc v1.35.0 // indirect
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/grpc v1.61.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
)
Loading

0 comments on commit 58cd4f4

Please sign in to comment.