Skip to content

Commit

Permalink
ZING-37276: Add CollectionResult type (#28)
Browse files Browse the repository at this point in the history
* Update buf.yaml, buf.gen.yaml

* Update java/pom.xml

* Update zenkit build image

* Update go dependencies

* Generate

* Update protobufs

* Generate

* Update descriptors to fix breaking changes detector

* Update zenkit build

* Regenerate
  • Loading branch information
knightpp authored Feb 27, 2025
1 parent eca0cbc commit 7119a51
Show file tree
Hide file tree
Showing 155 changed files with 5,000 additions and 3,069 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PROTOFILES := $(shell find protobufs -name "*.proto")
PYTHON_FILES := $(subst $(PROTODIR), $(PYTHONDIR),$(subst .proto,_pb2.py,$(PROTOFILES)))
LOCAL_USER_ID := $(shell id -u)
CONTAINER_DIR := /tmp/working
ZENKIT_BUILD_VERSION := 1.18.0
ZENKIT_BUILD_VERSION := 1.19.2
BUILD_IMG := zenoss/zenkit-build:$(ZENKIT_BUILD_VERSION)
DOCKER_NETWORK = host
DOCKER_PARAMS := --rm -v $(ROOTDIR):$(CONTAINER_DIR):rw \
Expand Down
2 changes: 1 addition & 1 deletion descriptors/image.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/zenoss/zenoss-protobufs
go 1.22

require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1
github.com/stretchr/testify v1.9.0
google.golang.org/genproto/googleapis/api v0.0.0-20240429193739-8cf5692501f6
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.34.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0
github.com/stretchr/testify v1.10.0
google.golang.org/genproto/googleapis/api v0.0.0-20250127172529-29210b9bc287
google.golang.org/grpc v1.70.0
google.golang.org/protobuf v1.36.4
)

require (
Expand All @@ -16,9 +16,9 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
54 changes: 36 additions & 18 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7119a51

Please sign in to comment.