1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00
goreleaser/glide.yaml
Carlos Alexandro Becker f95832a7ac
renamed package
refs #79
2017-01-14 20:01:32 -02:00

18 lines
378 B
YAML

package: github.com/goreleaser/goreleaser
import:
- package: github.com/google/go-github
subpackages:
- github
- package: golang.org/x/oauth2
- package: gopkg.in/yaml.v1
- package: golang.org/x/sync
subpackages:
- errgroup
- package: github.com/urfave/cli
version: ~1.19.1
testImport:
- package: github.com/stretchr/testify
version: ~1.1.4
subpackages:
- assert