twosigma / envoy-viz

Apache License 2.0
11 stars 1 forks source link

Rename go module to twosigma org #4

Closed howardjohn closed 3 years ago

howardjohn commented 3 years ago
$ go install github.com/twosigma/envoy-viz@latest
go: downloading github.com/twosigma/envoy-viz v0.0.0-20210329183636-32703eba67ce
go install github.com/twosigma/envoy-viz@latest: github.com/twosigma/envoy-viz@none updating to
        github.com/twosigma/envoy-viz@v0.0.0-20210329183636-32703eba67ce: parsing go.mod:
        module declares its path as: github.com/blevz/envoy-viz
                but was required as: github.com/twosigma/envoy-viz

I think the go.mod needs to be updated?

blevz commented 3 years ago

Ah yes, whoops! Will fix!

blevz commented 3 years ago

I made the change but that command still fails for me, not sure if its caching somewhere

howardjohn commented 3 years ago

it worked for me, probably GOPROXY cache

On Mon, Mar 29, 2021 at 1:26 PM Ben Levy @.***> wrote:

I made the change but that command still fails for me, not sure if its caching somewhere

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/twosigma/envoy-viz/issues/4#issuecomment-809688145, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEYGXI7E46ZTK2ESUCKDR3TGDO6NANCNFSM42AJ5RQA .

blevz commented 3 years ago

For posterity, this worked for me: go clean -modcache