Skip to content

Commit 73837ff

Browse files
committed
Changes for version 2 with go1.19
1 parent 3c95ea8 commit 73837ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ body:
6060
value: |
6161
package main
6262
63-
import "github.com/gofiber/utils"
63+
import "github.com/gofiber/utils/v2"
6464
6565
func main() {
6666
// Steps to reproduce

.github/ISSUE_TEMPLATE/feature-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ body:
3636
value: |
3737
package main
3838
39-
import "github.com/gofiber/utils"
39+
import "github.com/gofiber/utils/v2"
4040
4141
func main() {
4242
// Steps to reproduce

.github/ISSUE_TEMPLATE/question.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body:
3131
value: |
3232
package main
3333
34-
import "github.com/gofiber/utils"
34+
import "github.com/gofiber/utils/v2"
3535
3636
func main() {
3737
// Steps to reproduce

go.mod

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

33
go 1.19
44

0 commit comments

Comments
 (0)