Skip to content

Commit

Permalink
finish move to reggi
Browse files Browse the repository at this point in the history
  • Loading branch information
byxorna committed Feb 24, 2021
1 parent 43fc8be commit 124efac
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/reggi/cmd.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/byxorna/regtest/pkg/app"
"github.com/byxorna/reggi/pkg/app"
)

func main() {
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/byxorna/regtest
module github.com/byxorna/reggi

go 1.15

Expand Down
4 changes: 2 additions & 2 deletions pkg/app/reggi.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"
"os"

"github.com/byxorna/regtest/pkg/ui"
"github.com/byxorna/regtest/pkg/version"
"github.com/byxorna/reggi/pkg/ui"
"github.com/byxorna/reggi/pkg/version"
tea "github.com/charmbracelet/bubbletea"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/ui/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
"time"

"github.com/byxorna/regtest/pkg/regex"
"github.com/byxorna/reggi/pkg/regex"
"github.com/charmbracelet/bubbles/paginator"
input "github.com/charmbracelet/bubbles/textinput"
"github.com/charmbracelet/bubbles/viewport"
Expand Down
2 changes: 1 addition & 1 deletion pkg/ui/view.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"strings"

"github.com/byxorna/regtest/pkg/version"
"github.com/byxorna/reggi/pkg/version"
"github.com/charmbracelet/bubbles/viewport"
runewidth "github.com/mattn/go-runewidth"
)
Expand Down

0 comments on commit 124efac

Please sign in to comment.