-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/envoyproxy/protoc-gen-validate to v1.0.3
- Loading branch information
1 parent
0f48398
commit 1ee728c
Showing
2 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
module github.com/ueckoken/chofu-race-course/go | ||
|
||
go 1.19 | ||
go 1.21.1 | ||
|
||
toolchain go1.21.6 | ||
|
||
require ( | ||
github.com/bufbuild/connect-go v1.10.0 | ||
github.com/caarlos0/env/v6 v6.10.1 | ||
github.com/envoyproxy/protoc-gen-validate v1.0.2 | ||
github.com/envoyproxy/protoc-gen-validate v1.0.3 | ||
github.com/golang-jwt/jwt v3.2.2+incompatible | ||
github.com/google/subcommands v1.2.0 | ||
github.com/rs/cors v1.9.0 | ||
github.com/stretchr/testify v1.8.4 | ||
golang.org/x/net v0.17.0 | ||
google.golang.org/protobuf v1.31.0 | ||
golang.org/x/net v0.19.0 | ||
google.golang.org/protobuf v1.32.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters