Skip to content

Commit

Permalink
remake pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
sakajunquality committed Apr 25, 2024
1 parent 15558e3 commit 1a384fd
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/v4/gitbot"
"github.com/ubie-oss/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/v4
module github.com/ubie-oss/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/v4/flow"
"github.com/ubie-oss/flow/v4/flow"

"gopkg.in/yaml.v3"

Expand Down

0 comments on commit 1a384fd

Please sign in to comment.