1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-20 03:59:26 +02:00
goreleaser/glide.yaml
Carlos Alexandro Becker 5f6df39bad
improved main.go
closes #1
2016-12-31 13:57:39 -02:00

18 lines
376 B
YAML

package: github.com/goreleaser/releaser
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