File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package components
55import (
66 _ "embed"
77
8- "github.com/mirkobrombin /rfw/framework"
8+ "github.com/rfwlab /rfw/framework"
99)
1010
1111//go:embed templates/another_component.rtml
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package components
55import (
66 _ "embed"
77
8- "github.com/mirkobrombin /rfw/framework"
8+ "github.com/rfwlab /rfw/framework"
99)
1010
1111//go:embed templates/card_component.rtml
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package components
55import (
66 _ "embed"
77
8- "github.com/mirkobrombin /rfw/framework"
8+ "github.com/rfwlab /rfw/framework"
99)
1010
1111//go:embed templates/header_component.rtml
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package components
55import (
66 _ "embed"
77
8- "github.com/mirkobrombin /rfw/framework"
8+ "github.com/rfwlab /rfw/framework"
99)
1010
1111//go:embed templates/main_component.rtml
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package components
55import (
66 _ "embed"
77
8- "github.com/mirkobrombin /rfw/framework"
8+ "github.com/rfwlab /rfw/framework"
99)
1010
1111//go:embed templates/test_component.rtml
Original file line number Diff line number Diff line change 1- module github.com/mirkobrombin /rfw
1+ module github.com/rfwlab /rfw
22
3- go 1.22.3
3+ go 1.22
44
55require (
66 github.com/fatih/color v1.17.0
Original file line number Diff line number Diff line change 33package main
44
55import (
6- "github.com/mirkobrombin /rfw/components"
7- "github.com/mirkobrombin /rfw/framework"
6+ "github.com/rfwlab /rfw/components"
7+ "github.com/rfwlab /rfw/framework"
88)
99
1010func main () {
You can’t perform that action at this time.
0 commit comments