Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pseudomuto master #14

Merged
merged 6 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/envoyproxy/protoc-gen-validate v0.3.0-java
github.com/gogo/protobuf v1.1.1 // indirect
github.com/golang/protobuf v1.5.2
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/mwitkow/go-proto-validators v0.0.0-20180403085117-0950a7990007
github.com/mwitkow/go-proto-validators v0.3.2
github.com/pseudomuto/protokit v0.2.0
github.com/stretchr/testify v1.6.1
google.golang.org/genproto v0.0.0-20210917145530-b395a37504d4
google.golang.org/genproto v0.0.0-20230815205213-6bfd019c3878 // indirect
)

require google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5

require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
Expand All @@ -25,9 +27,9 @@ require (
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
google.golang.org/protobuf v1.27.1 // indirect
golang.org/x/crypto v0.22.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)
Loading
Loading