Skip to content

Commit

Permalink
fix module path
Browse files Browse the repository at this point in the history
  • Loading branch information
name212 committed May 25, 2024
1 parent 570f854 commit 1e8e83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/formscrollable/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package main

import (
form "github.com/name212/tview-scrollable-form"
form "github.com/name212/tview-widgets"
"github.com/rivo/tview"
)

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/name212/tview-scrollable-form
module github.com/name212/tview-widgets

go 1.20

Expand Down

0 comments on commit 1e8e83c

Please sign in to comment.