Backups: subcommands, prefix-filtering, parsing #587
lint.yaml
on: pull_request
Lint Go
31s
Lint YAML & Markdown
27s
Analyze FS with Trivy
10s
Analyze Release Image with Trivy
1m 3s
Matrix: Analyze with CodeQL
Annotations
2 errors and 1 warning
Lint Go:
go.mod#L1
Please run go mod tidy.
diff --git a/go.mod b/go.mod
index 4fb003e..ca5519d 100644
--- a/go.mod
+++ b/go.mod
@@ -21,6 +21,7 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/rs/zerolog v1.31.0
+ github.com/samber/lo v1.38.1
github.com/schollz/progressbar/v3 v3.14.1
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
@@ -105,7 +106,6 @@ require (
github.com/rivo/uniseg v0.4.4 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
- github.com/samber/lo v1.38.1 // indirect
github.com/scylladb/go-set v1.0.2 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
|
Lint Go
Process completed with exit code 1.
|
Lint Go
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|