Skip to content

Commit 2044543

Browse files
committed
all: update dependencies
This module now requires Go 1.21 or higher.
1 parent d6d6654 commit 2044543

File tree

3 files changed

+13
-443
lines changed

3 files changed

+13
-443
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44

55
## [Unreleased]
66

7-
Changelog from here forward will only include major dependency updates.
7+
This module now requires [Go 1.21](https://go.dev/doc/go1.21) or higher.
8+
9+
### Notes
10+
- Changelog from here forward will only include major dependency updates.
811

912
## [v0.5.3] — 2023-08-08
1013

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
module github.com/alta/protopatch
22

3-
go 1.20
3+
go 1.21.0
44

55
require (
66
github.com/envoyproxy/protoc-gen-validate v1.0.4
77
github.com/fatih/structtag v1.2.0
88
github.com/iancoleman/strcase v0.3.0 // indirect
99
github.com/stretchr/testify v1.9.0
1010
golang.org/x/tools v0.23.0
11-
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
11+
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.4.0
1212
google.golang.org/protobuf v1.34.2
1313
)
1414

1515
require (
1616
github.com/davecgh/go-spew v1.1.1 // indirect
1717
github.com/lyft/protoc-gen-star/v2 v2.0.3 // indirect
1818
github.com/pmezard/go-difflib v1.0.0 // indirect
19-
github.com/spf13/afero v1.10.0 // indirect
19+
github.com/spf13/afero v1.11.0 // indirect
2020
golang.org/x/mod v0.19.0 // indirect
2121
golang.org/x/net v0.27.0 // indirect
2222
golang.org/x/sync v0.7.0 // indirect

0 commit comments

Comments
 (0)