Skip to content

Commit

Permalink
refactor: use babble version doesn't require access to /usr/share/dic…
Browse files Browse the repository at this point in the history
…t/words

Now we can run kboard from a container without sudo privileges.
  • Loading branch information
CamiloGarciaLaRotta committed Oct 25, 2020
1 parent bb765d1 commit 92293d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ module github.com/CamiloGarciaLaRotta/kboard
go 1.15

require (
github.com/Beartime234/babble v0.0.0-20200109202521-38f0c4feb5ef
github.com/charmbracelet/bubbles v0.7.1
github.com/charmbracelet/bubbletea v0.12.1
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/onsi/gomega v1.10.3 // indirect
github.com/tjarratt/babble v0.0.0-20191209142150-eecdf8c2339d
github.com/tjarratt/babble v0.0.0-20191209142150-eecdf8c2339d // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/Beartime234/babble v0.0.0-20200109202521-38f0c4feb5ef h1:c/6RtGknD3UhHe9n9rRZB9YF08mK5nGpQC7btjhcyng=
github.com/Beartime234/babble v0.0.0-20200109202521-38f0c4feb5ef/go.mod h1:NDXZV9aU0jpXWAc3PpBgglQXPZUq0xRHfZ1THgfst+k=
github.com/atotto/clipboard v0.1.2 h1:YZCtFu5Ie8qX2VmVTBnrqLSiU9XOWwqNRmdT3gIQzbY=
github.com/atotto/clipboard v0.1.2/go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI=
github.com/charmbracelet/bubbles v0.7.1 h1:qvXoIh7ItTA+IA+IO2xxuI9ntp+uVprDAK+IoMzC5OI=
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
input "github.com/charmbracelet/bubbles/textinput"
tea "github.com/charmbracelet/bubbletea"

"github.com/tjarratt/babble"
"github.com/Beartime234/babble"
)

const usage = `kboard [number]
Expand Down

0 comments on commit 92293d6

Please sign in to comment.