Skip to content

Commit

Permalink
Bump go mod to v2
Browse files Browse the repository at this point in the history
Signed-off-by: gearnode <bryan@frimin.fr>
  • Loading branch information
gearnode committed May 17, 2024
1 parent c3bb0c9 commit 97cd0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/privatebin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (

"github.com/spf13/cobra"

"go.gearno.de/privatebin"
"go.gearno.de/privatebin/v2"
)

var (
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 go.gearno.de/privatebin
module go.gearno.de/privatebin/v2

go 1.22

Expand Down

0 comments on commit 97cd0b5

Please sign in to comment.