Skip to content

Commit

Permalink
Bump goyek to prerelease v2.2.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Aug 8, 2024
1 parent a90eef5 commit c7600fc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions boot/boot.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ func Main() {
*v = true // needed to report the task status
}

goyek.UseExecutor(middleware.ReportFlow)

if *dryRun {
goyek.Use(middleware.DryRun)
}
Expand Down
2 changes: 1 addition & 1 deletion build/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/goyek/x => ../
require (
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.59.1
github.com/goyek/goyek/v2 v2.1.0
github.com/goyek/goyek/v2 v2.1.1-0.20240808114255-c272ab00f730
github.com/goyek/x v0.0.0-00010101000000-000000000000
)

Expand Down
4 changes: 2 additions & 2 deletions build/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ github.com/gostaticanalysis/nilerr v0.1.1/go.mod h1:wZYb6YI5YAxxq0i1+VJbY0s2YONW
github.com/gostaticanalysis/testutil v0.3.1-0.20210208050101-bfb5c8eec0e4/go.mod h1:D+FIZ+7OahH3ePw/izIEeH5I06eKs1IKI4Xr64/Am3M=
github.com/gostaticanalysis/testutil v0.4.0 h1:nhdCmubdmDF6VEatUNjgUZBJKWRqugoISdUv3PPQgHY=
github.com/gostaticanalysis/testutil v0.4.0/go.mod h1:bLIoPefWXrRi/ssLFWX1dx7Repi5x3CuviD3dgAZaBU=
github.com/goyek/goyek/v2 v2.1.0 h1:As5r5j6XxfcJMADfgMYJdxsp1vy9IinT6AKPbCt6fi4=
github.com/goyek/goyek/v2 v2.1.0/go.mod h1:qtHlK7t/dYs1Dw7mLXjEVmgE3nccNa7mQW/RmasOoYg=
github.com/goyek/goyek/v2 v2.1.1-0.20240808114255-c272ab00f730 h1:VrI0+dy66jvHTSCMoXknxI6rPf/EP6+EEDa37l/ABJg=
github.com/goyek/goyek/v2 v2.1.1-0.20240808114255-c272ab00f730/go.mod h1:mqU0PSD8q3TRCzhJ1mL79/X7FOrXJcpvOtDEBXi92+E=
github.com/hashicorp/go-version v1.2.1/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/fatih/color v1.17.0
github.com/goyek/goyek/v2 v2.1.0
github.com/goyek/goyek/v2 v2.1.1-0.20240808114255-c272ab00f730
github.com/mattn/go-shellwords v1.0.12
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4=
github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI=
github.com/goyek/goyek/v2 v2.1.0 h1:As5r5j6XxfcJMADfgMYJdxsp1vy9IinT6AKPbCt6fi4=
github.com/goyek/goyek/v2 v2.1.0/go.mod h1:qtHlK7t/dYs1Dw7mLXjEVmgE3nccNa7mQW/RmasOoYg=
github.com/goyek/goyek/v2 v2.1.1-0.20240808114255-c272ab00f730 h1:VrI0+dy66jvHTSCMoXknxI6rPf/EP6+EEDa37l/ABJg=
github.com/goyek/goyek/v2 v2.1.1-0.20240808114255-c272ab00f730/go.mod h1:mqU0PSD8q3TRCzhJ1mL79/X7FOrXJcpvOtDEBXi92+E=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
Expand Down

0 comments on commit c7600fc

Please sign in to comment.