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

Commit

Permalink
fix: imports for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankachlock committed Aug 19, 2022
1 parent 4f369a7 commit 882bb89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/log-rush/server-devkit
module github.com/log-rush/server-devkit/v2

go 1.18

Expand Down
2 changes: 1 addition & 1 deletion pkg/devkit/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package devkit

import (
"github.com/gofiber/fiber/v2"
logRush "github.com/log-rush/server-devkit"
logRush "github.com/log-rush/server-devkit/v2"
)

type Plugin struct {
Expand Down

0 comments on commit 882bb89

Please sign in to comment.