Skip to content

Commit

Permalink
cleanup: rename org
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Oct 14, 2024
1 parent 5ffb37d commit 787b141
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion components/another_component.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package components
import (
_ "embed"

"github.com/mirkobrombin/rfw/framework"
"github.com/rfwlab/rfw/framework"
)

//go:embed templates/another_component.rtml
Expand Down
2 changes: 1 addition & 1 deletion components/card_component.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package components
import (
_ "embed"

"github.com/mirkobrombin/rfw/framework"
"github.com/rfwlab/rfw/framework"
)

//go:embed templates/card_component.rtml
Expand Down
2 changes: 1 addition & 1 deletion components/header_component.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package components
import (
_ "embed"

"github.com/mirkobrombin/rfw/framework"
"github.com/rfwlab/rfw/framework"
)

//go:embed templates/header_component.rtml
Expand Down
2 changes: 1 addition & 1 deletion components/main_component.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package components
import (
_ "embed"

"github.com/mirkobrombin/rfw/framework"
"github.com/rfwlab/rfw/framework"
)

//go:embed templates/main_component.rtml
Expand Down
2 changes: 1 addition & 1 deletion components/test_component.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package components
import (
_ "embed"

"github.com/mirkobrombin/rfw/framework"
"github.com/rfwlab/rfw/framework"
)

//go:embed templates/test_component.rtml
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mirkobrombin/rfw
module github.com/rfwlab/rfw

go 1.22.3
go 1.22

require (
github.com/fatih/color v1.17.0
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package main

import (
"github.com/mirkobrombin/rfw/components"
"github.com/mirkobrombin/rfw/framework"
"github.com/rfwlab/rfw/components"
"github.com/rfwlab/rfw/framework"
)

func main() {
Expand Down

0 comments on commit 787b141

Please sign in to comment.