Skip to content

Commit

Permalink
Merge pull request #294 from yohamta/feat/admin-web
Browse files Browse the repository at this point in the history
Remove grep package
  • Loading branch information
yottahmd authored Aug 26, 2022
2 parents 312d972 + aa56d28 commit 2713b23
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 232 deletions.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ require (
gopkg.in/yaml.v2 v2.4.0
)

require golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
require (
github.com/yohamta/grep v1.0.0 // indirect
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
)

require (
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/thoas/go-funk v0.9.1 h1:O549iLZqPpTUQ10ykd26sZhzD+rmR5pWhuElrhbC20M=
github.com/urfave/cli/v2 v2.4.5 h1:AWCiaqBc+38MxX6nJfjRQyyd2Gq50sOan+AEyv/vFhM=
github.com/urfave/cli/v2 v2.4.5/go.mod h1:oDzoM7pVwz6wHn5ogWgFUU1s4VJayeQS+aEZDqXIEJs=
github.com/yohamta/grep v1.0.0 h1:gCz7u8+caSqLNnY7LehatRnMBMTKOd4iiLClznHNcJI=
github.com/yohamta/grep v1.0.0/go.mod h1:WEl5AeArgNwJmGvsEHr0WC4pqm0YWaWz3UId0V5D0hs=
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 h1:3MTrJm4PyNL9NBqvYDSj3DHl46qQakyfqfWo4jgfaEM=
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17/go.mod h1:lgLbSvA5ygNOMpwM/9anMpWVlVJ7Z+cHWq/eFuinpGE=
golang.org/x/net v0.0.0-20211029224645-99673261e6eb/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import (

"github.com/yohamta/dagu/internal/dag"
"github.com/yohamta/dagu/internal/database"
"github.com/yohamta/dagu/internal/grep"
"github.com/yohamta/dagu/internal/models"
"github.com/yohamta/dagu/internal/scheduler"
"github.com/yohamta/dagu/internal/sock"
"github.com/yohamta/dagu/internal/utils"
"github.com/yohamta/grep"
)

// Controller is the interface for working with DAGs.
Expand Down
90 changes: 0 additions & 90 deletions internal/grep/grep.go

This file was deleted.

135 changes: 0 additions & 135 deletions internal/grep/grep_test.go

This file was deleted.

5 changes: 0 additions & 5 deletions internal/grep/testdata/test.txt

This file was deleted.

0 comments on commit 2713b23

Please sign in to comment.