mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +02:00
16 lines
324 B
YAML
16 lines
324 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
|
|
testImport:
|
|
- package: github.com/stretchr/testify
|
|
version: ~1.1.4
|
|
subpackages:
|
|
- assert
|