Skip to content

Commit

Permalink
feat: support merge_group
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jul 14, 2024
1 parent 7ce8785 commit ea6ee34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/suzuki-shunsuke/github-comment/v6

go 1.22

toolchain go1.22.5
go 1.22.5

require (
github.com/Masterminds/sprig/v3 v3.2.3
Expand Down Expand Up @@ -44,3 +42,5 @@ require (
golang.org/x/sys v0.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/suzuki-shunsuke/go-ci-env/v3 v3.0.1 => github.com/suzuki-shunsuke/go-ci-env/v3 v3.0.2-0.20240714011104-24d6df59535f
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/suzuki-shunsuke/github-comment-metadata v0.1.0 h1:89uGvBINoWZ4p2dGj7S695bm/L1H175eMp/D47ltSPs=
github.com/suzuki-shunsuke/github-comment-metadata v0.1.0/go.mod h1:GNDhEmWAJ6Bbk9rIds0mAMF4noyPV3EqwqLetnEoNLg=
github.com/suzuki-shunsuke/go-ci-env/v3 v3.0.1 h1:deCm9of48iwRq0Axg3ne8mx/26h3ok9QSipt3kdM6U0=
github.com/suzuki-shunsuke/go-ci-env/v3 v3.0.1/go.mod h1:VmLj5u0w7Yf/IJIzZ+TWiB7mVT3pRKPMeb0Jssk7YsA=
github.com/suzuki-shunsuke/go-ci-env/v3 v3.0.2-0.20240714011104-24d6df59535f h1:2V+I3uiEpd/jSQXj4c/IjZPEDLqDlhUc7FWxrLaqtcs=
github.com/suzuki-shunsuke/go-ci-env/v3 v3.0.2-0.20240714011104-24d6df59535f/go.mod h1:qnHYP5fJLLNKqOwxCfix7XVzQGfbF72vbGgLhl8X2vA=
github.com/suzuki-shunsuke/go-error-with-exit-code v1.0.0 h1:oVXrrYNGBq4POyITQNWKzwsYz7B2nUcqtDbeX4BfeEc=
github.com/suzuki-shunsuke/go-error-with-exit-code v1.0.0/go.mod h1:kDFtLeftDiIUUHXGI3xq5eJ+uAOi50FPrxPENTHktJ0=
github.com/urfave/cli/v2 v2.27.2 h1:6e0H+AkS+zDckwPCUrZkKX38mRaau4nL2uipkJpbkcI=
Expand Down

0 comments on commit ea6ee34

Please sign in to comment.