Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a634de9

Browse files
committedDec 31, 2024··
Re-generate with correct protobuf versions
Signed-off-by: Steve Coffman <steve@khanacademy.org>
1 parent ad5cd7e commit a634de9

File tree

10 files changed

+1305
-584
lines changed

10 files changed

+1305
-584
lines changed
 

‎entproto/cmd/protoc-gen-ent/options/ent/opts.pb.go

+76-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎entproto/internal/altdir/ent/v1/api/entpb/entpb.pb.go

+166-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎entproto/internal/altdir/ent/v1/api/entpb/entpb_grpc.pb.go

+19-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎entproto/internal/bare/ent/proto/entpb/entpb.pb.go

+22-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎entproto/internal/todo/ent/proto/entpb/entpb.pb.go

+922-206
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎entproto/internal/todo/ent/proto/entpb/entpb_grpc.pb.go

+89-237
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎entproto/internal/todo/ent/proto/entpb/ext.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎entproto/internal/todo/ent/proto/entpb/ext_grpc.pb.go

+9-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ require (
4343
github.com/go-faster/errors v0.6.1 // indirect
4444
github.com/go-faster/jx v0.40.0 // indirect
4545
github.com/go-faster/yamlx v0.4.1 // indirect
46-
github.com/google/addlicense v1.1.1 // indirect
4746
github.com/google/go-cmp v0.6.0 // indirect
4847
github.com/gorilla/websocket v1.5.0 // indirect
4948
github.com/hashicorp/errwrap v1.0.0 // indirect

‎go.sum

-4
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0 h1:jfIu9sQUG6Ig
3434
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0/go.mod h1:t2tdKJDJF9BV14lnkjHmOQgcvEKgtqs5a1N3LNdJhGE=
3535
github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=
3636
github.com/benbjohnson/clock v1.3.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
37-
github.com/bmatcuk/doublestar/v4 v4.0.2 h1:X0krlUVAVmtr2cRoTqR8aDMrDqnB36ht8wpWTiQ3jsA=
38-
github.com/bmatcuk/doublestar/v4 v4.0.2/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc=
3937
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
4038
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
4139
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -76,8 +74,6 @@ github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QD
7674
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
7775
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
7876
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
79-
github.com/google/addlicense v1.1.1 h1:jpVf9qPbU8rz5MxKo7d+RMcNHkqxi4YJi/laauX4aAE=
80-
github.com/google/addlicense v1.1.1/go.mod h1:Sm/DHu7Jk+T5miFHHehdIjbi4M5+dJDRS3Cq0rncIxA=
8177
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
8278
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
8379
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=

0 commit comments

Comments
 (0)
Please sign in to comment.