Update some shenanigans
This commit is contained in:
parent
32a2262e8c
commit
2de559f5cb
@ -3,7 +3,7 @@
|
|||||||
builds:
|
builds:
|
||||||
- binary: massdl
|
- binary: massdl
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
goos:
|
goos:
|
||||||
- darwin
|
- darwin
|
||||||
- windows
|
- windows
|
||||||
@ -24,21 +24,21 @@ builds:
|
|||||||
goarch: 386
|
goarch: 386
|
||||||
main: ./cmd/massdl/
|
main: ./cmd/massdl/
|
||||||
archives:
|
archives:
|
||||||
- replacements:
|
- replacements:
|
||||||
darwin: Darwin
|
darwin: Darwin
|
||||||
linux: Linux
|
linux: Linux
|
||||||
windows: Windows
|
windows: Windows
|
||||||
freebsd: FreeBSD
|
freebsd: FreeBSD
|
||||||
386: i386
|
386: i386
|
||||||
amd64: x86_64
|
amd64: x86_64
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
format: zip
|
format: zip
|
||||||
files:
|
files:
|
||||||
- USAGE.md
|
- USAGE.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
snapshot:
|
snapshot:
|
||||||
@ -48,7 +48,8 @@ changelog:
|
|||||||
sort: asc
|
sort: asc
|
||||||
filters:
|
filters:
|
||||||
exclude:
|
exclude:
|
||||||
- '^docs:'
|
- '^docs:'
|
||||||
- '^test:'
|
- '^test:'
|
||||||
gitea_urls:
|
gitlab_urls:
|
||||||
api: https://source.hodakov.me/api/v1/
|
api: https://lab.hodakov.me/api/v4/
|
||||||
|
download: https://lab.hodakov.me
|
||||||
|
@ -8,9 +8,9 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"runtime/debug"
|
"runtime/debug"
|
||||||
|
|
||||||
"gitlab.com/fat0troll/uploader_tools/internal/context"
|
"lab.hodakov.me/fat0troll/uploader_tools/internal/context"
|
||||||
"gitlab.com/fat0troll/uploader_tools/internal/services/fetcher"
|
"lab.hodakov.me/fat0troll/uploader_tools/internal/services/fetcher"
|
||||||
"gitlab.com/fat0troll/uploader_tools/internal/services/loginer"
|
"lab.hodakov.me/fat0troll/uploader_tools/internal/services/loginer"
|
||||||
)
|
)
|
||||||
|
|
||||||
// In production builds these variables are set by goreleaser
|
// In production builds these variables are set by goreleaser
|
||||||
|
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
|||||||
module gitlab.com/fat0troll/uploader_tools
|
module lab.hodakov.me/fat0troll/uploader_tools
|
||||||
|
|
||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ import (
|
|||||||
"github.com/rs/zerolog"
|
"github.com/rs/zerolog"
|
||||||
"gitlab.com/pztrn/flagger"
|
"gitlab.com/pztrn/flagger"
|
||||||
|
|
||||||
"gitlab.com/fat0troll/uploader_tools/internal/config"
|
"lab.hodakov.me/fat0troll/uploader_tools/internal/config"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
@ -11,7 +11,7 @@ import (
|
|||||||
"github.com/rs/zerolog"
|
"github.com/rs/zerolog"
|
||||||
"gitlab.com/pztrn/flagger"
|
"gitlab.com/pztrn/flagger"
|
||||||
|
|
||||||
"gitlab.com/fat0troll/uploader_tools/internal/context"
|
"lab.hodakov.me/fat0troll/uploader_tools/internal/context"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
"github.com/rs/zerolog"
|
"github.com/rs/zerolog"
|
||||||
"gitlab.com/pztrn/flagger"
|
"gitlab.com/pztrn/flagger"
|
||||||
|
|
||||||
"gitlab.com/fat0troll/uploader_tools/internal/context"
|
"lab.hodakov.me/fat0troll/uploader_tools/internal/context"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user