mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-04 03:11:55 +02:00
f95832a7ac
refs #79
18 lines
378 B
YAML
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
|