Skip to content

Commit

Permalink
change goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: 716 <525223688@qq.com>
  • Loading branch information
allanpk716 committed Jun 27, 2021
1 parent 8a5a9db commit 98d0848
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -14,3 +14,4 @@
/sub_supplier/subhd/Logs
/model/config.yaml
/sub_supplier/zimuku/Logs
/dist
17 changes: 1 addition & 16 deletions .goreleaser.yml
Expand Up @@ -8,28 +8,13 @@ before:
# - go generate ./...
builds:
- env:
- CGO_ENABLED=0
- CGO_ENABLED=1
goos:
- darwin
- linux
- windows
goarch:
- 386
- amd64
- arm
- arm64
goarm:
#- 6
- 7
ignore:
- goos: darwin
goarch: arm
- goos: darwin
goarch: arm64
- goos: windows
goarch: arm
- goarm: windows
goarch: arm64

archives:
- replacements:
Expand Down
23 changes: 21 additions & 2 deletions go.mod
Expand Up @@ -9,27 +9,46 @@ require (
github.com/abadojack/whatlanggo v1.0.1
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/beevik/etree v1.1.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gen2brain/go-unarr v0.1.1
github.com/go-creed/sat v1.0.3
github.com/go-resty/resty/v2 v2.6.0
github.com/go-rod/rod v0.97.2
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/jinzhu/now v1.1.2
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/klauspost/compress v1.12.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.4 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/mholt/archiver/v3 v3.5.0
github.com/middelink/go-parse-torrent-name v0.0.0-20190301154245-3ff4efacd4c4
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/nzlov/chardet v0.0.0-20190815145004-022cbcf483f9
github.com/panjf2000/ants/v2 v2.4.5
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/robfig/cron/v3 v3.0.0
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca
github.com/sirupsen/logrus v1.8.1
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/spf13/afero v1.4.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0 // indirect
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/text v0.3.3
github.com/ulikunitz/xz v0.5.10 // indirect
golang.org/x/net v0.0.0-20210505214959-0714010a04ed
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6 // indirect
golang.org/x/text v0.3.6
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

replace github.com/go-creed/sat => github.com/allanpk716/sat v0.0.0-20210622112535-2e00ce54a80b

0 comments on commit 98d0848

Please sign in to comment.