2024-10-12 09:36:08 +02:00
|
|
|
module code.waks.be/nishiki/gpm
|
|
|
|
|
|
|
|
go 1.23.1
|
|
|
|
|
|
|
|
require (
|
2024-10-12 09:51:30 +02:00
|
|
|
github.com/atotto/clipboard v0.1.4
|
|
|
|
github.com/gizak/termui/v3 v3.1.0
|
|
|
|
github.com/pquerna/otp v1.4.0
|
|
|
|
golang.org/x/crypto v0.28.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-10-12 09:36:08 +02:00
|
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.2 // indirect
|
|
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
|
|
|
|
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
|
|
|
|
)
|