You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Observed behavior
there are some missing dependencies in this project, these dependencies are not listed in
go.mod
andgo.sum
after running
go mod tidy
, thego.mod
andgo.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.0Host environment
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: