1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/glide.yaml
Carlos Alexandro Becker 7c315e8bd4
bump deps
2017-02-23 16:01:41 -03:00

18 lines
378 B
YAML

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