Skip to content

Commit

Permalink
Bump go.mod version to v2 (#545)
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Pannemans <[email protected]>
pbusko and c0d1ngm0nk3y authored Aug 13, 2024
1 parent f9f0c80 commit c896363
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
@@ -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"
4 changes: 2 additions & 2 deletions detect_test.go
Original file line number Diff line number Diff line change
@@ -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"

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

2 changes: 1 addition & 1 deletion run/main.go
Original file line number Diff line number Diff line change
@@ -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"
)

0 comments on commit c896363

Please sign in to comment.