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

missing dependencies #1800

Open
knbr13 opened this issue Feb 12, 2025 · 1 comment
Open

missing dependencies #1800

knbr13 opened this issue Feb 12, 2025 · 1 comment
Labels
defect Suspected defect such as a bug or regression

Comments

@knbr13
Copy link

knbr13 commented Feb 12, 2025

Observed behavior

there are some missing dependencies in this project, these dependencies are not listed in go.mod and go.sum

github.com/nats-io/[email protected]/encoders/protobuf/protobuf_enc.go:20:2: no required module provides package google.golang.org/protobuf/proto; to add it:
	go get google.golang.org/protobuf/proto

after running go mod tidy, the go.mod and go.sum files are updated, and the missing dependencies are added,

Expected behavior

all required dependencies should be properly listed

Server and client version

client: nats.go v1.39.0

Host environment

No response

Steps to reproduce

No response

@knbr13 knbr13 added the defect Suspected defect such as a bug or regression label Feb 12, 2025
@alexbozhenko
Copy link
Contributor

That is probably related to the fact that there is a separate go_test.mod
There is work in progress PR to split dev deps to separate modules.
#1788

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Suspected defect such as a bug or regression
Projects
None yet
Development

No branches or pull requests

2 participants