TheMathemagicians/sevenkeys/go.mod

35 lines
1.3 KiB
Modula-2
Raw Normal View History

2024-04-14 20:28:35 +00:00
module sevenkeys
2024-04-04 13:55:12 +00:00
go 1.22.1
2024-06-05 12:06:24 +00:00
require (
github.com/charmbracelet/bubbles v0.18.0
github.com/charmbracelet/bubbletea v0.25.0
github.com/go-mysql/errors v0.0.0-20180603193453-03314bea68e0
github.com/go-sql-driver/mysql v1.8.1
)
2024-04-14 20:28:35 +00:00
2024-05-27 17:34:30 +00:00
require (
filippo.io/edwards25519 v1.1.0 // indirect
2024-06-05 12:06:24 +00:00
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/lipgloss v0.9.1 // indirect
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
2024-06-10 15:34:16 +00:00
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3 // indirect
2024-06-05 12:06:24 +00:00
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/lukesampson/figlet v0.0.0-20190211215653-8a3ef4a6ac42 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/rivo/uniseg v0.4.6 // indirect
2024-06-10 15:34:16 +00:00
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
2024-05-27 17:34:30 +00:00
)