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 v3
  • Loading branch information
renovate[bot] authored Mar 1, 2024
1 parent 47e451b commit 6172359
Show file tree
Hide file tree
Showing 4 changed files with 3,523 additions and 4 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/v3 v3.3.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.16.0 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/gofrs/uuid v4.4.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.2.4 // 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.21.0 // indirect
golang.org/x/sys v0.17.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-20231012201019-e917dd12ba7a // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
google.golang.org/grpc v1.59.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
)
Loading

0 comments on commit 6172359

Please sign in to comment.