chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#65) #110
reviewdog [golangci-lint-github-check] report
reported by reviewdog 🐶
Findings (34)
constants/constants.go|6 col 2| import 'github.com/packagefoundation/yap/set' is not allowed from list 'Main' (depguard)
pack/pack.go|7 col 2| import 'github.com/packagefoundation/yap/constants' is not allowed from list 'Main' (depguard)
utils/file.go|11 col 2| import 'github.com/packagefoundation/yap/constants' is not allowed from list 'Main' (depguard)
utils/proc.go|9 col 2| import 'github.com/packagefoundation/yap/constants' is not allowed from list 'Main' (depguard)
source/source.go|15 col 2| import 'github.com/packagefoundation/yap/utils' is not allowed from list 'Main' (depguard)
builder/builder.go|9 col 2| import 'github.com/packagefoundation/yap/pack' is not allowed from list 'Main' (depguard)
builder/builder.go|10 col 2| import 'github.com/packagefoundation/yap/source' is not allowed from list 'Main' (depguard)
builder/builder.go|11 col 2| import 'github.com/packagefoundation/yap/utils' is not allowed from list 'Main' (depguard)
builder/utils.go|8 col 2| import 'mvdan.cc/sh/v3/expand' is not allowed from list 'Main' (depguard)
builder/utils.go|9 col 2| import 'mvdan.cc/sh/v3/interp' is not allowed from list 'Main' (depguard)
builder/utils.go|10 col 2| import 'mvdan.cc/sh/v3/syntax' is not allowed from list 'Main' (depguard)
apk/apk.go|11 col 2| import 'github.com/packagefoundation/yap/pack' is not allowed from list 'Main' (depguard)
apk/apk.go|12 col 2| import 'github.com/packagefoundation/yap/utils' is not allowed from list 'Main' (depguard)
debian/debian.go|12 col 2| import 'github.com/packagefoundation/yap/pack' is not allowed from list 'Main' (depguard)
redhat/redhat.go|13 col 2| import 'github.com/packagefoundation/yap/set' is not allowed from list 'Main' (depguard)
packer/packer.go|7 col 2| import 'github.com/packagefoundation/yap/apk' is not allowed from list 'Main' (depguard)
packer/packer.go|9 col 2| import 'github.com/packagefoundation/yap/debian' is not allowed from list 'Main' (depguard)
packer/packer.go|11 col 2| import 'github.com/packagefoundation/yap/pacman' is not allowed from list 'Main' (depguard)
packer/packer.go|12 col 2| import 'github.com/packagefoundation/yap/redhat' is not allowed from list 'Main' (depguard)
parse/parse.go|10 col 2| import 'mvdan.cc/sh/v3/shell' is not allowed from list 'Main' (depguard)
parse/parse.go|11 col 2| import 'mvdan.cc/sh/v3/syntax' is not allowed from list 'Main' (depguard)
project/project.go|10 col 2| import 'github.com/packagefoundation/yap/builder' is not allowed from list 'Main' (depguard)
project/project.go|12 col 2| import 'github.com/packagefoundation/yap/packer' is not allowed from list 'Main' (depguard)
project/project.go|13 col 2| import 'github.com/packagefoundation/yap/parse' is not allowed from list 'Main' (depguard)
cmd/build.go|8 col 2| import 'github.com/packagefoundation/yap/project' is not allowed from list 'Main' (depguard)
cmd/build.go|9 col 2| import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
cmd/completion.go|7 col 2| import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
cmd/docker.go|7 col 2| import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
main.go|3 col 8| import 'github.com/packagefoundation/yap/cmd' is not allowed from list 'Main' (depguard)
project/project_test.go|8 col 2| import 'github.com/packagefoundation/yap/project' is not allowed from list 'Main' (depguard)
project/project_test.go|9 col 2| import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
source/source.go|153 col 12| fmt.Sprintf can be replaced with faster hex.EncodeToString (perfsprint)
project/project_test.go|63 col 2| require-error: for error assertions use require (testifylint)
project/project_test.go|111 col 2| require-error: for error assertions use require (testifylint)
Filtered Findings (0)
Annotations
Check failure on line 6 in constants/constants.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] constants/constants.go#L6
import 'github.com/packagefoundation/yap/set' is not allowed from list 'Main' (depguard)
Raw output
constants/constants.go:6:2: import 'github.com/packagefoundation/yap/set' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/set"
^
Check failure on line 7 in pack/pack.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] pack/pack.go#L7
import 'github.com/packagefoundation/yap/constants' is not allowed from list 'Main' (depguard)
Raw output
pack/pack.go:7:2: import 'github.com/packagefoundation/yap/constants' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/constants"
^
Check failure on line 11 in utils/file.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] utils/file.go#L11
import 'github.com/packagefoundation/yap/constants' is not allowed from list 'Main' (depguard)
Raw output
utils/file.go:11:2: import 'github.com/packagefoundation/yap/constants' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/constants"
^
Check failure on line 9 in utils/proc.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] utils/proc.go#L9
import 'github.com/packagefoundation/yap/constants' is not allowed from list 'Main' (depguard)
Raw output
utils/proc.go:9:2: import 'github.com/packagefoundation/yap/constants' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/constants"
^
Check failure on line 15 in source/source.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] source/source.go#L15
import 'github.com/packagefoundation/yap/utils' is not allowed from list 'Main' (depguard)
Raw output
source/source.go:15:2: import 'github.com/packagefoundation/yap/utils' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/utils"
^
Check failure on line 9 in builder/builder.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] builder/builder.go#L9
import 'github.com/packagefoundation/yap/pack' is not allowed from list 'Main' (depguard)
Raw output
builder/builder.go:9:2: import 'github.com/packagefoundation/yap/pack' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/pack"
^
Check failure on line 10 in builder/builder.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] builder/builder.go#L10
import 'github.com/packagefoundation/yap/source' is not allowed from list 'Main' (depguard)
Raw output
builder/builder.go:10:2: import 'github.com/packagefoundation/yap/source' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/source"
^
Check failure on line 11 in builder/builder.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] builder/builder.go#L11
import 'github.com/packagefoundation/yap/utils' is not allowed from list 'Main' (depguard)
Raw output
builder/builder.go:11:2: import 'github.com/packagefoundation/yap/utils' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/utils"
^
Check failure on line 8 in builder/utils.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] builder/utils.go#L8
import 'mvdan.cc/sh/v3/expand' is not allowed from list 'Main' (depguard)
Raw output
builder/utils.go:8:2: import 'mvdan.cc/sh/v3/expand' is not allowed from list 'Main' (depguard)
"mvdan.cc/sh/v3/expand"
^
Check failure on line 9 in builder/utils.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] builder/utils.go#L9
import 'mvdan.cc/sh/v3/interp' is not allowed from list 'Main' (depguard)
Raw output
builder/utils.go:9:2: import 'mvdan.cc/sh/v3/interp' is not allowed from list 'Main' (depguard)
"mvdan.cc/sh/v3/interp"
^
Check failure on line 10 in builder/utils.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] builder/utils.go#L10
import 'mvdan.cc/sh/v3/syntax' is not allowed from list 'Main' (depguard)
Raw output
builder/utils.go:10:2: import 'mvdan.cc/sh/v3/syntax' is not allowed from list 'Main' (depguard)
"mvdan.cc/sh/v3/syntax"
^
Check failure on line 11 in apk/apk.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] apk/apk.go#L11
import 'github.com/packagefoundation/yap/pack' is not allowed from list 'Main' (depguard)
Raw output
apk/apk.go:11:2: import 'github.com/packagefoundation/yap/pack' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/pack"
^
Check failure on line 12 in apk/apk.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] apk/apk.go#L12
import 'github.com/packagefoundation/yap/utils' is not allowed from list 'Main' (depguard)
Raw output
apk/apk.go:12:2: import 'github.com/packagefoundation/yap/utils' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/utils"
^
Check failure on line 12 in debian/debian.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] debian/debian.go#L12
import 'github.com/packagefoundation/yap/pack' is not allowed from list 'Main' (depguard)
Raw output
debian/debian.go:12:2: import 'github.com/packagefoundation/yap/pack' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/pack"
^
Check failure on line 13 in redhat/redhat.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] redhat/redhat.go#L13
import 'github.com/packagefoundation/yap/set' is not allowed from list 'Main' (depguard)
Raw output
redhat/redhat.go:13:2: import 'github.com/packagefoundation/yap/set' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/set"
^
Check failure on line 7 in packer/packer.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] packer/packer.go#L7
import 'github.com/packagefoundation/yap/apk' is not allowed from list 'Main' (depguard)
Raw output
packer/packer.go:7:2: import 'github.com/packagefoundation/yap/apk' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/apk"
^
Check failure on line 9 in packer/packer.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] packer/packer.go#L9
import 'github.com/packagefoundation/yap/debian' is not allowed from list 'Main' (depguard)
Raw output
packer/packer.go:9:2: import 'github.com/packagefoundation/yap/debian' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/debian"
^
Check failure on line 11 in packer/packer.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] packer/packer.go#L11
import 'github.com/packagefoundation/yap/pacman' is not allowed from list 'Main' (depguard)
Raw output
packer/packer.go:11:2: import 'github.com/packagefoundation/yap/pacman' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/pacman"
^
Check failure on line 12 in packer/packer.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] packer/packer.go#L12
import 'github.com/packagefoundation/yap/redhat' is not allowed from list 'Main' (depguard)
Raw output
packer/packer.go:12:2: import 'github.com/packagefoundation/yap/redhat' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/redhat"
^
Check failure on line 10 in parse/parse.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] parse/parse.go#L10
import 'mvdan.cc/sh/v3/shell' is not allowed from list 'Main' (depguard)
Raw output
parse/parse.go:10:2: import 'mvdan.cc/sh/v3/shell' is not allowed from list 'Main' (depguard)
"mvdan.cc/sh/v3/shell"
^
Check failure on line 11 in parse/parse.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] parse/parse.go#L11
import 'mvdan.cc/sh/v3/syntax' is not allowed from list 'Main' (depguard)
Raw output
parse/parse.go:11:2: import 'mvdan.cc/sh/v3/syntax' is not allowed from list 'Main' (depguard)
"mvdan.cc/sh/v3/syntax"
^
Check failure on line 10 in project/project.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] project/project.go#L10
import 'github.com/packagefoundation/yap/builder' is not allowed from list 'Main' (depguard)
Raw output
project/project.go:10:2: import 'github.com/packagefoundation/yap/builder' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/builder"
^
Check failure on line 12 in project/project.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] project/project.go#L12
import 'github.com/packagefoundation/yap/packer' is not allowed from list 'Main' (depguard)
Raw output
project/project.go:12:2: import 'github.com/packagefoundation/yap/packer' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/packer"
^
Check failure on line 13 in project/project.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] project/project.go#L13
import 'github.com/packagefoundation/yap/parse' is not allowed from list 'Main' (depguard)
Raw output
project/project.go:13:2: import 'github.com/packagefoundation/yap/parse' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/parse"
^
Check failure on line 8 in cmd/build.go
github-actions / golangci-lint-github-check
[golangci-lint-github-check] cmd/build.go#L8
import 'github.com/packagefoundation/yap/project' is not allowed from list 'Main' (depguard)
Raw output
cmd/build.go:8:2: import 'github.com/packagefoundation/yap/project' is not allowed from list 'Main' (depguard)
"github.com/packagefoundation/yap/project"
^