Skip to content

Create new v18 release with godbus dependency fix #297

@peterfraedrich

Description

@peterfraedrich

godep is unable to vendor coreos/go-systemd because the v17 (latest) release is failing its dependency checks due to #296 .

user@vm:~/go/src/...$ dep ensure -add github.com/coreos/go-systemd
Fetching sources...

Solving failure: No versions of github.com/coreos/go-systemd met constraints:
	v17: Could not introduce github.com/coreos/go-systemd@v17, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v16: Could not introduce github.com/coreos/go-systemd@v16, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v15: Could not introduce github.com/coreos/go-systemd@v15, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v14: Could not introduce github.com/coreos/go-systemd@v14, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v13: Could not introduce github.com/coreos/go-systemd@v13, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v12: Could not introduce github.com/coreos/go-systemd@v12, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v11: Could not introduce github.com/coreos/go-systemd@v11, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v10: Could not introduce github.com/coreos/go-systemd@v10, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v9: Could not introduce github.com/coreos/go-systemd@v9, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v8: Could not introduce github.com/coreos/go-systemd@v8, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v7: Could not introduce github.com/coreos/go-systemd@v7, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v6: Could not introduce github.com/coreos/go-systemd@v6, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v5: Could not introduce github.com/coreos/go-systemd@v5, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v4: Could not introduce github.com/coreos/go-systemd@v4, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v3: Could not introduce github.com/coreos/go-systemd@v3, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v2: Could not introduce github.com/coreos/go-systemd@v2, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	v1: Could not introduce github.com/coreos/go-systemd@v1, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	0: Could not introduce github.com/coreos/go-systemd@0, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)
	master: Could not introduce github.com/coreos/go-systemd@master, as its subpackage github.com/coreos/go-systemd does not contain usable Go code (*build.NoGoError).. (Package is required by (root).)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions