Skip to content

Commit

Permalink
Merge pull request #14 from shipt/pseudomuto-master
Browse files Browse the repository at this point in the history
Pseudomuto master
  • Loading branch information
3choBoomer authored Apr 19, 2024
2 parents ee152e1 + 9461c78 commit 574e8bf
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 126 deletions.
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

0 comments on commit 574e8bf

Please sign in to comment.