Skip to content

go install as documented, fails #32

@jwatte

Description

@jwatte
  1. What version of Delve are you using (dlv version)?

dev@devenv-565985bf6f-cxvtz:~/observe$ code/go/bin/dlv version
Delve Debugger
Version: 1.8.2
Build: $Id: dbb493ec14d1e7753504d016b1e1ef1665b75b16 $

  1. What version of Go are you using? (go version)?

dev@devenv-565985bf6f-cxvtz:~/observe$ go version
go version go1.17.10 linux/amd64

  1. What operating system and processor architecture are you using?

dev@devenv-565985bf6f-cxvtz:/observe$ uname -a
Linux devenv-565985bf6f-cxvtz 5.13.0-1023-aws #25
20.04.1-Ubuntu SMP Mon Apr 25 19:28:27 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

  1. What did you do?

go install github.com/undoio/delve/cmd/dlv@latest

  1. What did you expect to see?

Successful installation.

  1. What did you see instead?

go: downloading github.com/undoio/delve v1.2.0
go install: github.com/undoio/delve/cmd/dlv@latest: github.com/undoio/delve@v1.2.0: parsing go.mod:
module declares its path as: github.com/go-delve/delve
but was required as: github.com/undoio/delve

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions