emove oauth2/go.mod from pulsar-client-go |
Hi Everyone!
While working on some dependency improvements to pulsar-client-go, I
noticed that the oauth2 sub-directory is defined as a go sub-module instead
of just a normal sub-directory. This just means it has its own go.mod and
go.sum, and it's de
Hi Everyone!
While working on some dependency improvements to pulsar-client-go, I
noticed that the oauth2 sub-directory is defined as a go sub-module instead
of just a normal sub-directory. This just means it has its own go.mod and
go.sum, and it's dependencies are separately managed from the mai