Skip to content

Commit

Permalink
cli: use development version
Browse files Browse the repository at this point in the history
  • Loading branch information
asdine committed Dec 25, 2023
1 parent 69da8a8 commit e9f43e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/chai/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/agnivade/levenshtein v1.1.1
github.com/chaisql/chai v0.16.0
github.com/chaisql/chai v0.17.0
github.com/charmbracelet/bubbles v0.16.1
github.com/charmbracelet/bubbletea v0.24.2
github.com/charmbracelet/lipgloss v0.9.1
Expand Down Expand Up @@ -61,3 +61,5 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/chaisql/chai v0.17.0 => ../../

0 comments on commit e9f43e3

Please sign in to comment.