Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit 882bb89

Browse files
fix: imports for v2
1 parent 4f369a7 commit 882bb89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/log-rush/server-devkit
1+
module github.com/log-rush/server-devkit/v2
22

33
go 1.18
44

pkg/devkit/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package devkit
22

33
import (
44
"github.com/gofiber/fiber/v2"
5-
logRush "github.com/log-rush/server-devkit"
5+
logRush "github.com/log-rush/server-devkit/v2"
66
)
77

88
type Plugin struct {

0 commit comments

Comments
 (0)