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
Versions of nats.go and the nats-server if one was involved:
v1.11.0
OS/Container environment:
Darwin amnonwork 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64
go version go1.17 darwin/amd64
Steps or code to reproduce the issue:
git clone [email protected]:amnonbc/natstest.git
cd natstest
go mod tidy
Expected result:
Success and no output
Actual result:
go: finding module for package github.com/golang/protobuf/proto
go: finding module for package github.com/nats-io/nats-server/v2/test
go: finding module for package google.golang.org/protobuf/runtime/protoimpl
go: finding module for package github.com/nats-io/go-nats
go: finding module for package google.golang.org/protobuf/proto
go: finding module for package google.golang.org/protobuf/reflect/protoreflect
go: finding module for package github.com/nats-io/nats-server/v2/server
go: found github.com/nats-io/go-nats in github.com/nats-io/go-nats v1.8.1
go: found github.com/nats-io/nats-server/v2/server in github.com/nats-io/nats-server/v2 v2.3.4
go: found github.com/nats-io/nats-server/v2/test in github.com/nats-io/nats-server/v2 v2.3.4
go: found google.golang.org/protobuf/proto in google.golang.org/protobuf v1.27.1
go: found github.com/golang/protobuf/proto in github.com/golang/protobuf v1.5.2
go: found google.golang.org/protobuf/reflect/protoreflect in google.golang.org/protobuf v1.27.1
go: found google.golang.org/protobuf/runtime/protoimpl in google.golang.org/protobuf v1.27.1
go: natstest imports
github.com/nats-io/gnatsd/server tested by
github.com/nats-io/gnatsd/server.test imports
github.com/nats-io/go-nats: github.com/nats-io/[email protected]: parsing go.mod:
module declares its path as: github.com/nats-io/nats.go
but was required as: github.com/nats-io/go-nats
The text was updated successfully, but these errors were encountered:
Defect
When attempting run go mod tidy on github.com/amnonbc/natstest
I get the following error
Make sure that these boxes are checked before submitting your issue -- thank you!
github.com/amnonbc/natstest
Versions of
nats.go
and thenats-server
if one was involved:v1.11.0
OS/Container environment:
Darwin amnonwork 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64
go version go1.17 darwin/amd64
Steps or code to reproduce the issue:
Expected result:
Success and no output
Actual result:
The text was updated successfully, but these errors were encountered: