Skip to content

Commit

Permalink
Changes for version 2 with go1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Oct 30, 2022
1 parent 3c95ea8 commit 73837ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ body:
value: |
package main
import "github.com/gofiber/utils"
import "github.com/gofiber/utils/v2"
func main() {
// Steps to reproduce
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body:
value: |
package main
import "github.com/gofiber/utils"
import "github.com/gofiber/utils/v2"
func main() {
// Steps to reproduce
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body:
value: |
package main
import "github.com/gofiber/utils"
import "github.com/gofiber/utils/v2"
func main() {
// Steps to reproduce
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 github.com/gofiber/utils
module github.com/gofiber/utils/v2

go 1.19

Expand Down

0 comments on commit 73837ff

Please sign in to comment.