1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/glide.yaml

18 lines
378 B
YAML
Raw Normal View History

2017-01-15 00:01:32 +02:00
package: github.com/goreleaser/goreleaser
2016-12-29 03:30:14 +02:00
import:
- package: github.com/google/go-github
subpackages:
- github
- package: golang.org/x/oauth2
- package: gopkg.in/yaml.v1
2016-12-29 18:12:54 +02:00
- package: golang.org/x/sync
subpackages:
- errgroup
2016-12-31 17:57:39 +02:00
- package: github.com/urfave/cli
version: ~1.19.1
2016-12-29 03:30:14 +02:00
testImport:
- package: github.com/stretchr/testify
version: ~1.1.4
subpackages:
- assert