Skip to content

Commit

Permalink
Bump the go_modules group in /pkg/reddit-feed-api with 5 updates
Browse files Browse the repository at this point in the history
Bumps the go_modules group in /pkg/reddit-feed-api with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.49.0` | `1.56.3` |
| google.golang.org/protobuf | `1.28.1` | `1.30.0` |
| [github.com/gogo/protobuf](https://github.com/gogo/protobuf) | `1.3.1` | `1.3.2` |
| [golang.org/x/net](https://github.com/golang/net) | `0.0.0-20220909164309-bea034e7d591` | `0.9.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.3.7` | `0.9.0` |


Updates `google.golang.org/grpc` from 1.49.0 to 1.56.3
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.49.0...v1.56.3)

Updates `google.golang.org/protobuf` from 1.28.1 to 1.30.0

Updates `github.com/gogo/protobuf` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/gogo/protobuf/releases)
- [Commits](gogo/protobuf@v1.3.1...v1.3.2)

Updates `golang.org/x/net` from 0.0.0-20220909164309-bea034e7d591 to 0.9.0
- [Commits](https://github.com/golang/net/commits/v0.9.0)

Updates `golang.org/x/text` from 0.3.7 to 0.9.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.7...v0.9.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/gogo/protobuf
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/text
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent d5432ee commit 7971bcf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 456 deletions.
18 changes: 9 additions & 9 deletions pkg/reddit-feed-api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module github.com/arttet/reddit-feed-api/pkg/reddit-feed-api
go 1.20

require (
github.com/envoyproxy/protoc-gen-validate v0.6.11
github.com/envoyproxy/protoc-gen-validate v0.10.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
github.com/innovation-upstream/protoc-gen-struct-transformer v1.4.2
google.golang.org/genproto v0.0.0-20220926220553-6981cbe3cfce
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.28.1
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.30.0
)

require (
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
golang.org/x/sys v0.0.0-20220908150016-7ac13a9a928d // indirect
golang.org/x/text v0.3.7 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
)
Loading

0 comments on commit 7971bcf

Please sign in to comment.