Skip to content

Commit

Permalink
Merge pull request #74 from sakajunquality/versionv-v4
Browse files Browse the repository at this point in the history
verson v4
  • Loading branch information
sakajunquality authored Dec 19, 2023
2 parents 7756b5f + 85553f3 commit 22c12e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flow/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/dlclark/regexp2"
"github.com/google/go-github/v57/github"
"github.com/sakajunquality/flow/gitbot"
"github.com/sakajunquality/flow/v4/gitbot"
)

type PullRequests []PullRequest
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/sakajunquality/flow
module github.com/sakajunquality/flow/v4

require (
github.com/GoogleCloudPlatform/berglas v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/go-chi/chi/v5/middleware"
"github.com/go-chi/render"
"github.com/sakajunquality/cloud-pubsub-events/gcrevent"
"github.com/sakajunquality/flow/flow"
"github.com/sakajunquality/flow/v4/flow"

"gopkg.in/yaml.v3"

Expand Down

0 comments on commit 22c12e3

Please sign in to comment.