Skip to content

Commit

Permalink
Merge pull request #157 from feuyeux/dependabot/go_modules/hello-grpc…
Browse files Browse the repository at this point in the history
…-go/go.etcd.io/etcd/client/v3-3.5.15

Bump go.etcd.io/etcd/client/v3 from 3.5.14 to 3.5.15 in /hello-grpc-go
  • Loading branch information
feuyeux authored Jul 26, 2024
2 parents 6a51a13 + 95caf3a commit fff4839
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hello-grpc-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
// https://github.com/stretchr/testify/tags
github.com/stretchr/testify v1.9.0
// https://pkg.go.dev/go.etcd.io/etcd/client/v3?tab=versions
go.etcd.io/etcd/client/v3 v3.5.14
go.etcd.io/etcd/client/v3 v3.5.15
// https://pkg.go.dev/go.uber.org/ratelimit?tab=versions
go.uber.org/ratelimit v0.3.1
// https://pkg.go.dev/golang.org/x/net
Expand All @@ -33,8 +33,8 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.etcd.io/etcd/api/v3 v3.5.14 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect
go.etcd.io/etcd/api/v3 v3.5.15 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.15 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.18.1 // indirect
Expand Down

0 comments on commit fff4839

Please sign in to comment.