Skip to content

Commit

Permalink
Bump go.mod version to v2
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Pannemans <[email protected]>
  • Loading branch information
pbusko and c0d1ngm0nk3y committed Aug 13, 2024
1 parent f9f0c80 commit 41c0115
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"testing"

"github.com/paketo-buildpacks/libreload-packit"
nodestart "github.com/paketo-buildpacks/node-start"
"github.com/paketo-buildpacks/node-start/fakes"
nodestart "github.com/paketo-buildpacks/node-start/v2"
"github.com/paketo-buildpacks/node-start/v2/fakes"
"github.com/paketo-buildpacks/packit/v2"
"github.com/paketo-buildpacks/packit/v2/scribe"
"github.com/sclevine/spec"
Expand Down
4 changes: 2 additions & 2 deletions detect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"path/filepath"
"testing"

nodestart "github.com/paketo-buildpacks/node-start"
"github.com/paketo-buildpacks/node-start/fakes"
nodestart "github.com/paketo-buildpacks/node-start/v2"
"github.com/paketo-buildpacks/node-start/v2/fakes"
"github.com/paketo-buildpacks/packit/v2"
"github.com/sclevine/spec"

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/paketo-buildpacks/node-start
module github.com/paketo-buildpacks/node-start/v2

go 1.22.6

Expand Down
2 changes: 1 addition & 1 deletion run/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"

"github.com/paketo-buildpacks/libreload-packit/watchexec"
nodestart "github.com/paketo-buildpacks/node-start"
nodestart "github.com/paketo-buildpacks/node-start/v2"
"github.com/paketo-buildpacks/packit/v2"
"github.com/paketo-buildpacks/packit/v2/scribe"
)
Expand Down

0 comments on commit 41c0115

Please sign in to comment.