Skip to content
This repository was archived by the owner on Mar 8, 2026. It is now read-only.
This repository was archived by the owner on Mar 8, 2026. It is now read-only.

Add support for -tags #59

@whatupdave

Description

@whatupdave

In my project (https://github.com/asm-products/readraptor) I'm using Goose for migrations and need to install a binary on Heroku. I'm using:

// +build heroku

package main

import _ "bitbucket.org/liamstask/goose/cmd/goose"

godep save fails to pick up the dependency. On Heroku, install runs with godep go install -tags heroku ./...

I think godep save -tags heroku ./... would fix the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions