Skip to content

Please release a new version so that the install instructions work #46

@TBBle

Description

@TBBle
> 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)

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