fix repl arrow bug
This commit is contained in:
6
go.mod
6
go.mod
@@ -3,12 +3,14 @@ module github.com/LazyBachelor/LazyPM
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
github.com/c-bata/go-prompt v0.2.6
|
||||
github.com/go-git/go-git/v6 v6.0.0-20260317113930-fb0d09929504
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/muesli/reflow v0.3.0
|
||||
github.com/spf13/pflag v1.0.10
|
||||
github.com/steveyegge/beads v0.49.6
|
||||
go.mongodb.org/mongo-driver/v2 v2.5.0
|
||||
golang.org/x/term v0.41.0
|
||||
)
|
||||
|
||||
// Terminal dependencies
|
||||
@@ -18,9 +20,7 @@ require (
|
||||
charm.land/fang/v2 v2.0.1
|
||||
charm.land/huh/v2 v2.0.3
|
||||
charm.land/lipgloss/v2 v2.0.2
|
||||
github.com/c-bata/go-prompt v0.2.6
|
||||
github.com/spf13/cobra v1.10.2
|
||||
golang.org/x/term v0.41.0
|
||||
)
|
||||
|
||||
// Web dependencies
|
||||
@@ -78,7 +78,7 @@ require (
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.21 // indirect
|
||||
github.com/mattn/go-tty v0.0.7 // indirect
|
||||
github.com/mattn/go-tty v0.0.3 // indirect
|
||||
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
|
||||
github.com/muesli/cancelreader v0.2.2 // indirect
|
||||
github.com/muesli/mango v0.2.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user