We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bb0c9 commit 97cd0b5Copy full SHA for 97cd0b5
cmd/privatebin/main.go
@@ -28,7 +28,7 @@ import (
28
29
"github.com/spf13/cobra"
30
31
- "go.gearno.de/privatebin"
+ "go.gearno.de/privatebin/v2"
32
)
33
34
var (
go.mod
@@ -1,4 +1,4 @@
1
-module go.gearno.de/privatebin
+module go.gearno.de/privatebin/v2
2
3
go 1.22
4
0 commit comments