Skip to content

Commit

Permalink
rm go mod edit
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzuo committed May 22, 2021
1 parent b5c59db commit 3b3dc74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generators/new/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ func New(opts *Options) (*genny.Group, error) {
// TODO: lock package version
g.Command(exec.Command("go", "get", "github.com/swiftcarrot/dashi"))
g.Command(exec.Command("go", "get", "github.com/swiftcarrot/gqlgen"))
// g.Command(exec.Command("go", "mod", "edit", "-replace=github.com/swiftcarrot/gqlgen=github.com/swiftcarrot/gqlgen@master"))

g.Templates(&templates)

Expand Down

0 comments on commit 3b3dc74

Please sign in to comment.