-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
> go get -u github.com/containerd/protobuild
go: downloading github.com/containerd/protobuild v0.1.0
go get: github.com/containerd/protobuild@v0.1.0: parsing go.mod:
module declares its path as: github.com/stevvooe/protobuild
but was required as: github.com/containerd/protobuild
This is fixed in main (#43), so this works, except for the deprecation warning.
> go get -u github.com/containerd/protobuild@main
go: downloading github.com/containerd/protobuild v0.1.1-0.20210923142138-6b023c693abe
go: downloading github.com/pelletier/go-toml v1.9.4
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
go install has the same problem:
> go install github.com/containerd/protobuild
go install: version is required when current directory is not in a module
Try 'go install github.com/containerd/protobuild@latest' to install the latest version
> go install github.com/containerd/protobuild@latest
go install: github.com/containerd/protobuild@latest: github.com/containerd/protobuild@v0.1.0: parsing go.mod:
module declares its path as: github.com/stevvooe/protobuild
but was required as: github.com/containerd/protobuild
> go install github.com/containerd/protobuild@main
>
(Sorry for the blank issue report, turns out pressing enter in the title box submits the issue)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels