swarooplendi opened a new issue, #1093:
URL: https://github.com/apache/pulsar-client-go/issues/1093
#### Expected behavior
To pull github.com/apache/pulsar-client-go/pulsaradmin when command go mod
tidy run
#### Actual behavior
with go lang version 1.18 to 1.21
needed to import
import (
"context"
"fmt"
"math/rand"
"time"
"github.com/apache/pulsar-client-go/pulsar"
`"github.com/apache/pulsar-client-go/pulsaradmin"`
)
when imported using command go mod tidy or other imports it throws error
go: gotest imports
github.com/apache/pulsar-client-go/pulsaradmin: module
github.com/apache/pulsar-client-go@latest found (v0.11.0), but does not contain
package github.com/apache/pulsar-client-go/pulsaradmin
#### Steps to reproduce
have `"github.com/apache/pulsar-client-go/pulsaradmin"` in import
with some function of
https://github.com/apache/pulsar-client-go/tree/master/pulsaradmin
RUN go mod init <name>
RUN go mod tidy
#### System configuration
**Pulsar version**: x.y
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]